#6E649C

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

Shades of Scampi #6E649C

Tints of Scampi #6E649C

Color information

#6E649C (or 0x6E649C) is unknown color: approx Scampi. HEX triplet: 6E, 64 and 9C. RGB value is (110,100,156). Sum of RGB (Red+Green+Blue) = 110+100+156=366 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.05% from 366); Green value is 100 (39.45% from 255 or 27.32% from 366); Blue value is 156 (61.33% from 255 or 42.62% from 366); Max value from RGB is 156 - color contains mainly: blue. Hex color #6E649C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E649C is #919B63. Grayscale: #6D6D6D. Windows color (decimal): -9542500 or 10249326. OLE color: 10249326.

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

Color convert

RGB110100156-
CMYK0.290.3600.39
HSL250.71º22.05%50.2%-
HSV(B)250.71º35.9%61.18%-
XYZ16.9914.8333.42-
YUV109.37154.31128.45-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 30.05%
GREEN value IS 100 (39.45% from 255) = 27.32%
BLUE value IS 156 (61.33% from 255) = 42.62%
R=30.05%
G=27.32%
B=42.62%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1101001560.290.3600.39250.7122.0550.2
Hex6E649C1D24027fb1632
Octal15614423435440473732662
Binary11011101100100100111001110110010001001111111101110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E649C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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