#6E659B

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

Shades of Scampi #6E659B

Tints of Scampi #6E659B

Color information

#6E659B (or 0x6E659B) is unknown color: approx Scampi. HEX triplet: 6E, 65 and 9B. RGB value is (110,101,155). Sum of RGB (Red+Green+Blue) = 110+101+155=366 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.05% from 366); Green value is 101 (39.84% from 255 or 27.60% from 366); Blue value is 155 (60.94% from 255 or 42.35% from 366); Max value from RGB is 155 - color contains mainly: blue. Hex color #6E659B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E659B is #919A64. Grayscale: #6D6D6D. Windows color (decimal): -9542245 or 10184046. OLE color: 10184046.

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

Color convert

RGB110101155-
CMYK0.290.3500.39
HSL250º21.26%50.2%-
HSV(B)250º34.84%60.78%-
XYZ1714.9933.01-
YUV109.85153.48128.11-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 30.05%
GREEN value IS 101 (39.84% from 255) = 27.60%
BLUE value IS 155 (60.94% from 255) = 42.35%
R=30.05%
G=27.60%
B=42.35%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1101011550.290.3500.3925021.2650.2
Hex6E659B1D23027fa1532
Octal15614523335430473722562
Binary11011101100101100110111110110001101001111111101010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E659B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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