#63686E

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

Shades of Shuttle Grey #63686E

Tints of Shuttle Grey #63686E

Color information

#63686E (or 0x63686E) is unknown color: approx Shuttle Grey. HEX triplet: 63, 68 and 6E. RGB value is (99,104,110). Sum of RGB (Red+Green+Blue) = 99+104+110=313 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.63% from 313); Green value is 104 (41.02% from 255 or 33.23% from 313); Blue value is 110 (43.36% from 255 or 35.14% from 313); Max value from RGB is 110 - color contains mainly: blue. Hex color #63686E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63686E is #9C9791. Grayscale: #676767. Windows color (decimal): -10262418 or 7235683. OLE color: 7235683.

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

Color convert

RGB99104110-
CMYK0.10.0500.57
HSL212.73º5.26%40.98%-
HSV(B)212.73º10%43.14%-
XYZ12.9113.6816.71-
YUV103.19131.84125.01-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.63%
GREEN value IS 104 (41.02% from 255) = 33.23%
BLUE value IS 110 (43.36% from 255) = 35.14%
R=31.63%
G=33.23%
B=35.14%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal991041100.10.0500.57212.735.2640.98
Hex63686EA5039d5529
Octal143150156125071325551
Binary1100011110100011011101010101011100111010101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63686E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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