#686E8A

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

Shades of Waikawa Grey #686E8A

Tints of Waikawa Grey #686E8A

Color information

#686E8A (or 0x686E8A) is unknown color: approx Waikawa Grey. HEX triplet: 68, 6E and 8A. RGB value is (104,110,138). Sum of RGB (Red+Green+Blue) = 104+110+138=352 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.55% from 352); Green value is 110 (43.36% from 255 or 31.25% from 352); Blue value is 138 (54.30% from 255 or 39.20% from 352); Max value from RGB is 138 - color contains mainly: blue. Hex color #686E8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686E8A is #979175. Grayscale: #6F6F6F. Windows color (decimal): -9933174 or 9072232. OLE color: 9072232.

HSL color Cylindrical-coordinate representation of color #686E8A: hue angle of 229.41º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #686E8A is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB104110138-
CMYK0.250.2000.46
HSL229.41º14.05%47.45%-
HSV(B)229.41º24.64%54.12%-
XYZ15.8715.9326.28-
YUV111.4143.01122.72-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.55%
GREEN value IS 110 (43.36% from 255) = 31.25%
BLUE value IS 138 (54.30% from 255) = 39.20%
R=29.55%
G=31.25%
B=39.20%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1041101380.250.2000.46229.4114.0547.45
Hex686E8A191402Ee5e2f
Octal15015621231240563451657
Binary110100011011101000101011001101000101110111001011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,110,138); }

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

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

 a { background-color: rgb(104,110,138); }

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

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

 span { border-color: rgb(104,110,138); }

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