#6B7076

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

Shades of Raven #6B7076

Tints of Raven #6B7076

Color information

#6B7076 (or 0x6B7076) is unknown color: approx Raven. HEX triplet: 6B, 70 and 76. RGB value is (107,112,118). Sum of RGB (Red+Green+Blue) = 107+112+118=337 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.75% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 118 (46.48% from 255 or 35.01% from 337); Max value from RGB is 118 - color contains mainly: blue. Hex color #6B7076 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7076 is #948F89. Grayscale: #6F6F6F. Windows color (decimal): -9736074 or 7762027. OLE color: 7762027.

HSL color Cylindrical-coordinate representation of color #6B7076: hue angle of 212.73º 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 #6B7076 is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB107112118-
CMYK0.090.0500.54
HSL212.73º4.89%44.12%-
HSV(B)212.73º9.32%46.27%-
XYZ15.1316.0219.43-
YUV111.19131.84125.01-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 31.75%
GREEN value IS 112 (44.14% from 255) = 33.23%
BLUE value IS 118 (46.48% from 255) = 35.01%
R=31.75%
G=33.23%
B=35.01%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1071121180.090.0500.54212.734.8944.12
Hex6B707695036d552c
Octal153160166115066325554
Binary1101011111000011101101001101011011011010101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B7076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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