#6C5CA0

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

Shades of Scampi #6C5CA0

Tints of Scampi #6C5CA0

Color information

#6C5CA0 (or 0x6C5CA0) is unknown color: approx Scampi. HEX triplet: 6C, 5C and A0. RGB value is (108,92,160). Sum of RGB (Red+Green+Blue) = 108+92+160=360 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30% from 360); Green value is 92 (36.33% from 255 or 25.56% from 360); Blue value is 160 (62.89% from 255 or 44.44% from 360); Max value from RGB is 160 - color contains mainly: blue. Hex color #6C5CA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C5CA0 is #93A35F. Grayscale: #686868. Windows color (decimal): -9675616 or 10509420. OLE color: 10509420.

HSL color Cylindrical-coordinate representation of color #6C5CA0: hue angle of 254.12º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6C5CA0 is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB10892160-
CMYK0.320.4300.37
HSL254.12º26.98%49.41%-
HSV(B)254.12º42.5%62.75%-
XYZ16.3613.3834.98-
YUV104.54159.3130.47-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 30%
GREEN value IS 92 (36.33% from 255) = 25.56%
BLUE value IS 160 (62.89% from 255) = 44.44%
R=30%
G=25.56%
B=44.44%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal108921600.320.4300.37254.1226.9849.41
Hex6C5CA0202B025fe1b31
Octal15413424040530453763361
Binary110110010111001010000010000010101101001011111111011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,92,160); }

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

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

 a { background-color: rgb(108,92,160); }

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

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

 span { border-color: rgb(108,92,160); }

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