#63609E

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

Shades of Scampi #63609E

Tints of Scampi #63609E

Color information

#63609E (or 0x63609E) is unknown color: approx Scampi. HEX triplet: 63, 60 and 9E. RGB value is (99,96,158). Sum of RGB (Red+Green+Blue) = 99+96+158=353 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.05% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 158 (62.11% from 255 or 44.76% from 353); Max value from RGB is 158 - color contains mainly: blue. Hex color #63609E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63609E is #9C9F61. Grayscale: #676767. Windows color (decimal): -10264418 or 10379363. OLE color: 10379363.

HSL color Cylindrical-coordinate representation of color #63609E: hue angle of 242.9º 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 #63609E is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9996158-
CMYK0.370.3900.38
HSL242.9º24.41%49.8%-
HSV(B)242.9º39.24%61.96%-
XYZ15.513.4934.13-
YUV103.96158.49124.46-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.05%
GREEN value IS 96 (37.89% from 255) = 27.20%
BLUE value IS 158 (62.11% from 255) = 44.76%
R=28.05%
G=27.20%
B=44.76%

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
Decimal99961580.370.3900.38242.924.4149.8
Hex63609E2527026f31832
Octal14314023645470463633062
Binary110001111000001001111010010110011101001101111001111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63609E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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