Html Css Color HEX #616872 Shuttle Grey

📋 copy color: '#616872'

red 97 ◦ green 104 ◦ blue 114

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

Shades of Shuttle Grey #616872

Tints of Shuttle Grey #616872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 36.19%

R = 30.79%
G = 33.02%
B = 36.19%

CMYK

 C value IS 0.15

 M value IS 0.09

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#616872 (or 0x616872) is known color: Shuttle Grey. HEX triplet: 61, 68 and 72. RGB value is (97,104,114). Sum of RGB (Red+Green+Blue) = 97+104+114=315 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.79% from 315); Green value is 104 (41.02% from 255 or 33.02% from 315); Blue value is 114 (44.92% from 255 or 36.19% from 315); Max value from RGB is 114 - color contains mainly: blue. Hex color #616872 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616872 is #9E978D. Grayscale: #676767. Windows color (decimal): -10393486 or 7497825. OLE color: 7497825.

HSL color Cylindrical-coordinate representation of color #616872: hue angle of 215.29º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #616872 is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 97 104 114 -
CMYK 0.15 0.09 0 0.55
HSL 215.29º 0.08% 0.41% -
HSV(B) 215.29º 0.15% 0.45% -
XYZ 12.92 13.66 17.87 -
YUV 103.05 134.18 123.69 -
System Red Green Blue C M Y K H S L
Decimal 97 104 114 0.15 0.09 0 0.55 215.29 0.08 0.41
Hex 61 68 72 F 9 0 37 D7 8 29
Octal 141 150 162 17 11 0 67 327 10 51
Binary 1100001 1101000 1110010 1111 1001 0 110111 11010111 1000 101001

Color Harmonies of #616872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616872

Black with #616872

Text Example


Text Example

White with #616872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616872; }

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

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

background-color css

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

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

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

border-color css

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

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

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