#686F99

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

Shades of Waikawa Grey #686F99

Tints of Waikawa Grey #686F99

Color information

#686F99 (or 0x686F99) is unknown color: approx Waikawa Grey. HEX triplet: 68, 6F and 99. RGB value is (104,111,153). Sum of RGB (Red+Green+Blue) = 104+111+153=368 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.26% from 368); Green value is 111 (43.75% from 255 or 30.16% from 368); Blue value is 153 (60.16% from 255 or 41.58% from 368); Max value from RGB is 153 - color contains mainly: blue. Hex color #686F99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686F99 is #979066. Grayscale: #717171. Windows color (decimal): -9932903 or 10055528. OLE color: 10055528.

HSL color Cylindrical-coordinate representation of color #686F99: hue angle of 231.43º 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 #686F99 is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB104111153-
CMYK0.320.2700.4
HSL231.43º19.37%50.39%-
HSV(B)231.43º32.03%60%-
XYZ17.1416.6132.44-
YUV113.7150.18121.08-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.26%
GREEN value IS 111 (43.75% from 255) = 30.16%
BLUE value IS 153 (60.16% from 255) = 41.58%
R=28.26%
G=30.16%
B=41.58%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1041111530.320.2700.4231.4319.3750.39
Hex686F99201B028e71332
Octal15015723140330503472362
Binary11010001101111100110011000001101101010001110011110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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