#606972

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

Shades of Shuttle Grey #606972

Tints of Shuttle Grey #606972

Color information

#606972 (or 0x606972) is unknown color: approx Shuttle Grey. HEX triplet: 60, 69 and 72. RGB value is (96,105,114). Sum of RGB (Red+Green+Blue) = 96+105+114=315 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.48% from 315); Green value is 105 (41.41% from 255 or 33.33% from 315); Blue value is 114 (44.92% from 255 or 36.19% from 315); Max value from RGB is 114 - color contains mainly: blue. Hex color #606972 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606972 is #9F968D. Grayscale: #676767. Windows color (decimal): -10458766 or 7498080. OLE color: 7498080.

HSL color Cylindrical-coordinate representation of color #606972: hue angle of 210º 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 #606972 is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB96105114-
CMYK0.160.0800.55
HSL210º8.57%41.18%-
HSV(B)210º15.79%44.71%-
XYZ12.9113.817.9-
YUV103.34134.02122.77-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.48%
GREEN value IS 105 (41.41% from 255) = 33.33%
BLUE value IS 114 (44.92% from 255) = 36.19%
R=30.48%
G=33.33%
B=36.19%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal961051140.160.0800.552108.5741.18
Hex606972108037d2929
Octal14015116220100673221151
Binary1100000110100111100101000010000110111110100101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606972; }

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

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

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

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

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

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

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

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