#63559C

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

Shades of Scampi #63559C

Tints of Scampi #63559C

Color information

#63559C (or 0x63559C) is unknown color: approx Scampi. HEX triplet: 63, 55 and 9C. RGB value is (99,85,156). Sum of RGB (Red+Green+Blue) = 99+85+156=340 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.12% from 340); Green value is 85 (33.59% from 255 or 25% from 340); Blue value is 156 (61.33% from 255 or 45.88% from 340); Max value from RGB is 156 - color contains mainly: blue. Hex color #63559C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63559C is #9CAA63. Grayscale: #616161. Windows color (decimal): -10267236 or 10245475. OLE color: 10245475.

HSL color Cylindrical-coordinate representation of color #63559C: hue angle of 251.83º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #63559C is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB9985156-
CMYK0.370.4600.39
HSL251.83º29.46%47.25%-
HSV(B)251.83º45.51%61.18%-
XYZ14.3911.5532.92-
YUV97.28161.14129.23-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.12%
GREEN value IS 85 (33.59% from 255) = 25%
BLUE value IS 156 (61.33% from 255) = 45.88%
R=29.12%
G=25%
B=45.88%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal99851560.370.4600.39251.8329.4647.25
Hex63559C252E027fc1d2f
Octal14312523445560473743557
Binary110001110101011001110010010110111001001111111110011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63559C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63559C; }

 p { color: rgb(99,85,156); }

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

<style>
 a { background-color: #63559C; }

 a { background-color: rgb(99,85,156); }

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

<style>
 span { border-color: #63559C; }

 span { border-color: rgb(99,85,156); }

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