#6E69A3

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

Shades of Scampi #6E69A3

Tints of Scampi #6E69A3

Color information

#6E69A3 (or 0x6E69A3) is unknown color: approx Scampi. HEX triplet: 6E, 69 and A3. RGB value is (110,105,163). Sum of RGB (Red+Green+Blue) = 110+105+163=378 (50% of max value = 765). Red value is 110 (43.36% from 255 or 29.10% from 378); Green value is 105 (41.41% from 255 or 27.78% from 378); Blue value is 163 (64.06% from 255 or 43.12% from 378); Max value from RGB is 163 - color contains mainly: blue. Hex color #6E69A3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E69A3 is #91965C. Grayscale: #707070. Windows color (decimal): -9541213 or 10709358. OLE color: 10709358.

HSL color Cylindrical-coordinate representation of color #6E69A3: hue angle of 245.17º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6E69A3 is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB110105163-
CMYK0.330.3600.36
HSL245.17º23.97%52.55%-
HSV(B)245.17º35.58%63.92%-
XYZ18.0916.0636.8-
YUV113.11156.16125.78-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.10%
GREEN value IS 105 (41.41% from 255) = 27.78%
BLUE value IS 163 (64.06% from 255) = 43.12%
R=29.10%
G=27.78%
B=43.12%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1101051630.330.3600.36245.1723.9752.55
Hex6E69A32124024f51835
Octal15615124341440443653065
Binary110111011010011010001110000110010001001001111010111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E69A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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