#686E99

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

Shades of Waikawa Grey #686E99

Tints of Waikawa Grey #686E99

Color information

#686E99 (or 0x686E99) is unknown color: approx Waikawa Grey. HEX triplet: 68, 6E and 99. RGB value is (104,110,153). Sum of RGB (Red+Green+Blue) = 104+110+153=367 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.34% from 367); Green value is 110 (43.36% from 255 or 29.97% from 367); Blue value is 153 (60.16% from 255 or 41.69% from 367); Max value from RGB is 153 - color contains mainly: blue. Hex color #686E99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686E99 is #979166. Grayscale: #707070. Windows color (decimal): -9933159 or 10055272. OLE color: 10055272.

HSL color Cylindrical-coordinate representation of color #686E99: hue angle of 232.65º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #686E99 is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB104110153-
CMYK0.320.2800.4
HSL232.65º19.37%50.39%-
HSV(B)232.65º32.03%60%-
XYZ17.0316.3932.4-
YUV113.11150.51121.5-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.34%
GREEN value IS 110 (43.36% from 255) = 29.97%
BLUE value IS 153 (60.16% from 255) = 41.69%
R=28.34%
G=29.97%
B=41.69%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1041101530.320.2800.4232.6519.3750.39
Hex686E99201C028e91332
Octal15015623140340503512362
Binary11010001101110100110011000001110001010001110100110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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