#6C6896

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

Shades of Scampi #6C6896

Tints of Scampi #6C6896

Color information

#6C6896 (or 0x6C6896) is unknown color: approx Scampi. HEX triplet: 6C, 68 and 96. RGB value is (108,104,150). Sum of RGB (Red+Green+Blue) = 108+104+150=362 (47% of max value = 765). Red value is 108 (42.58% from 255 or 29.83% from 362); Green value is 104 (41.02% from 255 or 28.73% from 362); Blue value is 150 (58.98% from 255 or 41.44% from 362); Max value from RGB is 150 - color contains mainly: blue. Hex color #6C6896 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C6896 is #939769. Grayscale: #6E6E6E. Windows color (decimal): -9672554 or 9857132. OLE color: 9857132.

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

Color convert

RGB108104150-
CMYK0.280.3100.41
HSL245.22º18.11%49.8%-
HSV(B)245.22º30.67%58.82%-
XYZ16.6415.2930.93-
YUV110.44150.33126.26-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 29.83%
GREEN value IS 104 (41.02% from 255) = 28.73%
BLUE value IS 150 (58.98% from 255) = 41.44%
R=29.83%
G=28.73%
B=41.44%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1081041500.280.3100.41245.2218.1149.8
Hex6C68961C1F029f51232
Octal15415022634370513652262
Binary1101100110100010010110111001111101010011111010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C6896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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