#686D8E

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

Shades of Waikawa Grey #686D8E

Tints of Waikawa Grey #686D8E

Color information

#686D8E (or 0x686D8E) is unknown color: approx Waikawa Grey. HEX triplet: 68, 6D and 8E. RGB value is (104,109,142). Sum of RGB (Red+Green+Blue) = 104+109+142=355 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.30% from 355); Green value is 109 (42.97% from 255 or 30.70% from 355); Blue value is 142 (55.86% from 255 or 40% from 355); Max value from RGB is 142 - color contains mainly: blue. Hex color #686D8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686D8E is #979271. Grayscale: #6F6F6F. Windows color (decimal): -9933426 or 9334120. OLE color: 9334120.

HSL color Cylindrical-coordinate representation of color #686D8E: hue angle of 232.11º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #686D8E is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB104109142-
CMYK0.270.2300.44
HSL232.11º15.45%48.24%-
HSV(B)232.11º26.76%55.69%-
XYZ16.0615.8327.8-
YUV111.27145.34122.82-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.30%
GREEN value IS 109 (42.97% from 255) = 30.70%
BLUE value IS 142 (55.86% from 255) = 40%
R=29.30%
G=30.70%
B=40%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1041091420.270.2300.44232.1115.4548.24
Hex686D8E1B1702Ce8f30
Octal15015521633270543501760
Binary110100011011011000111011011101110101100111010001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,109,142); }

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

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

 a { background-color: rgb(104,109,142); }

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

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

 span { border-color: rgb(104,109,142); }

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