#606A89

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

Shades of Waikawa Grey #606A89

Tints of Waikawa Grey #606A89

Color information

#606A89 (or 0x606A89) is unknown color: approx Waikawa Grey. HEX triplet: 60, 6A and 89. RGB value is (96,106,137). Sum of RGB (Red+Green+Blue) = 96+106+137=339 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.32% from 339); Green value is 106 (41.80% from 255 or 31.27% from 339); Blue value is 137 (53.91% from 255 or 40.41% from 339); Max value from RGB is 137 - color contains mainly: blue. Hex color #606A89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606A89 is #9F9576. Grayscale: #6A6A6A. Windows color (decimal): -10458487 or 9005664. OLE color: 9005664.

HSL color Cylindrical-coordinate representation of color #606A89: hue angle of 225.37º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #606A89 is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB96106137-
CMYK0.300.2300.46
HSL225.37º17.6%45.69%-
HSV(B)225.37º29.93%53.73%-
XYZ14.4914.625.72-
YUV106.54145.19120.48-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.32%
GREEN value IS 106 (41.80% from 255) = 31.27%
BLUE value IS 137 (53.91% from 255) = 40.41%
R=28.32%
G=31.27%
B=40.41%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal961061370.300.2300.46225.3717.645.69
Hex606A891E1702Ee1122e
Octal14015221136270563412256
Binary1100000110101010001001111101011101011101110000110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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