#606387

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

Shades of Comet #606387

Tints of Comet #606387

Color information

#606387 (or 0x606387) is unknown color: approx Comet. HEX triplet: 60, 63 and 87. RGB value is (96,99,135). Sum of RGB (Red+Green+Blue) = 96+99+135=330 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.09% from 330); Green value is 99 (39.06% from 255 or 30% from 330); Blue value is 135 (53.12% from 255 or 40.91% from 330); Max value from RGB is 135 - color contains mainly: blue. Hex color #606387 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606387 is #9F9C78. Grayscale: #666666. Windows color (decimal): -10460281 or 8872800. OLE color: 8872800.

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

Color convert

RGB9699135-
CMYK0.290.2700.47
HSL235.38º16.88%45.29%-
HSV(B)235.38º28.89%52.94%-
XYZ13.6613.1624.74-
YUV102.21146.51123.57-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.09%
GREEN value IS 99 (39.06% from 255) = 30%
BLUE value IS 135 (53.12% from 255) = 40.91%
R=29.09%
G=30%
B=40.91%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal96991350.290.2700.47235.3816.8845.29
Hex6063871D1B02Feb112d
Octal14014320735330573532155
Binary1100000110001110000111111011101101011111110101110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606387; }

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

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

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

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

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

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

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

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