#606089

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

Shades of Comet #606089

Tints of Comet #606089

Color information

#606089 (or 0x606089) is unknown color: approx Comet. HEX triplet: 60, 60 and 89. RGB value is (96,96,137). Sum of RGB (Red+Green+Blue) = 96+96+137=329 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.18% from 329); Green value is 96 (37.89% from 255 or 29.18% from 329); Blue value is 137 (53.91% from 255 or 41.64% from 329); Max value from RGB is 137 - color contains mainly: blue. Hex color #606089 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606089 is #9F9F76. Grayscale: #646464. Windows color (decimal): -10461047 or 9003104. OLE color: 9003104.

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

Color convert

RGB9696137-
CMYK0.300.3000.46
HSL240º17.6%45.69%-
HSV(B)240º29.93%53.73%-
XYZ13.5212.6625.4-
YUV100.67148.5124.67-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.18%
GREEN value IS 96 (37.89% from 255) = 29.18%
BLUE value IS 137 (53.91% from 255) = 41.64%
R=29.18%
G=29.18%
B=41.64%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal96961370.300.3000.4624017.645.69
Hex6060891E1E02Ef0122e
Octal14014021136360563602256
Binary1100000110000010001001111101111001011101111000010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606089; }

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

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

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

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

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

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

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

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