#6E669B

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

Shades of Scampi #6E669B

Tints of Scampi #6E669B

Color information

#6E669B (or 0x6E669B) is unknown color: approx Scampi. HEX triplet: 6E, 66 and 9B. RGB value is (110,102,155). Sum of RGB (Red+Green+Blue) = 110+102+155=367 (48% of max value = 765). Red value is 110 (43.36% from 255 or 29.97% from 367); Green value is 102 (40.23% from 255 or 27.79% from 367); Blue value is 155 (60.94% from 255 or 42.23% from 367); Max value from RGB is 155 - color contains mainly: blue. Hex color #6E669B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E669B is #919964. Grayscale: #6E6E6E. Windows color (decimal): -9541989 or 10184302. OLE color: 10184302.

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

Color convert

RGB110102155-
CMYK0.290.3400.39
HSL249.06º20.95%50.39%-
HSV(B)249.06º34.19%60.78%-
XYZ17.115.1833.04-
YUV110.43153.15127.69-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.97%
GREEN value IS 102 (40.23% from 255) = 27.79%
BLUE value IS 155 (60.94% from 255) = 42.23%
R=29.97%
G=27.79%
B=42.23%

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
Decimal1101021550.290.3400.39249.0620.9550.39
Hex6E669B1D22027f91532
Octal15614623335420473712562
Binary11011101100110100110111110110001001001111111100110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E669B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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