#6D6E9C

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

Shades of Scampi #6D6E9C

Tints of Scampi #6D6E9C

Color information

#6D6E9C (or 0x6D6E9C) is unknown color: approx Scampi. HEX triplet: 6D, 6E and 9C. RGB value is (109,110,156). Sum of RGB (Red+Green+Blue) = 109+110+156=375 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.07% from 375); Green value is 110 (43.36% from 255 or 29.33% from 375); Blue value is 156 (61.33% from 255 or 41.6% from 375); Max value from RGB is 156 - color contains mainly: blue. Hex color #6D6E9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D6E9C is #929163. Grayscale: #727272. Windows color (decimal): -9605476 or 10251885. OLE color: 10251885.

HSL color Cylindrical-coordinate representation of color #6D6E9C: hue angle of 238.72º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6D6E9C is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB109110156-
CMYK0.300.2900.39
HSL238.72º19.18%51.96%-
HSV(B)238.72º30.13%61.18%-
XYZ17.8816.833.75-
YUV114.94151.17123.76-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 29.07%
GREEN value IS 110 (43.36% from 255) = 29.33%
BLUE value IS 156 (61.33% from 255) = 41.6%
R=29.07%
G=29.33%
B=41.6%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1091101560.300.2900.39238.7219.1851.96
Hex6D6E9C1E1D027ef1334
Octal15515623436350473572364
Binary1101101110111010011100111101110101001111110111110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,110,156); }

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

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

 a { background-color: rgb(109,110,156); }

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

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

 span { border-color: rgb(109,110,156); }

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