#6C6993

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

Shades of Scampi #6C6993

Tints of Scampi #6C6993

Color information

#6C6993 (or 0x6C6993) is unknown color: approx Scampi. HEX triplet: 6C, 69 and 93. RGB value is (108,105,147). Sum of RGB (Red+Green+Blue) = 108+105+147=360 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30% from 360); Green value is 105 (41.41% from 255 or 29.17% from 360); Blue value is 147 (57.81% from 255 or 40.83% from 360); Max value from RGB is 147 - color contains mainly: blue. Hex color #6C6993 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C6993 is #93966C. Grayscale: #6E6E6E. Windows color (decimal): -9672301 or 9660780. OLE color: 9660780.

HSL color Cylindrical-coordinate representation of color #6C6993: hue angle of 244.29º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6C6993 is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB108105147-
CMYK0.270.2900.42
HSL244.29º16.67%49.41%-
HSV(B)244.29º28.57%57.65%-
XYZ16.515.429.71-
YUV110.68148.49126.08-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 30%
GREEN value IS 105 (41.41% from 255) = 29.17%
BLUE value IS 147 (57.81% from 255) = 40.83%
R=30%
G=29.17%
B=40.83%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1081051470.270.2900.42244.2916.6749.41
Hex6C69931B1D02Af41131
Octal15415122333350523642161
Binary1101100110100110010011110111110101010101111010010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C6993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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