Html Css Color HEX #616971 Shuttle Grey

📋 copy color: '#616971'

red 97 ◦ green 105 ◦ blue 113

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

Shades of Shuttle Grey #616971

Tints of Shuttle Grey #616971

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.33%

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

R = 30.79%
G = 33.33%
B = 35.87%

CMYK

 C value IS 0.14

 M value IS 0.07

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#616971 (or 0x616971) is known color: Shuttle Grey. HEX triplet: 61, 69 and 71. RGB value is (97,105,113). Sum of RGB (Red+Green+Blue) = 97+105+113=315 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.79% from 315); Green value is 105 (41.41% from 255 or 33.33% from 315); Blue value is 113 (44.53% from 255 or 35.87% from 315); Max value from RGB is 113 - color contains mainly: blue. Hex color #616971 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616971 is #9E968E. Grayscale: #676767. Windows color (decimal): -10393231 or 7432545. OLE color: 7432545.

HSL color Cylindrical-coordinate representation of color #616971: hue angle of 210º 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 #616971 is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 97 105 113 -
CMYK 0.14 0.07 0 0.56
HSL 210º 0.08% 0.41% -
HSV(B) 210º 0.14% 0.44% -
XYZ 12.96 13.84 17.61 -
YUV 103.52 133.35 123.35 -
System Red Green Blue C M Y K H S L
Decimal 97 105 113 0.14 0.07 0 0.56 210 0.08 0.41
Hex 61 69 71 E 7 0 38 D2 8 29
Octal 141 151 161 16 7 0 70 322 10 51
Binary 1100001 1101001 1110001 1110 111 0 111000 11010010 1000 101001

Color Harmonies of #616971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616971

Black with #616971

Text Example


Text Example

White with #616971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616971; }

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

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

background-color css

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

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

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

border-color css

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

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

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