#686F89

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

Shades of Waikawa Grey #686F89

Tints of Waikawa Grey #686F89

Color information

#686F89 (or 0x686F89) is unknown color: approx Waikawa Grey. HEX triplet: 68, 6F and 89. RGB value is (104,111,137). Sum of RGB (Red+Green+Blue) = 104+111+137=352 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.55% from 352); Green value is 111 (43.75% from 255 or 31.53% from 352); Blue value is 137 (53.91% from 255 or 38.92% from 352); Max value from RGB is 137 - color contains mainly: blue. Hex color #686F89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686F89 is #979076. Grayscale: #6F6F6F. Windows color (decimal): -9932919 or 9006952. OLE color: 9006952.

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

Color convert

RGB104111137-
CMYK0.240.1900.46
HSL227.27º13.69%47.25%-
HSV(B)227.27º24.09%53.73%-
XYZ15.9116.1225.94-
YUV111.87142.18122.39-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.55%
GREEN value IS 111 (43.75% from 255) = 31.53%
BLUE value IS 137 (53.91% from 255) = 38.92%
R=29.55%
G=31.53%
B=38.92%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1041111370.240.1900.46227.2713.6947.25
Hex686F89181302Ee3e2f
Octal15015721130230563431657
Binary110100011011111000100111000100110101110111000111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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