#63619B

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

Shades of Scampi #63619B

Tints of Scampi #63619B

Color information

#63619B (or 0x63619B) is unknown color: approx Scampi. HEX triplet: 63, 61 and 9B. RGB value is (99,97,155). Sum of RGB (Red+Green+Blue) = 99+97+155=351 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.21% from 351); Green value is 97 (38.28% from 255 or 27.64% from 351); Blue value is 155 (60.94% from 255 or 44.16% from 351); Max value from RGB is 155 - color contains mainly: blue. Hex color #63619B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63619B is #9C9E64. Grayscale: #676767. Windows color (decimal): -10264165 or 10183011. OLE color: 10183011.

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

Color convert

RGB9997155-
CMYK0.360.3700.39
HSL242.07º23.02%49.41%-
HSV(B)242.07º37.42%60.78%-
XYZ15.3413.5732.82-
YUV104.21156.66124.28-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.21%
GREEN value IS 97 (38.28% from 255) = 27.64%
BLUE value IS 155 (60.94% from 255) = 44.16%
R=28.21%
G=27.64%
B=44.16%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal99971550.360.3700.39242.0723.0249.41
Hex63619B2425027f21731
Octal14314123344450473622761
Binary110001111000011001101110010010010101001111111001010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63619B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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