#6E669A

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

Shades of Scampi #6E669A

Tints of Scampi #6E669A

Color information

#6E669A (or 0x6E669A) is unknown color: approx Scampi. HEX triplet: 6E, 66 and 9A. RGB value is (110,102,154). Sum of RGB (Red+Green+Blue) = 110+102+154=366 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.05% from 366); Green value is 102 (40.23% from 255 or 27.87% from 366); Blue value is 154 (60.55% from 255 or 42.08% from 366); Max value from RGB is 154 - color contains mainly: blue. Hex color #6E669A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E669A is #919965. Grayscale: #6E6E6E. Windows color (decimal): -9541990 or 10118766. OLE color: 10118766.

HSL color Cylindrical-coordinate representation of color #6E669A: hue angle of 249.23º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6E669A is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB110102154-
CMYK0.290.3400.40
HSL249.23º20.47%50.2%-
HSV(B)249.23º33.77%60.39%-
XYZ17.0115.1532.6-
YUV110.32152.65127.77-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 30.05%
GREEN value IS 102 (40.23% from 255) = 27.87%
BLUE value IS 154 (60.55% from 255) = 42.08%
R=30.05%
G=27.87%
B=42.08%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1101021540.290.3400.40249.2320.4750.2
Hex6E669A1D22028f91432
Octal15614623235420503712462
Binary11011101100110100110101110110001001010001111100110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E669A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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