#6C6696

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

Shades of Scampi #6C6696

Tints of Scampi #6C6696

Color information

#6C6696 (or 0x6C6696) is unknown color: approx Scampi. HEX triplet: 6C, 66 and 96. RGB value is (108,102,150). Sum of RGB (Red+Green+Blue) = 108+102+150=360 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30% from 360); Green value is 102 (40.23% from 255 or 28.33% from 360); Blue value is 150 (58.98% from 255 or 41.67% from 360); Max value from RGB is 150 - color contains mainly: blue. Hex color #6C6696 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C6696 is #939969. Grayscale: #6D6D6D. Windows color (decimal): -9673066 or 9856620. OLE color: 9856620.

HSL color Cylindrical-coordinate representation of color #6C6696: hue angle of 247.5º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6C6696 is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB108102150-
CMYK0.280.3200.41
HSL247.5º19.05%49.41%-
HSV(B)247.5º32%58.82%-
XYZ16.4414.8930.86-
YUV109.27150.99127.1-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 30%
GREEN value IS 102 (40.23% from 255) = 28.33%
BLUE value IS 150 (58.98% from 255) = 41.67%
R=30%
G=28.33%
B=41.67%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1081021500.280.3200.41247.519.0549.41
Hex6C66961C20029f81331
Octal15414622634400513702361
Binary11011001100110100101101110010000001010011111100010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C6696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,102,150); }

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

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

 a { background-color: rgb(108,102,150); }

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

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

 span { border-color: rgb(108,102,150); }

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