#6D63AA

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

Shades of Scampi #6D63AA

Tints of Scampi #6D63AA

Color information

#6D63AA (or 0x6D63AA) is unknown color: approx Scampi. HEX triplet: 6D, 63 and AA. RGB value is (109,99,170). Sum of RGB (Red+Green+Blue) = 109+99+170=378 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.84% from 378); Green value is 99 (39.06% from 255 or 26.19% from 378); Blue value is 170 (66.80% from 255 or 44.97% from 378); Max value from RGB is 170 - color contains mainly: blue. Hex color #6D63AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D63AA is #929C55. Grayscale: #6D6D6D. Windows color (decimal): -9608278 or 11166573. OLE color: 11166573.

HSL color Cylindrical-coordinate representation of color #6D63AA: hue angle of 248.45º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6D63AA is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10999170-
CMYK0.360.4200.33
HSL248.45º29.46%52.75%-
HSV(B)248.45º41.76%66.67%-
XYZ18.0215.0839.99-
YUV110.08161.81127.23-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 28.84%
GREEN value IS 99 (39.06% from 255) = 26.19%
BLUE value IS 170 (66.80% from 255) = 44.97%
R=28.84%
G=26.19%
B=44.97%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal109991700.360.4200.33248.4529.4652.75
Hex6D63AA242A021f81d35
Octal15514325244520413703565
Binary110110111000111010101010010010101001000011111100011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D63AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D63AA; }

 p { color: rgb(109,99,170); }

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

<style>
 a { background-color: #6D63AA; }

 a { background-color: rgb(109,99,170); }

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

<style>
 span { border-color: #6D63AA; }

 span { border-color: rgb(109,99,170); }

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