Html Css Color HEX #616A77 Shuttle Grey

📋 copy color: '#616A77'

red 97 ◦ green 106 ◦ blue 119

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

Shades of Shuttle Grey #616A77

Tints of Shuttle Grey #616A77

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.92%

 BLUE value IS 119 (46.88% from 255) = 36.96%

R = 30.12%
G = 32.92%
B = 36.96%

CMYK

 C value IS 0.18

 M value IS 0.11

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#616A77 (or 0x616A77) is known color: Shuttle Grey. HEX triplet: 61, 6A and 77. RGB value is (97,106,119). Sum of RGB (Red+Green+Blue) = 97+106+119=322 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.12% from 322); Green value is 106 (41.80% from 255 or 32.92% from 322); Blue value is 119 (46.88% from 255 or 36.96% from 322); Max value from RGB is 119 - color contains mainly: blue. Hex color #616A77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616A77 is #9E9588. Grayscale: #686868. Windows color (decimal): -10392969 or 7826017. OLE color: 7826017.

HSL color Cylindrical-coordinate representation of color #616A77: hue angle of 215.45º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #616A77 is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 97 106 119 -
CMYK 0.18 0.11 0 0.53
HSL 215.45º 0.1% 0.42% -
HSV(B) 215.45º 0.18% 0.47% -
XYZ 13.41 14.18 19.48 -
YUV 104.79 136.02 122.44 -
System Red Green Blue C M Y K H S L
Decimal 97 106 119 0.18 0.11 0 0.53 215.45 0.1 0.42
Hex 61 6A 77 12 B 0 35 D7 A 2A
Octal 141 152 167 22 13 0 65 327 12 52
Binary 1100001 1101010 1110111 10010 1011 0 110101 11010111 1010 101010

Color Harmonies of #616A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616A77

Black with #616A77

Text Example


Text Example

White with #616A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616A77; }

 p { color: rgb(97,106,119); }

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

background-color css

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

 a { background-color: rgb(97,106,119); }

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

border-color css

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

 span { border-color: rgb(97,106,119); }

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