Html Css Color HEX #616770 Shuttle Grey

📋 copy color: '#616770'

red 97 ◦ green 103 ◦ blue 112

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

Shades of Shuttle Grey #616770

Tints of Shuttle Grey #616770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 35.9%

R = 31.09%
G = 33.01%
B = 35.9%

CMYK

 C value IS 0.13

 M value IS 0.08

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#616770 (or 0x616770) is known color: Shuttle Grey. HEX triplet: 61, 67 and 70. RGB value is (97,103,112). Sum of RGB (Red+Green+Blue) = 97+103+112=312 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.09% from 312); Green value is 103 (40.62% from 255 or 33.01% from 312); Blue value is 112 (44.14% from 255 or 35.90% from 312); Max value from RGB is 112 - color contains mainly: blue. Hex color #616770 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616770 is #9E988F. Grayscale: #666666. Windows color (decimal): -10393744 or 7366497. OLE color: 7366497.

HSL color Cylindrical-coordinate representation of color #616770: hue angle of 216º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #616770 is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 97 103 112 -
CMYK 0.13 0.08 0 0.56
HSL 216º 0.07% 0.41% -
HSV(B) 216º 0.13% 0.44% -
XYZ 12.7 13.41 17.25 -
YUV 102.23 133.51 124.27 -
System Red Green Blue C M Y K H S L
Decimal 97 103 112 0.13 0.08 0 0.56 216 0.07 0.41
Hex 61 67 70 D 8 0 38 D8 7 29
Octal 141 147 160 15 10 0 70 330 7 51
Binary 1100001 1100111 1110000 1101 1000 0 111000 11011000 111 101001

Color Harmonies of #616770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616770

Black with #616770

Text Example


Text Example

White with #616770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616770; }

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

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

background-color css

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

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

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

border-color css

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

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

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