Html Css Color HEX #616A73 Shuttle Grey

📋 copy color: '#616A73'

red 97 ◦ green 106 ◦ blue 115

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

Shades of Shuttle Grey #616A73

Tints of Shuttle Grey #616A73

RGB

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

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

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

R = 30.5%
G = 33.33%
B = 36.16%

CMYK

 C value IS 0.16

 M value IS 0.08

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#616A73 (or 0x616A73) is known color: Shuttle Grey. HEX triplet: 61, 6A and 73. RGB value is (97,106,115). Sum of RGB (Red+Green+Blue) = 97+106+115=318 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.50% from 318); Green value is 106 (41.80% from 255 or 33.33% from 318); Blue value is 115 (45.31% from 255 or 36.16% from 318); Max value from RGB is 115 - color contains mainly: blue. Hex color #616A73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616A73 is #9E958C. Grayscale: #686868. Windows color (decimal): -10392973 or 7563873. OLE color: 7563873.

HSL color Cylindrical-coordinate representation of color #616A73: hue angle of 210º 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 #616A73 is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 97 106 115 -
CMYK 0.16 0.08 0 0.55
HSL 210º 0.08% 0.42% -
HSV(B) 210º 0.16% 0.45% -
XYZ 13.18 14.09 18.24 -
YUV 104.34 134.02 122.77 -
System Red Green Blue C M Y K H S L
Decimal 97 106 115 0.16 0.08 0 0.55 210 0.08 0.42
Hex 61 6A 73 10 8 0 37 D2 8 2A
Octal 141 152 163 20 10 0 67 322 10 52
Binary 1100001 1101010 1110011 10000 1000 0 110111 11010010 1000 101010

Color Harmonies of #616A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616A73

Black with #616A73

Text Example


Text Example

White with #616A73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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