#63646D

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

Shades of Comet #63646D

Tints of Comet #63646D

Color information

#63646D (or 0x63646D) is unknown color: approx Comet. HEX triplet: 63, 64 and 6D. RGB value is (99,100,109). Sum of RGB (Red+Green+Blue) = 99+100+109=308 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.14% from 308); Green value is 100 (39.45% from 255 or 32.47% from 308); Blue value is 109 (42.97% from 255 or 35.39% from 308); Max value from RGB is 109 - color contains mainly: blue. Hex color #63646D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63646D is #9C9B92. Grayscale: #646464. Windows color (decimal): -10263443 or 7169123. OLE color: 7169123.

HSL color Cylindrical-coordinate representation of color #63646D: hue angle of 234º 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 #63646D is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB99100109-
CMYK0.090.0800.57
HSL234º4.81%40.78%-
HSV(B)234º9.17%42.75%-
XYZ12.4612.8716.3-
YUV100.73132.67126.77-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.14%
GREEN value IS 100 (39.45% from 255) = 32.47%
BLUE value IS 109 (42.97% from 255) = 35.39%
R=32.14%
G=32.47%
B=35.39%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal991001090.090.0800.572344.8140.78
Hex63646D98039ea529
Octal1431441551110071352551
Binary11000111100100110110110011000011100111101010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63646D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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