#6E6991

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

Shades of Scampi #6E6991

Tints of Scampi #6E6991

Color information

#6E6991 (or 0x6E6991) is unknown color: approx Scampi. HEX triplet: 6E, 69 and 91. RGB value is (110,105,145). Sum of RGB (Red+Green+Blue) = 110+105+145=360 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.56% from 360); Green value is 105 (41.41% from 255 or 29.17% from 360); Blue value is 145 (57.03% from 255 or 40.28% from 360); Max value from RGB is 145 - color contains mainly: blue. Hex color #6E6991 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E6991 is #91966E. Grayscale: #6E6E6E. Windows color (decimal): -9541231 or 9529710. OLE color: 9529710.

HSL color Cylindrical-coordinate representation of color #6E6991: hue angle of 247.5º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6E6991 is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB110105145-
CMYK0.240.2800.43
HSL247.5º16%49.02%-
HSV(B)247.5º27.59%56.86%-
XYZ16.5915.4628.9-
YUV111.06147.16127.25-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 30.56%
GREEN value IS 105 (41.41% from 255) = 29.17%
BLUE value IS 145 (57.03% from 255) = 40.28%
R=30.56%
G=29.17%
B=40.28%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1101051450.240.2800.43247.51649.02
Hex6E6991181C02Bf81031
Octal15615122130340533702061
Binary1101110110100110010001110001110001010111111100010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E6991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,105,145); }

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

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

 a { background-color: rgb(110,105,145); }

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

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

 span { border-color: rgb(110,105,145); }

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