#63619C

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

Shades of Scampi #63619C

Tints of Scampi #63619C

Color information

#63619C (or 0x63619C) is unknown color: approx Scampi. HEX triplet: 63, 61 and 9C. RGB value is (99,97,156). Sum of RGB (Red+Green+Blue) = 99+97+156=352 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.12% from 352); Green value is 97 (38.28% from 255 or 27.56% from 352); Blue value is 156 (61.33% from 255 or 44.32% from 352); Max value from RGB is 156 - color contains mainly: blue. Hex color #63619C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63619C is #9C9E63. Grayscale: #686868. Windows color (decimal): -10264164 or 10248547. OLE color: 10248547.

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

Color convert

RGB9997156-
CMYK0.370.3800.39
HSL242.03º23.32%49.61%-
HSV(B)242.03º37.82%61.18%-
XYZ15.4213.633.27-
YUV104.32157.16124.2-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.12%
GREEN value IS 97 (38.28% from 255) = 27.56%
BLUE value IS 156 (61.33% from 255) = 44.32%
R=28.12%
G=27.56%
B=44.32%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal99971560.370.3800.39242.0323.3249.61
Hex63619C2526027f21732
Octal14314123445460473622762
Binary110001111000011001110010010110011001001111111001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63619C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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