#6A5BA3

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

Shades of Scampi #6A5BA3

Tints of Scampi #6A5BA3

Color information

#6A5BA3 (or 0x6A5BA3) is unknown color: approx Scampi. HEX triplet: 6A, 5B and A3. RGB value is (106,91,163). Sum of RGB (Red+Green+Blue) = 106+91+163=360 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.44% from 360); Green value is 91 (35.94% from 255 or 25.28% from 360); Blue value is 163 (64.06% from 255 or 45.28% from 360); Max value from RGB is 163 - color contains mainly: blue. Hex color #6A5BA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A5BA3 is #95A45C. Grayscale: #676767. Windows color (decimal): -9806941 or 10705770. OLE color: 10705770.

HSL color Cylindrical-coordinate representation of color #6A5BA3: hue angle of 252.5º 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 #6A5BA3 is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB10691163-
CMYK0.350.4400.36
HSL252.5º28.35%49.8%-
HSV(B)252.5º44.17%63.92%-
XYZ16.313.1936.34-
YUV103.69161.47129.65-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 29.44%
GREEN value IS 91 (35.94% from 255) = 25.28%
BLUE value IS 163 (64.06% from 255) = 45.28%
R=29.44%
G=25.28%
B=45.28%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal106911630.350.4400.36252.528.3549.8
Hex6A5BA3232C024fc1c32
Octal15213324343540443743462
Binary110101010110111010001110001110110001001001111110011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5BA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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