#6C5BA3

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

Shades of Scampi #6C5BA3

Tints of Scampi #6C5BA3

Color information

#6C5BA3 (or 0x6C5BA3) is unknown color: approx Scampi. HEX triplet: 6C, 5B and A3. RGB value is (108,91,163). Sum of RGB (Red+Green+Blue) = 108+91+163=362 (47% of max value = 765). Red value is 108 (42.58% from 255 or 29.83% from 362); Green value is 91 (35.94% from 255 or 25.14% from 362); Blue value is 163 (64.06% from 255 or 45.03% from 362); Max value from RGB is 163 - color contains mainly: blue. Hex color #6C5BA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C5BA3 is #93A45C. Grayscale: #686868. Windows color (decimal): -9675869 or 10705772. OLE color: 10705772.

HSL color Cylindrical-coordinate representation of color #6C5BA3: hue angle of 254.17º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6C5BA3 is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB10891163-
CMYK0.340.4400.36
HSL254.17º28.35%49.8%-
HSV(B)254.17º44.17%63.92%-
XYZ16.5413.3136.35-
YUV104.29161.13130.65-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 29.83%
GREEN value IS 91 (35.94% from 255) = 25.14%
BLUE value IS 163 (64.06% from 255) = 45.03%
R=29.83%
G=25.14%
B=45.03%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal108911630.340.4400.36254.1728.3549.8
Hex6C5BA3222C024fe1c32
Octal15413324342540443763462
Binary110110010110111010001110001010110001001001111111011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5BA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,91,163); }

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

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

 a { background-color: rgb(108,91,163); }

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

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

 span { border-color: rgb(108,91,163); }

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