Html Css Color HEX #606389 Comet

📋 copy color: '#606389'

red 96 ◦ green 99 ◦ blue 137

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

Shades of Comet #606389

Tints of Comet #606389

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.82%

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

R = 28.92%
G = 29.82%
B = 41.27%

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

#606389 (or 0x606389) is known color: Comet. HEX triplet: 60, 63 and 89. RGB value is (96,99,137). Sum of RGB (Red+Green+Blue) = 96+99+137=332 (43% of max value = 765). Red value is 96 (37.89% from 255 or 28.92% from 332); Green value is 99 (39.06% from 255 or 29.82% from 332); Blue value is 137 (53.91% from 255 or 41.27% from 332); Max value from RGB is 137 - color contains mainly: blue. Hex color #606389 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606389 is #9F9C76. Grayscale: #666666. Windows color (decimal): -10460279 or 9003872. OLE color: 9003872.

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

Color convert

RGB 96 99 137 -
CMYK 0.30 0.28 0 0.46
HSL 235.61º 0.18% 0.46% -
HSV(B) 235.61º 0.3% 0.54% -
XYZ 13.8 13.22 25.49 -
YUV 102.44 147.51 123.41 -
System Red Green Blue C M Y K H S L
Decimal 96 99 137 0.30 0.28 0 0.46 235.61 0.18 0.46
Hex 60 63 89 1E 1C 0 2E EC 12 2E
Octal 140 143 211 36 34 0 56 354 22 56
Binary 1100000 1100011 10001001 11110 11100 0 101110 11101100 10010 101110

Color Harmonies of #606389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606389

Black with #606389

Text Example


Text Example

White with #606389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606389; }

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

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

background-color css

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

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

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

border-color css

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

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

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