#606975

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

Shades of Shuttle Grey #606975

Tints of Shuttle Grey #606975

Color information

#606975 (or 0x606975) is unknown color: approx Shuttle Grey. HEX triplet: 60, 69 and 75. RGB value is (96,105,117). Sum of RGB (Red+Green+Blue) = 96+105+117=318 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.19% from 318); Green value is 105 (41.41% from 255 or 33.02% from 318); Blue value is 117 (46.09% from 255 or 36.79% from 318); Max value from RGB is 117 - color contains mainly: blue. Hex color #606975 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606975 is #9F968A. Grayscale: #676767. Windows color (decimal): -10458763 or 7694688. OLE color: 7694688.

HSL color Cylindrical-coordinate representation of color #606975: hue angle of 214.29º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #606975 is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB96105117-
CMYK0.180.1000.54
HSL214.29º9.86%41.76%-
HSV(B)214.29º17.95%45.88%-
XYZ13.0913.8718.82-
YUV103.68135.52122.52-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.19%
GREEN value IS 105 (41.41% from 255) = 33.02%
BLUE value IS 117 (46.09% from 255) = 36.79%
R=30.19%
G=33.02%
B=36.79%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal961051170.180.1000.54214.299.8641.76
Hex60697512A036d6a2a
Octal14015116522120663261252
Binary1100000110100111101011001010100110110110101101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606975; }

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

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

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

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

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

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

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

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