Html Css Color HEX #606289 Comet

📋 copy color: '#606289'

red 96 ◦ green 98 ◦ blue 137

#606289
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Comet #606289

Tints of Comet #606289

RGB

 RED value IS 96 (37.89% from 255) = 29%

 GREEN value IS 98 (38.67% from 255) = 29.61%

 BLUE value IS 137 (53.91% from 255) = 41.39%

R = 29%
G = 29.61%
B = 41.39%

CMYK

 C value IS 0.30

 M value IS 0.28

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#606289 (or 0x606289) is known color: 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

RGB 96 98 137 -
CMYK 0.30 0.28 0 0.46
HSL 237.07º 0.18% 0.46% -
HSV(B) 237.07º 0.3% 0.54% -
XYZ 13.71 13.03 25.46 -
YUV 101.85 147.84 123.83 -
System Red Green Blue C M Y K H S L
Decimal 96 98 137 0.30 0.28 0 0.46 237.07 0.18 0.46
Hex 60 62 89 1E 1C 0 2E ED 12 2E
Octal 140 142 211 36 34 0 56 355 22 56
Binary 1100000 1100010 10001001 11110 11100 0 101110 11101101 10010 101110

Color Harmonies of #606289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606289

Black with #606289

Text Example


Text Example

White with #606289

Text Example


Text Example

HTML Codes & Css Web 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>