#606A87

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

Shades of Waikawa Grey #606A87

Tints of Waikawa Grey #606A87

Color information

#606A87 (or 0x606A87) is unknown color: approx Waikawa Grey. HEX triplet: 60, 6A and 87. RGB value is (96,106,135). Sum of RGB (Red+Green+Blue) = 96+106+135=337 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.49% from 337); Green value is 106 (41.80% from 255 or 31.45% from 337); Blue value is 135 (53.12% from 255 or 40.06% from 337); Max value from RGB is 135 - color contains mainly: blue. Hex color #606A87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606A87 is #9F9578. Grayscale: #6A6A6A. Windows color (decimal): -10458489 or 8874592. OLE color: 8874592.

HSL color Cylindrical-coordinate representation of color #606A87: hue angle of 224.62º 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 #606A87 is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB96106135-
CMYK0.290.2100.47
HSL224.62º16.88%45.29%-
HSV(B)224.62º28.89%52.94%-
XYZ14.3514.5424.97-
YUV106.32144.19120.64-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.49%
GREEN value IS 106 (41.80% from 255) = 31.45%
BLUE value IS 135 (53.12% from 255) = 40.06%
R=28.49%
G=31.45%
B=40.06%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal961061350.290.2100.47224.6216.8845.29
Hex606A871D1502Fe1112d
Octal14015220735250573412155
Binary1100000110101010000111111011010101011111110000110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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