#63549E

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

Shades of Scampi #63549E

Tints of Scampi #63549E

Color information

#63549E (or 0x63549E) is unknown color: approx Scampi. HEX triplet: 63, 54 and 9E. RGB value is (99,84,158). Sum of RGB (Red+Green+Blue) = 99+84+158=341 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.03% from 341); Green value is 84 (33.20% from 255 or 24.63% from 341); Blue value is 158 (62.11% from 255 or 46.33% from 341); Max value from RGB is 158 - color contains mainly: blue. Hex color #63549E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63549E is #9CAB61. Grayscale: #606060. Windows color (decimal): -10267490 or 10376291. OLE color: 10376291.

HSL color Cylindrical-coordinate representation of color #63549E: hue angle of 252.16º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #63549E is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9984158-
CMYK0.370.4700.38
HSL252.16º30.58%47.45%-
HSV(B)252.16º46.84%61.96%-
XYZ14.4911.4633.8-
YUV96.92162.47129.48-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.03%
GREEN value IS 84 (33.20% from 255) = 24.63%
BLUE value IS 158 (62.11% from 255) = 46.33%
R=29.03%
G=24.63%
B=46.33%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal99841580.370.4700.38252.1630.5847.45
Hex63549E252F026fc1f2f
Octal14312423645570463743757
Binary110001110101001001111010010110111101001101111110011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63549E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,84,158); }

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

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

 a { background-color: rgb(99,84,158); }

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

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

 span { border-color: rgb(99,84,158); }

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