#606887

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

Shades of Waikawa Grey #606887

Tints of Waikawa Grey #606887

Color information

#606887 (or 0x606887) is unknown color: approx Waikawa Grey. HEX triplet: 60, 68 and 87. RGB value is (96,104,135). Sum of RGB (Red+Green+Blue) = 96+104+135=335 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.66% from 335); Green value is 104 (41.02% from 255 or 31.04% from 335); Blue value is 135 (53.12% from 255 or 40.30% from 335); Max value from RGB is 135 - color contains mainly: blue. Hex color #606887 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606887 is #9F9778. Grayscale: #696969. Windows color (decimal): -10459001 or 8874080. OLE color: 8874080.

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

Color convert

RGB96104135-
CMYK0.290.2300.47
HSL227.69º16.88%45.29%-
HSV(B)227.69º28.89%52.94%-
XYZ14.1514.1424.9-
YUV105.14144.85121.48-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.66%
GREEN value IS 104 (41.02% from 255) = 31.04%
BLUE value IS 135 (53.12% from 255) = 40.30%
R=28.66%
G=31.04%
B=40.30%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal961041350.290.2300.47227.6916.8845.29
Hex6068871D1702Fe4112d
Octal14015020735270573442155
Binary1100000110100010000111111011011101011111110010010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606887; }

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

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

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

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

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

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

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

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