#63666A

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

Shades of Shuttle Grey #63666A

Tints of Shuttle Grey #63666A

Color information

#63666A (or 0x63666A) is unknown color: approx Shuttle Grey. HEX triplet: 63, 66 and 6A. RGB value is (99,102,106). Sum of RGB (Red+Green+Blue) = 99+102+106=307 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.25% from 307); Green value is 102 (40.23% from 255 or 33.22% from 307); Blue value is 106 (41.80% from 255 or 34.53% from 307); Max value from RGB is 106 - color contains mainly: blue. Hex color #63666A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63666A is #9C9995. Grayscale: #656565. Windows color (decimal): -10262934 or 6973027. OLE color: 6973027.

HSL color Cylindrical-coordinate representation of color #63666A: hue angle of 214.29º degrees, saturation: 0.03, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #63666A is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB99102106-
CMYK0.070.0400.58
HSL214.29º3.41%40.2%-
HSV(B)214.29º6.6%41.57%-
XYZ12.513.215.52-
YUV101.56130.51126.17-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.25%
GREEN value IS 102 (40.23% from 255) = 33.22%
BLUE value IS 106 (41.80% from 255) = 34.53%
R=32.25%
G=33.22%
B=34.53%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal991021060.070.0400.58214.293.4140.2
Hex63666A7403Ad6328
Octal14314615274072326350
Binary11000111100110110101011110001110101101011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63666A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63666A; }

 p { color: rgb(99,102,106); }

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

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

 a { background-color: rgb(99,102,106); }

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

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

 span { border-color: rgb(99,102,106); }

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