#63686D

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

Shades of Shuttle Grey #63686D

Tints of Shuttle Grey #63686D

Color information

#63686D (or 0x63686D) is unknown color: approx Shuttle Grey. HEX triplet: 63, 68 and 6D. RGB value is (99,104,109). Sum of RGB (Red+Green+Blue) = 99+104+109=312 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.73% from 312); Green value is 104 (41.02% from 255 or 33.33% from 312); Blue value is 109 (42.97% from 255 or 34.94% from 312); Max value from RGB is 109 - color contains mainly: blue. Hex color #63686D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63686D is #9C9792. Grayscale: #676767. Windows color (decimal): -10262419 or 7170147. OLE color: 7170147.

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

Color convert

RGB99104109-
CMYK0.090.0500.57
HSL210º4.81%40.78%-
HSV(B)210º9.17%42.75%-
XYZ12.8613.6616.43-
YUV103.08131.34125.09-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.73%
GREEN value IS 104 (41.02% from 255) = 33.33%
BLUE value IS 109 (42.97% from 255) = 34.94%
R=31.73%
G=33.33%
B=34.94%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal991041090.090.0500.572104.8140.78
Hex63686D95039d2529
Octal143150155115071322551
Binary1100011110100011011011001101011100111010010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63686D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63686D; }

 p { color: rgb(99,104,109); }

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

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

 a { background-color: rgb(99,104,109); }

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

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

 span { border-color: rgb(99,104,109); }

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