#606489

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

Shades of Comet #606489

Tints of Comet #606489

Color information

#606489 (or 0x606489) is unknown color: approx Comet. HEX triplet: 60, 64 and 89. RGB value is (96,100,137). Sum of RGB (Red+Green+Blue) = 96+100+137=333 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.83% from 333); Green value is 100 (39.45% from 255 or 30.03% from 333); Blue value is 137 (53.91% from 255 or 41.14% from 333); Max value from RGB is 137 - color contains mainly: blue. Hex color #606489 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606489 is #9F9B76. Grayscale: #666666. Windows color (decimal): -10460023 or 9004128. OLE color: 9004128.

HSL color Cylindrical-coordinate representation of color #606489: hue angle of 234.15º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #606489 is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB96100137-
CMYK0.300.2700.46
HSL234.15º17.6%45.69%-
HSV(B)234.15º29.93%53.73%-
XYZ13.913.4125.52-
YUV103.02147.17122.99-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.83%
GREEN value IS 100 (39.45% from 255) = 30.03%
BLUE value IS 137 (53.91% from 255) = 41.14%
R=28.83%
G=30.03%
B=41.14%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal961001370.300.2700.46234.1517.645.69
Hex6064891E1B02Eea122e
Octal14014421136330563522256
Binary1100000110010010001001111101101101011101110101010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606489; }

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

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

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

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

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

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

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

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