#6E669F

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

Shades of Scampi #6E669F

Tints of Scampi #6E669F

Color information

#6E669F (or 0x6E669F) is unknown color: approx Scampi. HEX triplet: 6E, 66 and 9F. RGB value is (110,102,159). Sum of RGB (Red+Green+Blue) = 110+102+159=371 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.65% from 371); Green value is 102 (40.23% from 255 or 27.49% from 371); Blue value is 159 (62.5% from 255 or 42.86% from 371); Max value from RGB is 159 - color contains mainly: blue. Hex color #6E669F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E669F is #919960. Grayscale: #6E6E6E. Windows color (decimal): -9541985 or 10446446. OLE color: 10446446.

HSL color Cylindrical-coordinate representation of color #6E669F: hue angle of 248.42º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6E669F is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB110102159-
CMYK0.310.3600.38
HSL248.42º22.89%51.18%-
HSV(B)248.42º35.85%62.35%-
XYZ17.4415.3234.84-
YUV110.89155.15127.37-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.65%
GREEN value IS 102 (40.23% from 255) = 27.49%
BLUE value IS 159 (62.5% from 255) = 42.86%
R=29.65%
G=27.49%
B=42.86%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1101021590.310.3600.38248.4222.8951.18
Hex6E669F1F24026f81733
Octal15614623737440463702763
Binary11011101100110100111111111110010001001101111100010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E669F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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