#696B71

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

Shades of Raven #696B71

Tints of Raven #696B71

Color information

#696B71 (or 0x696B71) is unknown color: approx Raven. HEX triplet: 69, 6B and 71. RGB value is (105,107,113). Sum of RGB (Red+Green+Blue) = 105+107+113=325 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.31% from 325); Green value is 107 (42.19% from 255 or 32.92% from 325); Blue value is 113 (44.53% from 255 or 34.77% from 325); Max value from RGB is 113 - color contains mainly: blue. Hex color #696B71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696B71 is #96948E. Grayscale: #6B6B6B. Windows color (decimal): -9868431 or 7433065. OLE color: 7433065.

HSL color Cylindrical-coordinate representation of color #696B71: hue angle of 225º degrees, saturation: 0.04, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #696B71 is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB105107113-
CMYK0.070.0500.56
HSL225º3.67%42.75%-
HSV(B)225º7.08%44.31%-
XYZ14.0614.7117.72-
YUV107.09131.34126.51-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.31%
GREEN value IS 107 (42.19% from 255) = 32.92%
BLUE value IS 113 (44.53% from 255) = 34.77%
R=32.31%
G=32.92%
B=34.77%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1051071130.070.0500.562253.6742.75
Hex696B7175038e142b
Octal15115316175070341453
Binary110100111010111110001111101011100011100001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696B71; }

 p { color: rgb(105,107,113); }

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

<style>
 a { background-color: #696B71; }

 a { background-color: rgb(105,107,113); }

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

<style>
 span { border-color: #696B71; }

 span { border-color: rgb(105,107,113); }

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