#63629B

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

Shades of Scampi #63629B

Tints of Scampi #63629B

Color information

#63629B (or 0x63629B) is unknown color: approx Scampi. HEX triplet: 63, 62 and 9B. RGB value is (99,98,155). Sum of RGB (Red+Green+Blue) = 99+98+155=352 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.12% from 352); Green value is 98 (38.67% from 255 or 27.84% from 352); Blue value is 155 (60.94% from 255 or 44.03% from 352); Max value from RGB is 155 - color contains mainly: blue. Hex color #63629B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63629B is #9C9D64. Grayscale: #686868. Windows color (decimal): -10263909 or 10183267. OLE color: 10183267.

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

Color convert

RGB9998155-
CMYK0.360.3700.39
HSL241.05º22.53%49.61%-
HSV(B)241.05º36.77%60.78%-
XYZ15.4313.7532.85-
YUV104.8156.33123.87-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.12%
GREEN value IS 98 (38.67% from 255) = 27.84%
BLUE value IS 155 (60.94% from 255) = 44.03%
R=28.12%
G=27.84%
B=44.03%

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
Decimal99981550.360.3700.39241.0522.5349.61
Hex63629B2425027f11732
Octal14314223344450473612762
Binary110001111000101001101110010010010101001111111000110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63629B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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