#63619D

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

Shades of Scampi #63619D

Tints of Scampi #63619D

Color information

#63619D (or 0x63619D) is unknown color: approx Scampi. HEX triplet: 63, 61 and 9D. RGB value is (99,97,157). Sum of RGB (Red+Green+Blue) = 99+97+157=353 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.05% from 353); Green value is 97 (38.28% from 255 or 27.48% from 353); Blue value is 157 (61.72% from 255 or 44.48% from 353); Max value from RGB is 157 - color contains mainly: blue. Hex color #63619D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63619D is #9C9E62. Grayscale: #686868. Windows color (decimal): -10264163 or 10314083. OLE color: 10314083.

HSL color Cylindrical-coordinate representation of color #63619D: hue angle of 242º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #63619D is Cyan = 0.37, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9997157-
CMYK0.370.3800.38
HSL242º23.62%49.8%-
HSV(B)242º38.22%61.57%-
XYZ15.5113.6433.71-
YUV104.44157.66124.12-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.05%
GREEN value IS 97 (38.28% from 255) = 27.48%
BLUE value IS 157 (61.72% from 255) = 44.48%
R=28.05%
G=27.48%
B=44.48%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal99971570.370.3800.3824223.6249.8
Hex63619D2526026f21832
Octal14314123545460463623062
Binary110001111000011001110110010110011001001101111001011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63619D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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