#6E639B

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

Shades of Scampi #6E639B

Tints of Scampi #6E639B

Color information

#6E639B (or 0x6E639B) is unknown color: approx Scampi. HEX triplet: 6E, 63 and 9B. RGB value is (110,99,155). Sum of RGB (Red+Green+Blue) = 110+99+155=364 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.22% from 364); Green value is 99 (39.06% from 255 or 27.20% from 364); Blue value is 155 (60.94% from 255 or 42.58% from 364); Max value from RGB is 155 - color contains mainly: blue. Hex color #6E639B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E639B is #919C64. Grayscale: #6C6C6C. Windows color (decimal): -9542757 or 10183534. OLE color: 10183534.

HSL color Cylindrical-coordinate representation of color #6E639B: hue angle of 251.79º 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 #6E639B is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11099155-
CMYK0.290.3600.39
HSL251.79º22.05%49.8%-
HSV(B)251.79º36.13%60.78%-
XYZ16.8114.6132.94-
YUV108.67154.14128.95-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 30.22%
GREEN value IS 99 (39.06% from 255) = 27.20%
BLUE value IS 155 (60.94% from 255) = 42.58%
R=30.22%
G=27.20%
B=42.58%

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
Decimal110991550.290.3600.39251.7922.0549.8
Hex6E639B1D24027fc1632
Octal15614323335440473742662
Binary11011101100011100110111110110010001001111111110010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E639B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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