#686D8C

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

Shades of Waikawa Grey #686D8C

Tints of Waikawa Grey #686D8C

Color information

#686D8C (or 0x686D8C) is unknown color: approx Waikawa Grey. HEX triplet: 68, 6D and 8C. RGB value is (104,109,140). Sum of RGB (Red+Green+Blue) = 104+109+140=353 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.46% from 353); Green value is 109 (42.97% from 255 or 30.88% from 353); Blue value is 140 (55.08% from 255 or 39.66% from 353); Max value from RGB is 140 - color contains mainly: blue. Hex color #686D8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686D8C is #979273. Grayscale: #6E6E6E. Windows color (decimal): -9933428 or 9203048. OLE color: 9203048.

HSL color Cylindrical-coordinate representation of color #686D8C: hue angle of 231.67º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #686D8C is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB104109140-
CMYK0.260.2200.45
HSL231.67º14.75%47.84%-
HSV(B)231.67º25.71%54.9%-
XYZ15.9115.7727.02-
YUV111.04144.34122.98-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.46%
GREEN value IS 109 (42.97% from 255) = 30.88%
BLUE value IS 140 (55.08% from 255) = 39.66%
R=29.46%
G=30.88%
B=39.66%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1041091400.260.2200.45231.6714.7547.84
Hex686D8C1A1602De8f30
Octal15015521432260553501760
Binary110100011011011000110011010101100101101111010001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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