#686C77

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

Shades of Raven #686C77

Tints of Raven #686C77

Color information

#686C77 (or 0x686C77) is unknown color: approx Raven. HEX triplet: 68, 6C and 77. RGB value is (104,108,119). Sum of RGB (Red+Green+Blue) = 104+108+119=331 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.42% from 331); Green value is 108 (42.58% from 255 or 32.63% from 331); Blue value is 119 (46.88% from 255 or 35.95% from 331); Max value from RGB is 119 - color contains mainly: blue. Hex color #686C77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686C77 is #979388. Grayscale: #6C6C6C. Windows color (decimal): -9933705 or 7826536. OLE color: 7826536.

HSL color Cylindrical-coordinate representation of color #686C77: hue angle of 224º 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 #686C77 is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB104108119-
CMYK0.130.0900.53
HSL224º6.73%43.73%-
HSV(B)224º12.61%46.67%-
XYZ14.41519.59-
YUV108.06134.17125.11-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.42%
GREEN value IS 108 (42.58% from 255) = 32.63%
BLUE value IS 119 (46.88% from 255) = 35.95%
R=31.42%
G=32.63%
B=35.95%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1041081190.130.0900.532246.7343.73
Hex686C77D9035e072c
Octal1501541671511065340754
Binary11010001101100111011111011001011010111100000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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