#606E87

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

Shades of Waikawa Grey #606E87

Tints of Waikawa Grey #606E87

Color information

#606E87 (or 0x606E87) is unknown color: approx Waikawa Grey. HEX triplet: 60, 6E and 87. RGB value is (96,110,135). Sum of RGB (Red+Green+Blue) = 96+110+135=341 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.15% from 341); Green value is 110 (43.36% from 255 or 32.26% from 341); Blue value is 135 (53.12% from 255 or 39.59% from 341); Max value from RGB is 135 - color contains mainly: blue. Hex color #606E87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606E87 is #9F9178. Grayscale: #6C6C6C. Windows color (decimal): -10457465 or 8875616. OLE color: 8875616.

HSL color Cylindrical-coordinate representation of color #606E87: hue angle of 218.46º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #606E87 is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB96110135-
CMYK0.290.1900.47
HSL218.46º16.88%45.29%-
HSV(B)218.46º28.89%52.94%-
XYZ14.7715.3925.11-
YUV108.66142.86118.97-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.15%
GREEN value IS 110 (43.36% from 255) = 32.26%
BLUE value IS 135 (53.12% from 255) = 39.59%
R=28.15%
G=32.26%
B=39.59%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal961101350.290.1900.47218.4616.8845.29
Hex606E871D1302Fda112d
Octal14015620735230573322155
Binary1100000110111010000111111011001101011111101101010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606E87; }

 p { color: rgb(96,110,135); }

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

<style>
 a { background-color: #606E87; }

 a { background-color: rgb(96,110,135); }

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

<style>
 span { border-color: #606E87; }

 span { border-color: rgb(96,110,135); }

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