#6E679C

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

Shades of Scampi #6E679C

Tints of Scampi #6E679C

Color information

#6E679C (or 0x6E679C) is unknown color: approx Scampi. HEX triplet: 6E, 67 and 9C. RGB value is (110,103,156). Sum of RGB (Red+Green+Blue) = 110+103+156=369 (48% of max value = 765). Red value is 110 (43.36% from 255 or 29.81% from 369); Green value is 103 (40.62% from 255 or 27.91% from 369); Blue value is 156 (61.33% from 255 or 42.28% from 369); Max value from RGB is 156 - color contains mainly: blue. Hex color #6E679C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E679C is #919863. Grayscale: #6E6E6E. Windows color (decimal): -9541732 or 10250094. OLE color: 10250094.

HSL color Cylindrical-coordinate representation of color #6E679C: hue angle of 247.92º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6E679C is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB110103156-
CMYK0.290.3400.39
HSL247.92º21.12%50.78%-
HSV(B)247.92º33.97%61.18%-
XYZ17.2815.4233.52-
YUV111.14153.32127.19-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.81%
GREEN value IS 103 (40.62% from 255) = 27.91%
BLUE value IS 156 (61.33% from 255) = 42.28%
R=29.81%
G=27.91%
B=42.28%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1101031560.290.3400.39247.9221.1250.78
Hex6E679C1D22027f81533
Octal15614723435420473702563
Binary11011101100111100111001110110001001001111111100010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E679C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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