#6E639C

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

Shades of Scampi #6E639C

Tints of Scampi #6E639C

Color information

#6E639C (or 0x6E639C) is unknown color: approx Scampi. HEX triplet: 6E, 63 and 9C. RGB value is (110,99,156). Sum of RGB (Red+Green+Blue) = 110+99+156=365 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.14% from 365); Green value is 99 (39.06% from 255 or 27.12% from 365); Blue value is 156 (61.33% from 255 or 42.74% from 365); Max value from RGB is 156 - color contains mainly: blue. Hex color #6E639C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E639C is #919C63. Grayscale: #6C6C6C. Windows color (decimal): -9542756 or 10249070. OLE color: 10249070.

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

Color convert

RGB11099156-
CMYK0.290.3700.39
HSL251.58º22.35%50%-
HSV(B)251.58º36.54%61.18%-
XYZ16.8914.6433.39-
YUV108.79154.64128.87-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 30.14%
GREEN value IS 99 (39.06% from 255) = 27.12%
BLUE value IS 156 (61.33% from 255) = 42.74%
R=30.14%
G=27.12%
B=42.74%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal110991560.290.3700.39251.5822.3550
Hex6E639C1D25027fc1632
Octal15614323435450473742662
Binary11011101100011100111001110110010101001111111110010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E639C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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