Html Css Color HEX #616A71 Mid Grey

📋 copy color: '#616A71'

red 97 ◦ green 106 ◦ blue 113

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

Shades of Mid Grey #616A71

Tints of Mid Grey #616A71

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.54%

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

R = 30.7%
G = 33.54%
B = 35.76%

CMYK

 C value IS 0.14

 M value IS 0.06

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#616A71 (or 0x616A71) is known color: Mid Grey. HEX triplet: 61, 6A and 71. RGB value is (97,106,113). Sum of RGB (Red+Green+Blue) = 97+106+113=316 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.70% from 316); Green value is 106 (41.80% from 255 or 33.54% from 316); Blue value is 113 (44.53% from 255 or 35.76% from 316); Max value from RGB is 113 - color contains mainly: blue. Hex color #616A71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616A71 is #9E958E. Grayscale: #686868. Windows color (decimal): -10392975 or 7432801. OLE color: 7432801.

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

Color convert

RGB 97 106 113 -
CMYK 0.14 0.06 0 0.56
HSL 206.25º 0.08% 0.41% -
HSV(B) 206.25º 0.14% 0.44% -
XYZ 13.06 14.04 17.64 -
YUV 104.11 133.02 122.93 -
System Red Green Blue C M Y K H S L
Decimal 97 106 113 0.14 0.06 0 0.56 206.25 0.08 0.41
Hex 61 6A 71 E 6 0 38 CE 8 29
Octal 141 152 161 16 6 0 70 316 10 51
Binary 1100001 1101010 1110001 1110 110 0 111000 11001110 1000 101001

Color Harmonies of #616A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616A71

Black with #616A71

Text Example


Text Example

White with #616A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616A71; }

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

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

background-color css

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

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

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

border-color css

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

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

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