#606487

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

Shades of Comet #606487

Tints of Comet #606487

Color information

#606487 (or 0x606487) is unknown color: approx Comet. HEX triplet: 60, 64 and 87. RGB value is (96,100,135). Sum of RGB (Red+Green+Blue) = 96+100+135=331 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.00% from 331); Green value is 100 (39.45% from 255 or 30.21% from 331); Blue value is 135 (53.12% from 255 or 40.79% from 331); Max value from RGB is 135 - color contains mainly: blue. Hex color #606487 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606487 is #9F9B78. Grayscale: #666666. Windows color (decimal): -10460025 or 8873056. OLE color: 8873056.

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

Color convert

RGB96100135-
CMYK0.290.2600.47
HSL233.85º16.88%45.29%-
HSV(B)233.85º28.89%52.94%-
XYZ13.7513.3524.77-
YUV102.79146.17123.15-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.00%
GREEN value IS 100 (39.45% from 255) = 30.21%
BLUE value IS 135 (53.12% from 255) = 40.79%
R=29.00%
G=30.21%
B=40.79%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal961001350.290.2600.47233.8516.8845.29
Hex6064871D1A02Fea112d
Octal14014420735320573522155
Binary1100000110010010000111111011101001011111110101010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606487; }

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

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

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

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

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

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

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

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