Html Css Color HEX #616873 Shuttle Grey

📋 copy color: '#616873'

red 97 ◦ green 104 ◦ blue 115

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

Shades of Shuttle Grey #616873

Tints of Shuttle Grey #616873

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32.91%

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

R = 30.7%
G = 32.91%
B = 36.39%

CMYK

 C value IS 0.16

 M value IS 0.10

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#616873 (or 0x616873) is known color: Shuttle Grey. HEX triplet: 61, 68 and 73. RGB value is (97,104,115). Sum of RGB (Red+Green+Blue) = 97+104+115=316 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.70% from 316); Green value is 104 (41.02% from 255 or 32.91% from 316); Blue value is 115 (45.31% from 255 or 36.39% from 316); Max value from RGB is 115 - color contains mainly: blue. Hex color #616873 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616873 is #9E978C. Grayscale: #676767. Windows color (decimal): -10393485 or 7563361. OLE color: 7563361.

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

Color convert

RGB 97 104 115 -
CMYK 0.16 0.10 0 0.55
HSL 216.67º 0.08% 0.42% -
HSV(B) 216.67º 0.16% 0.45% -
XYZ 12.97 13.68 18.18 -
YUV 103.16 134.68 123.61 -
System Red Green Blue C M Y K H S L
Decimal 97 104 115 0.16 0.10 0 0.55 216.67 0.08 0.42
Hex 61 68 73 10 A 0 37 D9 8 2A
Octal 141 150 163 20 12 0 67 331 10 52
Binary 1100001 1101000 1110011 10000 1010 0 110111 11011001 1000 101010

Color Harmonies of #616873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616873

Black with #616873

Text Example


Text Example

White with #616873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616873; }

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

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

background-color css

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

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

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

border-color css

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

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

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