Html Css Color HEX #606173 Comet

📋 copy color: '#606173'

red 96 ◦ green 97 ◦ blue 115

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

Shades of Comet #606173

Tints of Comet #606173

RGB

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

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

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

R = 31.17%
G = 31.49%
B = 37.34%

CMYK

 C value IS 0.17

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#606173 (or 0x606173) is known color: Comet. HEX triplet: 60, 61 and 73. RGB value is (96,97,115). Sum of RGB (Red+Green+Blue) = 96+97+115=308 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.17% from 308); Green value is 97 (38.28% from 255 or 31.49% from 308); Blue value is 115 (45.31% from 255 or 37.34% from 308); Max value from RGB is 115 - color contains mainly: blue. Hex color #606173 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606173 is #9F9E8C. Grayscale: #626262. Windows color (decimal): -10460813 or 7561568. OLE color: 7561568.

HSL color Cylindrical-coordinate representation of color #606173: hue angle of 236.84º 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 #606173 is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 96 97 115 -
CMYK 0.17 0.16 0 0.55
HSL 236.84º 0.09% 0.41% -
HSV(B) 236.84º 0.17% 0.45% -
XYZ 12.19 12.27 17.95 -
YUV 98.75 137.17 126.04 -
System Red Green Blue C M Y K H S L
Decimal 96 97 115 0.17 0.16 0 0.55 236.84 0.09 0.41
Hex 60 61 73 11 10 0 37 ED 9 29
Octal 140 141 163 21 20 0 67 355 11 51
Binary 1100000 1100001 1110011 10001 10000 0 110111 11101101 1001 101001

Color Harmonies of #606173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606173

Black with #606173

Text Example


Text Example

White with #606173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606173; }

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

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

background-color css

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

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

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

border-color css

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

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

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