#696E77

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

Shades of Raven #696E77

Tints of Raven #696E77

Color information

#696E77 (or 0x696E77) is unknown color: approx Raven. HEX triplet: 69, 6E and 77. RGB value is (105,110,119). Sum of RGB (Red+Green+Blue) = 105+110+119=334 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.44% from 334); Green value is 110 (43.36% from 255 or 32.93% from 334); Blue value is 119 (46.88% from 255 or 35.63% from 334); Max value from RGB is 119 - color contains mainly: blue. Hex color #696E77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696E77 is #969188. Grayscale: #6D6D6D. Windows color (decimal): -9867657 or 7827049. OLE color: 7827049.

HSL color Cylindrical-coordinate representation of color #696E77: hue angle of 218.57º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #696E77 is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB105110119-
CMYK0.120.0800.53
HSL218.57º6.25%43.92%-
HSV(B)218.57º11.76%46.67%-
XYZ14.7315.4919.67-
YUV109.53133.34124.77-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.44%
GREEN value IS 110 (43.36% from 255) = 32.93%
BLUE value IS 119 (46.88% from 255) = 35.63%
R=31.44%
G=32.93%
B=35.63%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1051101190.120.0800.53218.576.2543.92
Hex696E77C8035db62c
Octal1511561671410065333654
Binary11010011101110111011111001000011010111011011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,110,119); }

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

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

 a { background-color: rgb(105,110,119); }

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

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

 span { border-color: rgb(105,110,119); }

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