#63589B

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

Shades of Scampi #63589B

Tints of Scampi #63589B

Color information

#63589B (or 0x63589B) is unknown color: approx Scampi. HEX triplet: 63, 58 and 9B. RGB value is (99,88,155). Sum of RGB (Red+Green+Blue) = 99+88+155=342 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.95% from 342); Green value is 88 (34.77% from 255 or 25.73% from 342); Blue value is 155 (60.94% from 255 or 45.32% from 342); Max value from RGB is 155 - color contains mainly: blue. Hex color #63589B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63589B is #9CA764. Grayscale: #626262. Windows color (decimal): -10266469 or 10180707. OLE color: 10180707.

HSL color Cylindrical-coordinate representation of color #63589B: hue angle of 249.85º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #63589B is Cyan = 0.36, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB9988155-
CMYK0.360.4300.39
HSL249.85º27.57%47.65%-
HSV(B)249.85º43.23%60.78%-
XYZ14.551232.56-
YUV98.93159.64128.05-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.95%
GREEN value IS 88 (34.77% from 255) = 25.73%
BLUE value IS 155 (60.94% from 255) = 45.32%
R=28.95%
G=25.73%
B=45.32%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal99881550.360.4300.39249.8527.5747.65
Hex63589B242B027fa1c30
Octal14313023344530473723460
Binary110001110110001001101110010010101101001111111101011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63589B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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