#606569

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

Shades of Shuttle Grey #606569

Tints of Shuttle Grey #606569

Color information

#606569 (or 0x606569) is unknown color: approx Shuttle Grey. HEX triplet: 60, 65 and 69. RGB value is (96,101,105). Sum of RGB (Red+Green+Blue) = 96+101+105=302 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.79% from 302); Green value is 101 (39.84% from 255 or 33.44% from 302); Blue value is 105 (41.41% from 255 or 34.77% from 302); Max value from RGB is 105 - color contains mainly: blue. Hex color #606569 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606569 is #9F9A96. Grayscale: #636363. Windows color (decimal): -10459799 or 6907232. OLE color: 6907232.

HSL color Cylindrical-coordinate representation of color #606569: hue angle of 206.67º 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 #606569 is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB96101105-
CMYK0.090.0400.59
HSL206.67º4.48%39.41%-
HSV(B)206.67º8.57%41.18%-
XYZ12.0312.8115.2-
YUV99.96130.84125.17-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.79%
GREEN value IS 101 (39.84% from 255) = 33.44%
BLUE value IS 105 (41.41% from 255) = 34.77%
R=31.79%
G=33.44%
B=34.77%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal961011050.090.0400.59206.674.4839.41
Hex6065699403Bcf427
Octal140145151114073317447
Binary1100000110010111010011001100011101111001111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606569; }

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

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

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

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

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

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

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

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