#6E6CA0

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

Shades of Scampi #6E6CA0

Tints of Scampi #6E6CA0

Color information

#6E6CA0 (or 0x6E6CA0) is unknown color: approx Scampi. HEX triplet: 6E, 6C and A0. RGB value is (110,108,160). Sum of RGB (Red+Green+Blue) = 110+108+160=378 (50% of max value = 765). Red value is 110 (43.36% from 255 or 29.10% from 378); Green value is 108 (42.58% from 255 or 28.57% from 378); Blue value is 160 (62.89% from 255 or 42.33% from 378); Max value from RGB is 160 - color contains mainly: blue. Hex color #6E6CA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E6CA0 is #91935F. Grayscale: #727272. Windows color (decimal): -9540448 or 10513518. OLE color: 10513518.

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

Color convert

RGB110108160-
CMYK0.310.3200.37
HSL242.31º21.49%52.55%-
HSV(B)242.31º32.5%62.75%-
XYZ18.1416.5835.5-
YUV114.53153.66124.77-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.10%
GREEN value IS 108 (42.58% from 255) = 28.57%
BLUE value IS 160 (62.89% from 255) = 42.33%
R=29.10%
G=28.57%
B=42.33%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1101081600.310.3200.37242.3121.4952.55
Hex6E6CA01F20025f21535
Octal15615424037400453622565
Binary11011101101100101000001111110000001001011111001010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E6CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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