Html Css Color HEX #606171 Comet

📋 copy color: '#606171'

red 96 ◦ green 97 ◦ blue 113

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

Shades of Comet #606171

Tints of Comet #606171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 36.93%

R = 31.37%
G = 31.7%
B = 36.93%

CMYK

 C value IS 0.15

 M value IS 0.14

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#606171 (or 0x606171) is known color: Comet. HEX triplet: 60, 61 and 71. RGB value is (96,97,113). Sum of RGB (Red+Green+Blue) = 96+97+113=306 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.37% from 306); Green value is 97 (38.28% from 255 or 31.70% from 306); Blue value is 113 (44.53% from 255 or 36.93% from 306); Max value from RGB is 113 - color contains mainly: blue. Hex color #606171 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606171 is #9F9E8E. Grayscale: #626262. Windows color (decimal): -10460815 or 7430496. OLE color: 7430496.

HSL color Cylindrical-coordinate representation of color #606171: hue angle of 236.47º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #606171 is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 96 97 113 -
CMYK 0.15 0.14 0 0.56
HSL 236.47º 0.08% 0.41% -
HSV(B) 236.47º 0.15% 0.44% -
XYZ 12.08 12.23 17.35 -
YUV 98.53 136.17 126.2 -
System Red Green Blue C M Y K H S L
Decimal 96 97 113 0.15 0.14 0 0.56 236.47 0.08 0.41
Hex 60 61 71 F E 0 38 EC 8 29
Octal 140 141 161 17 16 0 70 354 10 51
Binary 1100000 1100001 1110001 1111 1110 0 111000 11101100 1000 101001

Color Harmonies of #606171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606171

Black with #606171

Text Example


Text Example

White with #606171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606171; }

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

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

background-color css

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

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

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

border-color css

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

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

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