#63599C

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

Shades of Scampi #63599C

Tints of Scampi #63599C

Color information

#63599C (or 0x63599C) is unknown color: approx Scampi. HEX triplet: 63, 59 and 9C. RGB value is (99,89,156). Sum of RGB (Red+Green+Blue) = 99+89+156=344 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.78% from 344); Green value is 89 (35.16% from 255 or 25.87% from 344); Blue value is 156 (61.33% from 255 or 45.35% from 344); Max value from RGB is 156 - color contains mainly: blue. Hex color #63599C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63599C is #9CA663. Grayscale: #636363. Windows color (decimal): -10266212 or 10246499. OLE color: 10246499.

HSL color Cylindrical-coordinate representation of color #63599C: hue angle of 248.96º degrees, saturation: 0.27, 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 #63599C is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB9989156-
CMYK0.370.4300.39
HSL248.96º27.35%48.04%-
HSV(B)248.96º42.95%61.18%-
XYZ14.7212.233.03-
YUV99.63159.81127.55-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.78%
GREEN value IS 89 (35.16% from 255) = 25.87%
BLUE value IS 156 (61.33% from 255) = 45.35%
R=28.78%
G=25.87%
B=45.35%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal99891560.370.4300.39248.9627.3548.04
Hex63599C252B027f91b30
Octal14313123445530473713360
Binary110001110110011001110010010110101101001111111100111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63599C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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