Html Css Color HEX #616A70 Mid Grey

📋 copy color: '#616A70'

red 97 ◦ green 106 ◦ blue 112

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

Shades of Mid Grey #616A70

Tints of Mid Grey #616A70

RGB

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

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

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

R = 30.79%
G = 33.65%
B = 35.56%

CMYK

 C value IS 0.13

 M value IS 0.05

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#616A70 (or 0x616A70) is known color: Mid Grey. HEX triplet: 61, 6A and 70. RGB value is (97,106,112). Sum of RGB (Red+Green+Blue) = 97+106+112=315 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.79% from 315); Green value is 106 (41.80% from 255 or 33.65% from 315); Blue value is 112 (44.14% from 255 or 35.56% from 315); Max value from RGB is 112 - color contains mainly: blue. Hex color #616A70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616A70 is #9E958F. Grayscale: #676767. Windows color (decimal): -10392976 or 7367265. OLE color: 7367265.

HSL color Cylindrical-coordinate representation of color #616A70: hue angle of 204º 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 #616A70 is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 97 106 112 -
CMYK 0.13 0.05 0 0.56
HSL 204º 0.07% 0.41% -
HSV(B) 204º 0.13% 0.44% -
XYZ 13.01 14.02 17.35 -
YUV 103.99 132.52 123.01 -
System Red Green Blue C M Y K H S L
Decimal 97 106 112 0.13 0.05 0 0.56 204 0.07 0.41
Hex 61 6A 70 D 5 0 38 CC 7 29
Octal 141 152 160 15 5 0 70 314 7 51
Binary 1100001 1101010 1110000 1101 101 0 111000 11001100 111 101001

Color Harmonies of #616A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616A70

Black with #616A70

Text Example


Text Example

White with #616A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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