#616B78

Color #616B78 Shuttle Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shuttle Grey #616B78

Tints of Shuttle Grey #616B78

Color information

#616B78 (or 0x616B78) is unknown color: approx Shuttle Grey. HEX triplet: 61, 6B and 78. RGB value is (97,107,120). Sum of RGB (Red+Green+Blue) = 97+107+120=324 (42% of max value = 765). Red value is 97 (38.28% from 255 or 29.94% from 324); Green value is 107 (42.19% from 255 or 33.02% from 324); Blue value is 120 (47.27% from 255 or 37.04% from 324); Max value from RGB is 120 - color contains mainly: blue. Hex color #616B78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616B78 is #9E9487. Grayscale: #696969. Windows color (decimal): -10392712 or 7891809. OLE color: 7891809.

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

Color convert

RGB97107120-
CMYK0.190.1100.53
HSL213.91º10.6%42.55%-
HSV(B)213.91º19.17%47.06%-
XYZ13.5814.4119.84-
YUV105.49136.19121.94-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.94%
GREEN value IS 107 (42.19% from 255) = 33.02%
BLUE value IS 120 (47.27% from 255) = 37.04%
R=29.94%
G=33.02%
B=37.04%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal971071200.190.1100.53213.9110.642.55
Hex616B7813B035d6b2b
Octal14115317023130653261353
Binary1100001110101111110001001110110110101110101101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,107,120); }

 H1.HeaderClassName
 {
   color: #616B78;
 }
 .AnyTagClassName
 {
   color: #616B78;
 }
</style>
background-color css

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

 a { background-color: rgb(97,107,120); }

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

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

 span { border-color: rgb(97,107,120); }

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