#6D66AB

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

Shades of Scampi #6D66AB

Tints of Scampi #6D66AB

Color information

#6D66AB (or 0x6D66AB) is unknown color: approx Scampi. HEX triplet: 6D, 66 and AB. RGB value is (109,102,171). Sum of RGB (Red+Green+Blue) = 109+102+171=382 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.53% from 382); Green value is 102 (40.23% from 255 or 26.70% from 382); Blue value is 171 (67.19% from 255 or 44.76% from 382); Max value from RGB is 171 - color contains mainly: blue. Hex color #6D66AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D66AB is #929954. Grayscale: #6F6F6F. Windows color (decimal): -9607509 or 11232877. OLE color: 11232877.

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

Color convert

RGB109102171-
CMYK0.360.4000.33
HSL246.09º29.11%53.53%-
HSV(B)246.09º40.35%67.06%-
XYZ18.4115.6940.59-
YUV111.96161.32125.89-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 28.53%
GREEN value IS 102 (40.23% from 255) = 26.70%
BLUE value IS 171 (67.19% from 255) = 44.76%
R=28.53%
G=26.70%
B=44.76%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1091021710.360.4000.33246.0929.1153.53
Hex6D66AB2428021f61d36
Octal15514625344500413663566
Binary110110111001101010101110010010100001000011111011011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D66AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,102,171); }

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

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

 a { background-color: rgb(109,102,171); }

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

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

 span { border-color: rgb(109,102,171); }

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