COLOR #6B88A5

HEX: #6B88A5
RGB: (107,136,165)

Renk bilgisi

#6B88A5 contains red, green and blue colors in about the same proportion. #6B88A5 ‘ nin web güvenlik rengi #669999 (ya da #699) dir.

RGB renk modeli

#6B88A5 color RGB value is (107,136,165).

  • kırmız ton 107;
  • yeşil ton 136;
  • mavi ton 165.
RGB:
(107,136,165)
(42%,53%,65%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 136 of 255 = 53%
B 165 of 255 = 65%

107
136
165

R + G + B ~ 53%. #6B88A5 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 136 + 165 = 408 (100%)
R 107 of 408 ~ 26.23%
G 136 of 408 ~ 33.33%
B 165 of 408 ~ 40.44%

%26.23
%33.33
%40.44

CMYK RENK MODELİ

#6B88A5 rengi CMYK tonu (35,18,0,35).

  • camgöbeği tonu 35.15%
  • eflatun tonu 17.58%
  • sarı tonu 0.00%
  • ana renk tonu 35.29%
CMYK:
(35,18,0,35)
C35M18Y0K35 
(35%,18%,0%,35%)
(0.35/0.18/0.00/0.35)	

CMYK yüzdeleri

%35.15
%17.58
%0
%35.29

Codes

Color #6B88A5 in popluar color models

6B88A5
RGB107136165
HSL210°24.37%53.33%
HSB/HSV210°35.15%64.71%
CMYK35.15%17.58%0.00%
35.29%

Color #6B88A5 in popluar number systems.

HEX6B88A5
Decimal107136165
Binary11010111000100010100101
Octal153210245

Shades and tints

Shades of #6B88A5

#6B88A5
(107,136,165)
#627C96
(98,124,150)
#597087
(89,112,135)
#506478
(80,100,120)
#475869
(71,88,105)
#3E4C5A
(62,76,90)
#35404B
(53,64,75)
#2C343C
(44,52,60)
#23282D
(35,40,45)
#1A1C1E
(26,28,30)
#11100F
(17,16,15)
#000000
(0,0,0)

Tints of #6B88A5

#6B88A5
(107,136,165)
#7892AD
(120,146,173)
#859CB5
(133,156,181)
#92A6BD
(146,166,189)
#9FB0C5
(159,176,197)
#ACBACD
(172,186,205)
#B9C4D5
(185,196,213)
#C6CEDD
(198,206,221)
#D3D8E5
(211,216,229)
#E0E2ED
(224,226,237)
#EDECF5
(237,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B88A5 color. Also use rgb(107,136,165) instead hex code.

Text Font Color

.myTextColor { color: #6B88A5; }

<p style="color:#6B88A5">This sample text font color is #6B88A5.</p>

This text font color is #6B88A5.


Background Color

.myBgColor { background-color: #6B88A5; }

<div style="background-color:#6B88A5">Inner text</div>

This div background color is #6B88A5.


Border color

.myBorderColor { border: 1px solid #6B88A5; }

<div style="border:3px solid #6B88A5">Div</div>

This div border color is #6B88A5.


Opacity

.myOpacity80 { color: #6B88A5; opacity: 0.8; }

<p style="color:#6B88A5;opacity:0.8;">80%</p>

Text with #6B88A5 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #6B88A5;}

<p style="text-shadow: 3px 3px 1px #6B88A5">Text here.</p>

This text has shadow with #6B88A5 color.

.textShadow {text-shadow: 3px 3px 1px #6B88A5, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #6B88A5, 5px 5px 20px red">Text here.</p>

This text has shadow with #6B88A5 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6B88A5, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#6B88A5, Direction=45, Strength=4)">Text</p>

This text has shadow with #6B88A5 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #6B88A5;
  -webkit-box-shadow:	1px 1px 3px 2px #6B88A5;
  box-shadow:		1px 1px 3px 2px #6B88A5;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6B88A5;
-webkit-box-shadow: 1px 1px 3px 2px #6B88A5;
box-shadow:1px 1px 3px 2px #6B88A5;">
Div content here</div>
This div box has shadow with color #6B88A5.

Preview

Color preview on black background

This text has color #6B88A5 on black background.


Color preview on white background

This text has color #6B88A5 on white background.



Black color preview on #6B88A5 background

This text has black color on #6B88A5 background.


White color preview on #6B88A5 background

This text has white color on #6B88A5 background.