#6E6691

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

Shades of Scampi #6E6691

Tints of Scampi #6E6691

Color information

#6E6691 (or 0x6E6691) is unknown color: approx Scampi. HEX triplet: 6E, 66 and 91. RGB value is (110,102,145). Sum of RGB (Red+Green+Blue) = 110+102+145=357 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.81% from 357); Green value is 102 (40.23% from 255 or 28.57% from 357); Blue value is 145 (57.03% from 255 or 40.62% from 357); Max value from RGB is 145 - color contains mainly: blue. Hex color #6E6691 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E6691 is #91996E. Grayscale: #6D6D6D. Windows color (decimal): -9541999 or 9528942. OLE color: 9528942.

HSL color Cylindrical-coordinate representation of color #6E6691: hue angle of 251.16º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6E6691 is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB110102145-
CMYK0.240.3000.43
HSL251.16º17.41%48.43%-
HSV(B)251.16º29.66%56.86%-
XYZ16.2914.8628.8-
YUV109.29148.15128.5-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 30.81%
GREEN value IS 102 (40.23% from 255) = 28.57%
BLUE value IS 145 (57.03% from 255) = 40.62%
R=30.81%
G=28.57%
B=40.62%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1101021450.240.3000.43251.1617.4148.43
Hex6E6691181E02Bfb1130
Octal15614622130360533732160
Binary1101110110011010010001110001111001010111111101110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E6691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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