#606876

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

Shades of Shuttle Grey #606876

Tints of Shuttle Grey #606876

Color information

#606876 (or 0x606876) is unknown color: approx Shuttle Grey. HEX triplet: 60, 68 and 76. RGB value is (96,104,118). Sum of RGB (Red+Green+Blue) = 96+104+118=318 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.19% from 318); Green value is 104 (41.02% from 255 or 32.70% from 318); Blue value is 118 (46.48% from 255 or 37.11% from 318); Max value from RGB is 118 - color contains mainly: blue. Hex color #606876 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606876 is #9F9789. Grayscale: #676767. Windows color (decimal): -10459018 or 7759968. OLE color: 7759968.

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

Color convert

RGB96104118-
CMYK0.190.1200.54
HSL218.18º10.28%41.96%-
HSV(B)218.18º18.64%46.27%-
XYZ13.0413.719.1-
YUV103.2136.35122.86-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.19%
GREEN value IS 104 (41.02% from 255) = 32.70%
BLUE value IS 118 (46.48% from 255) = 37.11%
R=30.19%
G=32.70%
B=37.11%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal961041180.190.1200.54218.1810.2841.96
Hex60687613C036daa2a
Octal14015016623140663321252
Binary1100000110100011101101001111000110110110110101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606876; }

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

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

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

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

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

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

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

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