#63599A

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

Shades of Scampi #63599A

Tints of Scampi #63599A

Color information

#63599A (or 0x63599A) is unknown color: approx Scampi. HEX triplet: 63, 59 and 9A. RGB value is (99,89,154). Sum of RGB (Red+Green+Blue) = 99+89+154=342 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.95% from 342); Green value is 89 (35.16% from 255 or 26.02% from 342); Blue value is 154 (60.55% from 255 or 45.03% from 342); Max value from RGB is 154 - color contains mainly: blue. Hex color #63599A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63599A is #9CA665. Grayscale: #636363. Windows color (decimal): -10266214 or 10115427. OLE color: 10115427.

HSL color Cylindrical-coordinate representation of color #63599A: hue angle of 249.23º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #63599A is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB9989154-
CMYK0.360.4200.40
HSL249.23º26.75%47.65%-
HSV(B)249.23º42.21%60.39%-
XYZ14.5512.1332.15-
YUV99.4158.81127.71-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.95%
GREEN value IS 89 (35.16% from 255) = 26.02%
BLUE value IS 154 (60.55% from 255) = 45.03%
R=28.95%
G=26.02%
B=45.03%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal99891540.360.4200.40249.2326.7547.65
Hex63599A242A028f91b30
Octal14313123244520503713360
Binary110001110110011001101010010010101001010001111100111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63599A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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