#606872

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

Shades of Shuttle Grey #606872

Tints of Shuttle Grey #606872

Color information

#606872 (or 0x606872) is unknown color: approx Shuttle Grey. HEX triplet: 60, 68 and 72. RGB value is (96,104,114). Sum of RGB (Red+Green+Blue) = 96+104+114=314 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.57% from 314); Green value is 104 (41.02% from 255 or 33.12% from 314); Blue value is 114 (44.92% from 255 or 36.31% from 314); Max value from RGB is 114 - color contains mainly: blue. Hex color #606872 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606872 is #9F978D. Grayscale: #666666. Windows color (decimal): -10459022 or 7497824. OLE color: 7497824.

HSL color Cylindrical-coordinate representation of color #606872: hue angle of 213.33º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #606872 is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB96104114-
CMYK0.160.0900.55
HSL213.33º8.57%41.18%-
HSV(B)213.33º15.79%44.71%-
XYZ12.8113.617.87-
YUV102.75134.35123.19-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.57%
GREEN value IS 104 (41.02% from 255) = 33.12%
BLUE value IS 114 (44.92% from 255) = 36.31%
R=30.57%
G=33.12%
B=36.31%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal961041140.160.0900.55213.338.5741.18
Hex606872109037d5929
Octal14015016220110673251151
Binary1100000110100011100101000010010110111110101011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606872; }

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

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

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

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

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

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

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

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