#606087

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

Shades of Comet #606087

Tints of Comet #606087

Color information

#606087 (or 0x606087) is unknown color: approx Comet. HEX triplet: 60, 60 and 87. RGB value is (96,96,135). Sum of RGB (Red+Green+Blue) = 96+96+135=327 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.36% from 327); Green value is 96 (37.89% from 255 or 29.36% from 327); Blue value is 135 (53.12% from 255 or 41.28% from 327); Max value from RGB is 135 - color contains mainly: blue. Hex color #606087 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606087 is #9F9F78. Grayscale: #646464. Windows color (decimal): -10461049 or 8872032. OLE color: 8872032.

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

Color convert

RGB9696135-
CMYK0.290.2900.47
HSL240º16.88%45.29%-
HSV(B)240º28.89%52.94%-
XYZ13.3812.624.65-
YUV100.45147.5124.83-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.36%
GREEN value IS 96 (37.89% from 255) = 29.36%
BLUE value IS 135 (53.12% from 255) = 41.28%
R=29.36%
G=29.36%
B=41.28%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal96961350.290.2900.4724016.8845.29
Hex6060871D1D02Ff0112d
Octal14014020735350573602155
Binary1100000110000010000111111011110101011111111000010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606087; }

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

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

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

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

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

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

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

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