#6E699B

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

Shades of Scampi #6E699B

Tints of Scampi #6E699B

Color information

#6E699B (or 0x6E699B) is unknown color: approx Scampi. HEX triplet: 6E, 69 and 9B. RGB value is (110,105,155). Sum of RGB (Red+Green+Blue) = 110+105+155=370 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.73% from 370); Green value is 105 (41.41% from 255 or 28.38% from 370); Blue value is 155 (60.94% from 255 or 41.89% from 370); Max value from RGB is 155 - color contains mainly: blue. Hex color #6E699B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E699B is #919664. Grayscale: #6F6F6F. Windows color (decimal): -9541221 or 10185070. OLE color: 10185070.

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

Color convert

RGB110105155-
CMYK0.290.3200.39
HSL246º20%50.98%-
HSV(B)246º32.26%60.78%-
XYZ17.415.7833.14-
YUV112.2152.16126.43-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.73%
GREEN value IS 105 (41.41% from 255) = 28.38%
BLUE value IS 155 (60.94% from 255) = 41.89%
R=29.73%
G=28.38%
B=41.89%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1101051550.290.3200.392462050.98
Hex6E699B1D20027f61433
Octal15615123335400473662463
Binary11011101101001100110111110110000001001111111011010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E699B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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