#686F77

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

Shades of Raven #686F77

Tints of Raven #686F77

Color information

#686F77 (or 0x686F77) is unknown color: approx Raven. HEX triplet: 68, 6F and 77. RGB value is (104,111,119). Sum of RGB (Red+Green+Blue) = 104+111+119=334 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.14% from 334); Green value is 111 (43.75% from 255 or 33.23% 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 #686F77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686F77 is #979088. Grayscale: #6D6D6D. Windows color (decimal): -9932937 or 7827304. OLE color: 7827304.

HSL color Cylindrical-coordinate representation of color #686F77: hue angle of 212º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #686F77 is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB104111119-
CMYK0.130.0700.53
HSL212º6.73%43.73%-
HSV(B)212º12.61%46.67%-
XYZ14.7215.6419.7-
YUV109.82133.18123.85-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.14%
GREEN value IS 111 (43.75% from 255) = 33.23%
BLUE value IS 119 (46.88% from 255) = 35.63%
R=31.14%
G=33.23%
B=35.63%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1041111190.130.0700.532126.7343.73
Hex686F77D7035d472c
Octal150157167157065324754
Binary1101000110111111101111101111011010111010100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686F77; }

 p { color: rgb(104,111,119); }

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

<style>
 a { background-color: #686F77; }

 a { background-color: rgb(104,111,119); }

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

<style>
 span { border-color: #686F77; }

 span { border-color: rgb(104,111,119); }

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