Html Css Color HEX #616774 Shuttle Grey

📋 copy color: '#616774'

red 97 ◦ green 103 ◦ blue 116

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

Shades of Shuttle Grey #616774

Tints of Shuttle Grey #616774

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.59%

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

R = 30.7%
G = 32.59%
B = 36.71%

CMYK

 C value IS 0.16

 M value IS 0.11

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#616774 (or 0x616774) is known color: Shuttle Grey. HEX triplet: 61, 67 and 74. RGB value is (97,103,116). Sum of RGB (Red+Green+Blue) = 97+103+116=316 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.70% from 316); Green value is 103 (40.62% from 255 or 32.59% from 316); Blue value is 116 (45.70% from 255 or 36.71% from 316); Max value from RGB is 116 - color contains mainly: blue. Hex color #616774 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616774 is #9E988B. Grayscale: #666666. Windows color (decimal): -10393740 or 7628641. OLE color: 7628641.

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

Color convert

RGB 97 103 116 -
CMYK 0.16 0.11 0 0.55
HSL 221.05º 0.09% 0.42% -
HSV(B) 221.05º 0.16% 0.45% -
XYZ 12.93 13.5 18.45 -
YUV 102.69 135.51 123.94 -
System Red Green Blue C M Y K H S L
Decimal 97 103 116 0.16 0.11 0 0.55 221.05 0.09 0.42
Hex 61 67 74 10 B 0 37 DD 9 2A
Octal 141 147 164 20 13 0 67 335 11 52
Binary 1100001 1100111 1110100 10000 1011 0 110111 11011101 1001 101010

Color Harmonies of #616774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616774

Black with #616774

Text Example


Text Example

White with #616774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616774; }

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

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

background-color css

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

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

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

border-color css

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

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

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