#606369

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

Shades of Shuttle Grey #606369

Tints of Shuttle Grey #606369

Color information

#606369 (or 0x606369) is unknown color: approx Shuttle Grey. HEX triplet: 60, 63 and 69. RGB value is (96,99,105). Sum of RGB (Red+Green+Blue) = 96+99+105=300 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32% from 300); Green value is 99 (39.06% from 255 or 33% from 300); Blue value is 105 (41.41% from 255 or 35% from 300); Max value from RGB is 105 - color contains mainly: blue. Hex color #606369 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606369 is #9F9C96. Grayscale: #626262. Windows color (decimal): -10460311 or 6906720. OLE color: 6906720.

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

Color convert

RGB9699105-
CMYK0.090.0600.59
HSL220º4.48%39.41%-
HSV(B)220º8.57%41.18%-
XYZ11.8412.4315.14-
YUV98.79131.51126.01-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32%
GREEN value IS 99 (39.06% from 255) = 33%
BLUE value IS 105 (41.41% from 255) = 35%
R=32%
G=33%
B=35%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal96991050.090.0600.592204.4839.41
Hex6063699603Bdc427
Octal140143151116073334447
Binary1100000110001111010011001110011101111011100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606369; }

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

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

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

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

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

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

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

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