#63609D

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

Shades of Scampi #63609D

Tints of Scampi #63609D

Color information

#63609D (or 0x63609D) is unknown color: approx Scampi. HEX triplet: 63, 60 and 9D. RGB value is (99,96,157). Sum of RGB (Red+Green+Blue) = 99+96+157=352 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.12% from 352); Green value is 96 (37.89% from 255 or 27.27% from 352); Blue value is 157 (61.72% from 255 or 44.60% from 352); Max value from RGB is 157 - color contains mainly: blue. Hex color #63609D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63609D is #9C9F62. Grayscale: #676767. Windows color (decimal): -10264419 or 10313827. OLE color: 10313827.

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

Color convert

RGB9996157-
CMYK0.370.3900.38
HSL242.95º24.11%49.61%-
HSV(B)242.95º38.85%61.57%-
XYZ15.4113.4533.68-
YUV103.85157.99124.54-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.12%
GREEN value IS 96 (37.89% from 255) = 27.27%
BLUE value IS 157 (61.72% from 255) = 44.60%
R=28.12%
G=27.27%
B=44.60%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal99961570.370.3900.38242.9524.1149.61
Hex63609D2527026f31832
Octal14314023545470463633062
Binary110001111000001001110110010110011101001101111001111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63609D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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