#63569D

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

Shades of Scampi #63569D

Tints of Scampi #63569D

Color information

#63569D (or 0x63569D) is unknown color: approx Scampi. HEX triplet: 63, 56 and 9D. RGB value is (99,86,157). Sum of RGB (Red+Green+Blue) = 99+86+157=342 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.95% from 342); Green value is 86 (33.98% from 255 or 25.15% from 342); Blue value is 157 (61.72% from 255 or 45.91% from 342); Max value from RGB is 157 - color contains mainly: blue. Hex color #63569D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63569D is #9CA962. Grayscale: #616161. Windows color (decimal): -10266979 or 10311267. OLE color: 10311267.

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

Color convert

RGB9986157-
CMYK0.370.4500.38
HSL250.99º29.22%47.65%-
HSV(B)250.99º45.22%61.57%-
XYZ14.5611.7433.4-
YUV97.98161.31128.73-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.95%
GREEN value IS 86 (33.98% from 255) = 25.15%
BLUE value IS 157 (61.72% from 255) = 45.91%
R=28.95%
G=25.15%
B=45.91%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal99861570.370.4500.38250.9929.2247.65
Hex63569D252D026fb1d30
Octal14312623545550463733560
Binary110001110101101001110110010110110101001101111101111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63569D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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