#63589D

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

Shades of Scampi #63589D

Tints of Scampi #63589D

Color information

#63589D (or 0x63589D) is unknown color: approx Scampi. HEX triplet: 63, 58 and 9D. RGB value is (99,88,157). Sum of RGB (Red+Green+Blue) = 99+88+157=344 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.78% from 344); Green value is 88 (34.77% from 255 or 25.58% from 344); Blue value is 157 (61.72% from 255 or 45.64% from 344); Max value from RGB is 157 - color contains mainly: blue. Hex color #63589D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63589D is #9CA762. Grayscale: #626262. Windows color (decimal): -10266467 or 10311779. OLE color: 10311779.

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

Color convert

RGB9988157-
CMYK0.370.4400.38
HSL249.57º28.16%48.04%-
HSV(B)249.57º43.95%61.57%-
XYZ14.7212.0733.45-
YUV99.16160.64127.89-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.78%
GREEN value IS 88 (34.77% from 255) = 25.58%
BLUE value IS 157 (61.72% from 255) = 45.64%
R=28.78%
G=25.58%
B=45.64%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal99881570.370.4400.38249.5728.1648.04
Hex63589D252C026fa1c30
Octal14313023545540463723460
Binary110001110110001001110110010110110001001101111101011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63589D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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