#606469

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

Shades of Shuttle Grey #606469

Tints of Shuttle Grey #606469

Color information

#606469 (or 0x606469) is unknown color: approx Shuttle Grey. HEX triplet: 60, 64 and 69. RGB value is (96,100,105). Sum of RGB (Red+Green+Blue) = 96+100+105=301 (39% of max value = 765). Red value is 96 (37.89% from 255 or 31.89% from 301); Green value is 100 (39.45% from 255 or 33.22% from 301); Blue value is 105 (41.41% from 255 or 34.88% from 301); Max value from RGB is 105 - color contains mainly: blue. Hex color #606469 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606469 is #9F9B96. Grayscale: #636363. Windows color (decimal): -10460055 or 6906976. OLE color: 6906976.

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

Color convert

RGB96100105-
CMYK0.090.0500.59
HSL213.33º4.48%39.41%-
HSV(B)213.33º8.57%41.18%-
XYZ11.9312.6215.17-
YUV99.37131.17125.59-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.89%
GREEN value IS 100 (39.45% from 255) = 33.22%
BLUE value IS 105 (41.41% from 255) = 34.88%
R=31.89%
G=33.22%
B=34.88%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal961001050.090.0500.59213.334.4839.41
Hex6064699503Bd5427
Octal140144151115073325447
Binary1100000110010011010011001101011101111010101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606469; }

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

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

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

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

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

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

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

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