#606289

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

Shades of Comet #606289

Tints of Comet #606289

Color information

#606289 (or 0x606289) is unknown color: approx Comet. HEX triplet: 60, 62 and 89. RGB value is (96,98,137). Sum of RGB (Red+Green+Blue) = 96+98+137=331 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.00% from 331); Green value is 98 (38.67% from 255 or 29.61% from 331); Blue value is 137 (53.91% from 255 or 41.39% from 331); Max value from RGB is 137 - color contains mainly: blue. Hex color #606289 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606289 is #9F9D76. Grayscale: #656565. Windows color (decimal): -10460535 or 9003616. OLE color: 9003616.

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

Color convert

RGB9698137-
CMYK0.300.2800.46
HSL237.07º17.6%45.69%-
HSV(B)237.07º29.93%53.73%-
XYZ13.7113.0325.46-
YUV101.85147.84123.83-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.00%
GREEN value IS 98 (38.67% from 255) = 29.61%
BLUE value IS 137 (53.91% from 255) = 41.39%
R=29.00%
G=29.61%
B=41.39%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal96981370.300.2800.46237.0717.645.69
Hex6062891E1C02Eed122e
Octal14014221136340563552256
Binary1100000110001010001001111101110001011101110110110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606289; }

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

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

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

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

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

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

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

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