Html Css Color HEX #616B73 Mid Grey

📋 copy color: '#616B73'

red 97 ◦ green 107 ◦ blue 115

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

Shades of Mid Grey #616B73

Tints of Mid Grey #616B73

RGB

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

 GREEN value IS 107 (42.19% from 255) = 33.54%

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

R = 30.41%
G = 33.54%
B = 36.05%

CMYK

 C value IS 0.16

 M value IS 0.07

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#616B73 (or 0x616B73) is known color: Mid Grey. HEX triplet: 61, 6B and 73. RGB value is (97,107,115). Sum of RGB (Red+Green+Blue) = 97+107+115=319 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.41% from 319); Green value is 107 (42.19% from 255 or 33.54% from 319); Blue value is 115 (45.31% from 255 or 36.05% from 319); Max value from RGB is 115 - color contains mainly: blue. Hex color #616B73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616B73 is #9E948C. Grayscale: #686868. Windows color (decimal): -10392717 or 7564129. OLE color: 7564129.

HSL color Cylindrical-coordinate representation of color #616B73: hue angle of 206.67º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #616B73 is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 97 107 115 -
CMYK 0.16 0.07 0 0.55
HSL 206.67º 0.08% 0.42% -
HSV(B) 206.67º 0.16% 0.45% -
XYZ 13.28 14.29 18.28 -
YUV 104.92 133.69 122.35 -
System Red Green Blue C M Y K H S L
Decimal 97 107 115 0.16 0.07 0 0.55 206.67 0.08 0.42
Hex 61 6B 73 10 7 0 37 CF 8 2A
Octal 141 153 163 20 7 0 67 317 10 52
Binary 1100001 1101011 1110011 10000 111 0 110111 11001111 1000 101010

Color Harmonies of #616B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616B73

Black with #616B73

Text Example


Text Example

White with #616B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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