#606875

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

Shades of Shuttle Grey #606875

Tints of Shuttle Grey #606875

Color information

#606875 (or 0x606875) is unknown color: approx Shuttle Grey. HEX triplet: 60, 68 and 75. RGB value is (96,104,117). Sum of RGB (Red+Green+Blue) = 96+104+117=317 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.28% from 317); Green value is 104 (41.02% from 255 or 32.81% from 317); Blue value is 117 (46.09% from 255 or 36.91% from 317); Max value from RGB is 117 - color contains mainly: blue. Hex color #606875 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606875 is #9F978A. Grayscale: #676767. Windows color (decimal): -10459019 or 7694432. OLE color: 7694432.

HSL color Cylindrical-coordinate representation of color #606875: hue angle of 217.14º 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 #606875 is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB96104117-
CMYK0.180.1100.54
HSL217.14º9.86%41.76%-
HSV(B)217.14º17.95%45.88%-
XYZ12.9913.6718.78-
YUV103.09135.85122.94-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.28%
GREEN value IS 104 (41.02% from 255) = 32.81%
BLUE value IS 117 (46.09% from 255) = 36.91%
R=30.28%
G=32.81%
B=36.91%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal961041170.180.1100.54217.149.8641.76
Hex60687512B036d9a2a
Octal14015016522130663311252
Binary1100000110100011101011001010110110110110110011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606875; }

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

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

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

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

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

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

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

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