#63648A

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

Shades of Comet #63648A

Tints of Comet #63648A

Color information

#63648A (or 0x63648A) is unknown color: approx Comet. HEX triplet: 63, 64 and 8A. RGB value is (99,100,138). Sum of RGB (Red+Green+Blue) = 99+100+138=337 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.38% from 337); Green value is 100 (39.45% from 255 or 29.67% from 337); Blue value is 138 (54.30% from 255 or 40.95% from 337); Max value from RGB is 138 - color contains mainly: blue. Hex color #63648A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63648A is #9C9B75. Grayscale: #676767. Windows color (decimal): -10263414 or 9069667. OLE color: 9069667.

HSL color Cylindrical-coordinate representation of color #63648A: hue angle of 238.46º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #63648A is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB99100138-
CMYK0.280.2800.46
HSL238.46º16.46%46.47%-
HSV(B)238.46º28.26%54.12%-
XYZ14.2913.625.92-
YUV104.03147.17124.41-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.38%
GREEN value IS 100 (39.45% from 255) = 29.67%
BLUE value IS 138 (54.30% from 255) = 40.95%
R=29.38%
G=29.67%
B=40.95%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal991001380.280.2800.46238.4616.4646.47
Hex63648A1C1C02Eee102e
Octal14314421234340563562056
Binary1100011110010010001010111001110001011101110111010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63648A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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