Html Css Color HEX #616972 Shuttle Grey

📋 copy color: '#616972'

red 97 ◦ green 105 ◦ blue 114

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

Shades of Shuttle Grey #616972

Tints of Shuttle Grey #616972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 36.08%

R = 30.7%
G = 33.23%
B = 36.08%

CMYK

 C value IS 0.15

 M value IS 0.08

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#616972 (or 0x616972) is known color: Shuttle Grey. HEX triplet: 61, 69 and 72. RGB value is (97,105,114). Sum of RGB (Red+Green+Blue) = 97+105+114=316 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.70% from 316); Green value is 105 (41.41% from 255 or 33.23% from 316); Blue value is 114 (44.92% from 255 or 36.08% from 316); Max value from RGB is 114 - color contains mainly: blue. Hex color #616972 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616972 is #9E968D. Grayscale: #676767. Windows color (decimal): -10393230 or 7498081. OLE color: 7498081.

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

Color convert

RGB 97 105 114 -
CMYK 0.15 0.08 0 0.55
HSL 211.76º 0.08% 0.41% -
HSV(B) 211.76º 0.15% 0.45% -
XYZ 13.02 13.86 17.91 -
YUV 103.63 133.85 123.27 -
System Red Green Blue C M Y K H S L
Decimal 97 105 114 0.15 0.08 0 0.55 211.76 0.08 0.41
Hex 61 69 72 F 8 0 37 D4 8 29
Octal 141 151 162 17 10 0 67 324 10 51
Binary 1100001 1101001 1110010 1111 1000 0 110111 11010100 1000 101001

Color Harmonies of #616972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616972

Black with #616972

Text Example


Text Example

White with #616972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616972; }

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

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

background-color css

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

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

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

border-color css

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

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

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