#606979

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

Shades of Shuttle Grey #606979

Tints of Shuttle Grey #606979

Color information

#606979 (or 0x606979) is unknown color: approx Shuttle Grey. HEX triplet: 60, 69 and 79. RGB value is (96,105,121). Sum of RGB (Red+Green+Blue) = 96+105+121=322 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.81% from 322); Green value is 105 (41.41% from 255 or 32.61% from 322); Blue value is 121 (47.66% from 255 or 37.58% from 322); Max value from RGB is 121 - color contains mainly: blue. Hex color #606979 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606979 is #9F9686. Grayscale: #686868. Windows color (decimal): -10458759 or 7956832. OLE color: 7956832.

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

Color convert

RGB96105121-
CMYK0.210.1300.53
HSL218.4º11.52%42.55%-
HSV(B)218.4º20.66%47.45%-
XYZ13.3313.9720.08-
YUV104.13137.52122.2-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.81%
GREEN value IS 105 (41.41% from 255) = 32.61%
BLUE value IS 121 (47.66% from 255) = 37.58%
R=29.81%
G=32.61%
B=37.58%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal961051210.210.1300.53218.411.5242.55
Hex60697915D035dac2b
Octal14015117125150653321453
Binary1100000110100111110011010111010110101110110101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606979; }

 p { color: rgb(96,105,121); }

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

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

 a { background-color: rgb(96,105,121); }

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

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

 span { border-color: rgb(96,105,121); }

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