Html Css Color HEX #616170 Comet

📋 copy color: '#616170'

red 97 ◦ green 97 ◦ blue 112

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

Shades of Comet #616170

Tints of Comet #616170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 36.6%

R = 31.7%
G = 31.7%
B = 36.6%

CMYK

 C value IS 0.13

 M value IS 0.13

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#616170 (or 0x616170) is known color: Comet. HEX triplet: 61, 61 and 70. RGB value is (97,97,112). Sum of RGB (Red+Green+Blue) = 97+97+112=306 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.70% from 306); Green value is 97 (38.28% from 255 or 31.70% from 306); Blue value is 112 (44.14% from 255 or 36.60% from 306); Max value from RGB is 112 - color contains mainly: blue. Hex color #616170 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616170 is #9E9E8F. Grayscale: #626262. Windows color (decimal): -10395280 or 7364961. OLE color: 7364961.

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

Color convert

RGB 97 97 112 -
CMYK 0.13 0.13 0 0.56
HSL 240º 0.07% 0.41% -
HSV(B) 240º 0.13% 0.44% -
XYZ 12.13 12.26 17.06 -
YUV 98.71 135.5 126.78 -
System Red Green Blue C M Y K H S L
Decimal 97 97 112 0.13 0.13 0 0.56 240 0.07 0.41
Hex 61 61 70 D D 0 38 F0 7 29
Octal 141 141 160 15 15 0 70 360 7 51
Binary 1100001 1100001 1110000 1101 1101 0 111000 11110000 111 101001

Color Harmonies of #616170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616170

Black with #616170

Text Example


Text Example

White with #616170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616170; }

 p { color: rgb(97,97,112); }

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

background-color css

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

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

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

border-color css

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

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

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