#606971

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

Shades of Shuttle Grey #606971

Tints of Shuttle Grey #606971

Color information

#606971 (or 0x606971) is unknown color: approx Shuttle Grey. HEX triplet: 60, 69 and 71. RGB value is (96,105,113). Sum of RGB (Red+Green+Blue) = 96+105+113=314 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.57% from 314); Green value is 105 (41.41% from 255 or 33.44% from 314); Blue value is 113 (44.53% from 255 or 35.99% from 314); Max value from RGB is 113 - color contains mainly: blue. Hex color #606971 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606971 is #9F968E. Grayscale: #676767. Windows color (decimal): -10458767 or 7432544. OLE color: 7432544.

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

Color convert

RGB96105113-
CMYK0.150.0700.56
HSL208.24º8.13%40.98%-
HSV(B)208.24º15.04%44.31%-
XYZ12.8613.7817.61-
YUV103.22133.52122.85-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.57%
GREEN value IS 105 (41.41% from 255) = 33.44%
BLUE value IS 113 (44.53% from 255) = 35.99%
R=30.57%
G=33.44%
B=35.99%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal961051130.150.0700.56208.248.1340.98
Hex606971F7038d0829
Octal1401511611770703201051
Binary11000001101001111000111111110111000110100001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606971; }

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

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

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

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

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

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

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

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