#63589F

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

Shades of Scampi #63589F

Tints of Scampi #63589F

Color information

#63589F (or 0x63589F) is unknown color: approx Scampi. HEX triplet: 63, 58 and 9F. RGB value is (99,88,159). Sum of RGB (Red+Green+Blue) = 99+88+159=346 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.61% from 346); Green value is 88 (34.77% from 255 or 25.43% from 346); Blue value is 159 (62.5% from 255 or 45.95% from 346); Max value from RGB is 159 - color contains mainly: blue. Hex color #63589F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63589F is #9CA760. Grayscale: #636363. Windows color (decimal): -10266465 or 10442851. OLE color: 10442851.

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

Color convert

RGB9988159-
CMYK0.380.4500.38
HSL249.3º28.74%48.43%-
HSV(B)249.3º44.65%62.35%-
XYZ14.8912.1434.36-
YUV99.38161.64127.73-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.61%
GREEN value IS 88 (34.77% from 255) = 25.43%
BLUE value IS 159 (62.5% from 255) = 45.95%
R=28.61%
G=25.43%
B=45.95%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal99881590.380.4500.38249.328.7448.43
Hex63589F262D026f91d30
Octal14313023746550463713560
Binary110001110110001001111110011010110101001101111100111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63589F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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