#6C6996

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

Shades of Scampi #6C6996

Tints of Scampi #6C6996

Color information

#6C6996 (or 0x6C6996) is unknown color: approx Scampi. HEX triplet: 6C, 69 and 96. RGB value is (108,105,150). Sum of RGB (Red+Green+Blue) = 108+105+150=363 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.75% from 363); Green value is 105 (41.41% from 255 or 28.93% from 363); Blue value is 150 (58.98% from 255 or 41.32% from 363); Max value from RGB is 150 - color contains mainly: blue. Hex color #6C6996 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C6996 is #939669. Grayscale: #6E6E6E. Windows color (decimal): -9672298 or 9857388. OLE color: 9857388.

HSL color Cylindrical-coordinate representation of color #6C6996: hue angle of 244º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6C6996 is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB108105150-
CMYK0.280.3000.41
HSL244º17.65%50%-
HSV(B)244º30%58.82%-
XYZ16.7415.4930.96-
YUV111.03149.99125.84-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 29.75%
GREEN value IS 105 (41.41% from 255) = 28.93%
BLUE value IS 150 (58.98% from 255) = 41.32%
R=29.75%
G=28.93%
B=41.32%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1081051500.280.3000.4124417.6550
Hex6C69961C1E029f41232
Octal15415122634360513642262
Binary1101100110100110010110111001111001010011111010010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C6996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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