Html Css Color HEX #616975 Shuttle Grey

📋 copy color: '#616975'

red 97 ◦ green 105 ◦ blue 117

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

Shades of Shuttle Grey #616975

Tints of Shuttle Grey #616975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 36.68%

R = 30.41%
G = 32.92%
B = 36.68%

CMYK

 C value IS 0.17

 M value IS 0.10

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#616975 (or 0x616975) is known color: Shuttle Grey. HEX triplet: 61, 69 and 75. RGB value is (97,105,117). Sum of RGB (Red+Green+Blue) = 97+105+117=319 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.41% from 319); Green value is 105 (41.41% from 255 or 32.92% from 319); Blue value is 117 (46.09% from 255 or 36.68% from 319); Max value from RGB is 117 - color contains mainly: blue. Hex color #616975 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616975 is #9E968A. Grayscale: #676767. Windows color (decimal): -10393227 or 7694689. OLE color: 7694689.

HSL color Cylindrical-coordinate representation of color #616975: hue angle of 216º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #616975 is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 97 105 117 -
CMYK 0.17 0.10 0 0.54
HSL 216º 0.09% 0.42% -
HSV(B) 216º 0.17% 0.46% -
XYZ 13.19 13.93 18.82 -
YUV 103.98 135.35 123.02 -
System Red Green Blue C M Y K H S L
Decimal 97 105 117 0.17 0.10 0 0.54 216 0.09 0.42
Hex 61 69 75 11 A 0 36 D8 9 2A
Octal 141 151 165 21 12 0 66 330 11 52
Binary 1100001 1101001 1110101 10001 1010 0 110110 11011000 1001 101010

Color Harmonies of #616975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616975

Black with #616975

Text Example


Text Example

White with #616975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616975; }

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

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

background-color css

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

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

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

border-color css

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

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

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