#63599F

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

Shades of Scampi #63599F

Tints of Scampi #63599F

Color information

#63599F (or 0x63599F) is unknown color: approx Scampi. HEX triplet: 63, 59 and 9F. RGB value is (99,89,159). Sum of RGB (Red+Green+Blue) = 99+89+159=347 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.53% from 347); Green value is 89 (35.16% from 255 or 25.65% from 347); Blue value is 159 (62.5% from 255 or 45.82% from 347); Max value from RGB is 159 - color contains mainly: blue. Hex color #63599F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63599F is #9CA660. Grayscale: #636363. Windows color (decimal): -10266209 or 10443107. OLE color: 10443107.

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

Color convert

RGB9989159-
CMYK0.380.4400.38
HSL248.57º28.23%48.63%-
HSV(B)248.57º44.03%62.35%-
XYZ14.9812.334.39-
YUV99.97161.31127.31-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.53%
GREEN value IS 89 (35.16% from 255) = 25.65%
BLUE value IS 159 (62.5% from 255) = 45.82%
R=28.53%
G=25.65%
B=45.82%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal99891590.380.4400.38248.5728.2348.63
Hex63599F262C026f91c31
Octal14313123746540463713461
Binary110001110110011001111110011010110001001101111100111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63599F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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