#606873

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

Shades of Shuttle Grey #606873

Tints of Shuttle Grey #606873

Color information

#606873 (or 0x606873) is unknown color: approx Shuttle Grey. HEX triplet: 60, 68 and 73. RGB value is (96,104,115). Sum of RGB (Red+Green+Blue) = 96+104+115=315 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.48% from 315); Green value is 104 (41.02% from 255 or 33.02% from 315); Blue value is 115 (45.31% from 255 or 36.51% from 315); Max value from RGB is 115 - color contains mainly: blue. Hex color #606873 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606873 is #9F978C. Grayscale: #666666. Windows color (decimal): -10459021 or 7563360. OLE color: 7563360.

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

Color convert

RGB96104115-
CMYK0.170.1000.55
HSL214.74º9%41.37%-
HSV(B)214.74º16.52%45.1%-
XYZ12.8713.6318.17-
YUV102.86134.85123.11-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.48%
GREEN value IS 104 (41.02% from 255) = 33.02%
BLUE value IS 115 (45.31% from 255) = 36.51%
R=30.48%
G=33.02%
B=36.51%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal961041150.170.1000.55214.74941.37
Hex60687311A037d7929
Octal14015016321120673271151
Binary1100000110100011100111000110100110111110101111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606873; }

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

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

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

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

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

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

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

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