#6E69A1

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

Shades of Scampi #6E69A1

Tints of Scampi #6E69A1

Color information

#6E69A1 (or 0x6E69A1) is unknown color: approx Scampi. HEX triplet: 6E, 69 and A1. RGB value is (110,105,161). Sum of RGB (Red+Green+Blue) = 110+105+161=376 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.26% from 376); Green value is 105 (41.41% from 255 or 27.93% from 376); Blue value is 161 (63.28% from 255 or 42.82% from 376); Max value from RGB is 161 - color contains mainly: blue. Hex color #6E69A1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E69A1 is #91965E. Grayscale: #707070. Windows color (decimal): -9541215 or 10578286. OLE color: 10578286.

HSL color Cylindrical-coordinate representation of color #6E69A1: hue angle of 245.36º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6E69A1 is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB110105161-
CMYK0.320.3500.37
HSL245.36º22.95%52.16%-
HSV(B)245.36º34.78%63.14%-
XYZ17.9215.9935.86-
YUV112.88155.16125.95-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.26%
GREEN value IS 105 (41.41% from 255) = 27.93%
BLUE value IS 161 (63.28% from 255) = 42.82%
R=29.26%
G=27.93%
B=42.82%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1101051610.320.3500.37245.3622.9552.16
Hex6E69A12023025f51734
Octal15615124140430453652764
Binary110111011010011010000110000010001101001011111010110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E69A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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