#6B6F76

Color #6B6F76 Raven (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raven #6B6F76

Tints of Raven #6B6F76

Color information

#6B6F76 (or 0x6B6F76) is unknown color: approx Raven. HEX triplet: 6B, 6F and 76. RGB value is (107,111,118). Sum of RGB (Red+Green+Blue) = 107+111+118=336 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.85% from 336); Green value is 111 (43.75% from 255 or 33.04% from 336); Blue value is 118 (46.48% from 255 or 35.12% from 336); Max value from RGB is 118 - color contains mainly: blue. Hex color #6B6F76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6F76 is #949089. Grayscale: #6E6E6E. Windows color (decimal): -9736330 or 7761771. OLE color: 7761771.

HSL color Cylindrical-coordinate representation of color #6B6F76: hue angle of 218.18º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #6B6F76 is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB107111118-
CMYK0.090.0600.54
HSL218.18º4.89%44.12%-
HSV(B)218.18º9.32%46.27%-
XYZ15.0215.819.4-
YUV110.6132.17125.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 107 (42.19% from 255) = 31.85%
GREEN value IS 111 (43.75% from 255) = 33.04%
BLUE value IS 118 (46.48% from 255) = 35.12%
R=31.85%
G=33.04%
B=35.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1071111180.090.0600.54218.184.8944.12
Hex6B6F7696036da52c
Octal153157166116066332554
Binary1101011110111111101101001110011011011011010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B6F76; }

 p { color: rgb(107,111,118); }

 H1.HeaderClassName
 {
   color: #6B6F76;
 }
 .AnyTagClassName
 {
   color: #6B6F76;
 }
</style>
background-color css

<style>
 a { background-color: #6B6F76; }

 a { background-color: rgb(107,111,118); }

 div.DivClassName
 {
   background-color: #6B6F76;
 }
 .BgClassName
 {
   background-color: #6B6F76;
 }
</style>
border-color css

<style>
 span { border-color: #6B6F76; }

 span { border-color: rgb(107,111,118); }

 td.TdClassName
 {
   border-color: #6B6F76;
 }
 .TagClassName
 {
   border-color: #6B6F76;
 }
</style>