COLOR #6B8690

HEX: #6B8690
RGB: (107,134,144)

Renk bilgisi

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

RGB renk modeli

#6B8690 color RGB value is (107,134,144).

  • kırmız ton 107;
  • yeşil ton 134;
  • mavi ton 144.
RGB:
(107,134,144)
(42%,53%,56%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 134 of 255 = 53%
B 144 of 255 = 56%

107
134
144

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 134 + 144 = 385 (100%)
R 107 of 385 ~ 27.79%
G 134 of 385 ~ 34.81%
B 144 of 385 ~ 37.4%

%27.79
%34.81
%37.4

CMYK RENK MODELİ

#6B8690 rengi CMYK tonu (26,7,0,44).

  • camgöbeği tonu 25.69%
  • eflatun tonu 6.94%
  • sarı tonu 0.00%
  • ana renk tonu 43.53%
CMYK:
(26,7,0,44)
C26M7Y0K44 
(26%,7%,0%,44%)
(0.26/0.07/0.00/0.44)	

CMYK yüzdeleri

%25.69
%6.94
%0
%43.53

Codes

Color #6B8690 in popluar color models

6B8690
RGB107134144
HSL196°14.74%49.22%
HSB/HSV196°25.69%56.47%
CMYK25.69%6.94%0.00%
43.53%

Color #6B8690 in popluar number systems.

HEX6B8690
Decimal107134144
Binary11010111000011010010000
Octal153206220

Shades and tints

Shades of #6B8690

#6B8690
(107,134,144)
#627A83
(98,122,131)
#596E76
(89,110,118)
#506269
(80,98,105)
#47565C
(71,86,92)
#3E4A4F
(62,74,79)
#353E42
(53,62,66)
#2C3235
(44,50,53)
#232628
(35,38,40)
#1A1A1B
(26,26,27)
#110E0E
(17,14,14)
#000000
(0,0,0)

Tints of #6B8690

#6B8690
(107,134,144)
#78919A
(120,145,154)
#859CA4
(133,156,164)
#92A7AE
(146,167,174)
#9FB2B8
(159,178,184)
#ACBDC2
(172,189,194)
#B9C8CC
(185,200,204)
#C6D3D6
(198,211,214)
#D3DEE0
(211,222,224)
#E0E9EA
(224,233,234)
#EDF4F4
(237,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B8690 color. Also use rgb(107,134,144) instead hex code.

Text Font Color

.myTextColor { color: #6B8690; }

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

This text font color is #6B8690.


Background Color

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

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

This div background color is #6B8690.


Border color

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

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

This div border color is #6B8690.


Opacity

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

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

Text with #6B8690 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 #6B8690;}

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

This text has shadow with #6B8690 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B8690 on black background.


Color preview on white background

This text has color #6B8690 on white background.



Black color preview on #6B8690 background

This text has black color on #6B8690 background.


White color preview on #6B8690 background

This text has white color on #6B8690 background.