#63559D

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

Shades of Scampi #63559D

Tints of Scampi #63559D

Color information

#63559D (or 0x63559D) is unknown color: approx Scampi. HEX triplet: 63, 55 and 9D. RGB value is (99,85,157). Sum of RGB (Red+Green+Blue) = 99+85+157=341 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.03% from 341); Green value is 85 (33.59% from 255 or 24.93% from 341); Blue value is 157 (61.72% from 255 or 46.04% from 341); Max value from RGB is 157 - color contains mainly: blue. Hex color #63559D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63559D is #9CAA62. Grayscale: #616161. Windows color (decimal): -10267235 or 10311011. OLE color: 10311011.

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

Color convert

RGB9985157-
CMYK0.370.4600.38
HSL251.67º29.75%47.45%-
HSV(B)251.67º45.86%61.57%-
XYZ14.4811.5833.37-
YUV97.39161.64129.15-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.03%
GREEN value IS 85 (33.59% from 255) = 24.93%
BLUE value IS 157 (61.72% from 255) = 46.04%
R=29.03%
G=24.93%
B=46.04%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal99851570.370.4600.38251.6729.7547.45
Hex63559D252E026fc1e2f
Octal14312523545560463743657
Binary110001110101011001110110010110111001001101111110011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63559D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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