Html Css Color HEX #606373 Comet

📋 copy color: '#606373'

red 96 ◦ green 99 ◦ blue 115

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

Shades of Comet #606373

Tints of Comet #606373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 37.1%

R = 30.97%
G = 31.94%
B = 37.1%

CMYK

 C value IS 0.17

 M value IS 0.14

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#606373 (or 0x606373) is known color: Comet. HEX triplet: 60, 63 and 73. RGB value is (96,99,115). Sum of RGB (Red+Green+Blue) = 96+99+115=310 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.97% from 310); Green value is 99 (39.06% from 255 or 31.94% from 310); Blue value is 115 (45.31% from 255 or 37.10% from 310); Max value from RGB is 115 - color contains mainly: blue. Hex color #606373 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606373 is #9F9C8C. Grayscale: #636363. Windows color (decimal): -10460301 or 7562080. OLE color: 7562080.

HSL color Cylindrical-coordinate representation of color #606373: hue angle of 230.53º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #606373 is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 96 99 115 -
CMYK 0.17 0.14 0 0.55
HSL 230.53º 0.09% 0.41% -
HSV(B) 230.53º 0.17% 0.45% -
XYZ 12.38 12.65 18.01 -
YUV 99.93 136.51 125.2 -
System Red Green Blue C M Y K H S L
Decimal 96 99 115 0.17 0.14 0 0.55 230.53 0.09 0.41
Hex 60 63 73 11 E 0 37 E7 9 29
Octal 140 143 163 21 16 0 67 347 11 51
Binary 1100000 1100011 1110011 10001 1110 0 110111 11100111 1001 101001

Color Harmonies of #606373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606373

Black with #606373

Text Example


Text Example

White with #606373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606373; }

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

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

background-color css

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

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

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

border-color css

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

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

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