#63579D

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

Shades of Scampi #63579D

Tints of Scampi #63579D

Color information

#63579D (or 0x63579D) is unknown color: approx Scampi. HEX triplet: 63, 57 and 9D. RGB value is (99,87,157). Sum of RGB (Red+Green+Blue) = 99+87+157=343 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.86% from 343); Green value is 87 (34.38% from 255 or 25.36% from 343); Blue value is 157 (61.72% from 255 or 45.77% from 343); Max value from RGB is 157 - color contains mainly: blue. Hex color #63579D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63579D is #9CA862. Grayscale: #626262. Windows color (decimal): -10266723 or 10311523. OLE color: 10311523.

HSL color Cylindrical-coordinate representation of color #63579D: hue angle of 250.29º 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 #63579D is Cyan = 0.37, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9987157-
CMYK0.370.4500.38
HSL250.29º28.69%47.84%-
HSV(B)250.29º44.59%61.57%-
XYZ14.6411.933.42-
YUV98.57160.98128.31-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.86%
GREEN value IS 87 (34.38% from 255) = 25.36%
BLUE value IS 157 (61.72% from 255) = 45.77%
R=28.86%
G=25.36%
B=45.77%

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
Decimal99871570.370.4500.38250.2928.6947.84
Hex63579D252D026fa1d30
Octal14312723545550463723560
Binary110001110101111001110110010110110101001101111101011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63579D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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