#686B74

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

Shades of Raven #686B74

Tints of Raven #686B74

Color information

#686B74 (or 0x686B74) is unknown color: approx Raven. HEX triplet: 68, 6B and 74. RGB value is (104,107,116). Sum of RGB (Red+Green+Blue) = 104+107+116=327 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.80% from 327); Green value is 107 (42.19% from 255 or 32.72% from 327); Blue value is 116 (45.70% from 255 or 35.47% from 327); Max value from RGB is 116 - color contains mainly: blue. Hex color #686B74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686B74 is #97948B. Grayscale: #6B6B6B. Windows color (decimal): -9933964 or 7629672. OLE color: 7629672.

HSL color Cylindrical-coordinate representation of color #686B74: hue angle of 225º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #686B74 is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB104107116-
CMYK0.100.0800.55
HSL225º5.45%43.14%-
HSV(B)225º10.34%45.49%-
XYZ14.1214.7218.62-
YUV107.13133.01125.77-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.80%
GREEN value IS 107 (42.19% from 255) = 32.72%
BLUE value IS 116 (45.70% from 255) = 35.47%
R=31.80%
G=32.72%
B=35.47%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1041071160.100.0800.552255.4543.14
Hex686B74A8037e152b
Octal1501531641210067341553
Binary11010001101011111010010101000011011111100001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,107,116); }

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

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

 a { background-color: rgb(104,107,116); }

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

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

 span { border-color: rgb(104,107,116); }

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