#606587

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

Shades of Comet #606587

Tints of Comet #606587

Color information

#606587 (or 0x606587) is unknown color: approx Comet. HEX triplet: 60, 65 and 87. RGB value is (96,101,135). Sum of RGB (Red+Green+Blue) = 96+101+135=332 (43% of max value = 765). Red value is 96 (37.89% from 255 or 28.92% from 332); Green value is 101 (39.84% from 255 or 30.42% from 332); Blue value is 135 (53.12% from 255 or 40.66% from 332); Max value from RGB is 135 - color contains mainly: blue. Hex color #606587 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606587 is #9F9A78. Grayscale: #676767. Windows color (decimal): -10459769 or 8873312. OLE color: 8873312.

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

Color convert

RGB96101135-
CMYK0.290.2500.47
HSL232.31º16.88%45.29%-
HSV(B)232.31º28.89%52.94%-
XYZ13.8513.5424.81-
YUV103.38145.84122.74-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.92%
GREEN value IS 101 (39.84% from 255) = 30.42%
BLUE value IS 135 (53.12% from 255) = 40.66%
R=28.92%
G=30.42%
B=40.66%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal961011350.290.2500.47232.3116.8845.29
Hex6065871D1902Fe8112d
Octal14014520735310573502155
Binary1100000110010110000111111011100101011111110100010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606587; }

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

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

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

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

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

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

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

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