#6E669D

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

Shades of Scampi #6E669D

Tints of Scampi #6E669D

Color information

#6E669D (or 0x6E669D) is unknown color: approx Scampi. HEX triplet: 6E, 66 and 9D. RGB value is (110,102,157). Sum of RGB (Red+Green+Blue) = 110+102+157=369 (48% of max value = 765). Red value is 110 (43.36% from 255 or 29.81% from 369); Green value is 102 (40.23% from 255 or 27.64% from 369); Blue value is 157 (61.72% from 255 or 42.55% from 369); Max value from RGB is 157 - color contains mainly: blue. Hex color #6E669D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E669D is #919962. Grayscale: #6E6E6E. Windows color (decimal): -9541987 or 10315374. OLE color: 10315374.

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

Color convert

RGB110102157-
CMYK0.300.3500.38
HSL248.73º21.91%50.78%-
HSV(B)248.73º35.03%61.57%-
XYZ17.2715.2533.93-
YUV110.66154.15127.53-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.81%
GREEN value IS 102 (40.23% from 255) = 27.64%
BLUE value IS 157 (61.72% from 255) = 42.55%
R=29.81%
G=27.64%
B=42.55%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1101021570.300.3500.38248.7321.9150.78
Hex6E669D1E23026f91633
Octal15614623536430463712663
Binary11011101100110100111011111010001101001101111100110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E669D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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