Html Css Color HEX #616874 Shuttle Grey

📋 copy color: '#616874'

red 97 ◦ green 104 ◦ blue 116

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

Shades of Shuttle Grey #616874

Tints of Shuttle Grey #616874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 36.59%

R = 30.6%
G = 32.81%
B = 36.59%

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

#616874 (or 0x616874) is known color: Shuttle Grey. HEX triplet: 61, 68 and 74. RGB value is (97,104,116). Sum of RGB (Red+Green+Blue) = 97+104+116=317 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.60% from 317); Green value is 104 (41.02% from 255 or 32.81% from 317); Blue value is 116 (45.70% from 255 or 36.59% from 317); Max value from RGB is 116 - color contains mainly: blue. Hex color #616874 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616874 is #9E978B. Grayscale: #676767. Windows color (decimal): -10393484 or 7628897. OLE color: 7628897.

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

Color convert

RGB 97 104 116 -
CMYK 0.16 0.10 0 0.55
HSL 217.89º 0.09% 0.42% -
HSV(B) 217.89º 0.16% 0.45% -
XYZ 13.03 13.7 18.48 -
YUV 103.28 135.18 123.52 -
System Red Green Blue C M Y K H S L
Decimal 97 104 116 0.16 0.10 0 0.55 217.89 0.09 0.42
Hex 61 68 74 10 A 0 37 DA 9 2A
Octal 141 150 164 20 12 0 67 332 11 52
Binary 1100001 1101000 1110100 10000 1010 0 110111 11011010 1001 101010

Color Harmonies of #616874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616874

Black with #616874

Text Example


Text Example

White with #616874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616874; }

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

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

background-color css

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

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

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

border-color css

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

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

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