Html Css Color HEX #606189 Comet

📋 copy color: '#606189'

red 96 ◦ green 97 ◦ blue 137

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

Shades of Comet #606189

Tints of Comet #606189

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.39%

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

R = 29.09%
G = 29.39%
B = 41.52%

CMYK

 C value IS 0.30

 M value IS 0.29

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#606189 (or 0x606189) is known color: Comet. HEX triplet: 60, 61 and 89. RGB value is (96,97,137). Sum of RGB (Red+Green+Blue) = 96+97+137=330 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.09% from 330); Green value is 97 (38.28% from 255 or 29.39% from 330); Blue value is 137 (53.91% from 255 or 41.52% from 330); Max value from RGB is 137 - color contains mainly: blue. Hex color #606189 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606189 is #9F9E76. Grayscale: #656565. Windows color (decimal): -10460791 or 9003360. OLE color: 9003360.

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

Color convert

RGB 96 97 137 -
CMYK 0.30 0.29 0 0.46
HSL 238.54º 0.18% 0.46% -
HSV(B) 238.54º 0.3% 0.54% -
XYZ 13.61 12.84 25.43 -
YUV 101.26 148.17 124.25 -
System Red Green Blue C M Y K H S L
Decimal 96 97 137 0.30 0.29 0 0.46 238.54 0.18 0.46
Hex 60 61 89 1E 1D 0 2E EF 12 2E
Octal 140 141 211 36 35 0 56 357 22 56
Binary 1100000 1100001 10001001 11110 11101 0 101110 11101111 10010 101110

Color Harmonies of #606189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606189

Black with #606189

Text Example


Text Example

White with #606189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606189; }

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

 H1.HeaderClassName
 {
   color: #606189;
 }
 .AnyTagClassName
 {
   color: #606189;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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