#6e6afa

Color #6E6AFA Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #6E6AFA

Tints of Medium Slate Blue #6E6AFA

Color information

#6E6AFA (or 0x6E6AFA) is unknown color: approx Medium Slate Blue. HEX triplet: 6E, 6A and FA. RGB value is (110,106,250). Sum of RGB (Red+Green+Blue) = 110+106+250=466 (61% of max value = 765). Red value is 110 (43.36% from 255 or 23.61% from 466); Green value is 106 (41.80% from 255 or 22.75% from 466); Blue value is 250 (98.05% from 255 or 53.65% from 466); Max value from RGB is 250 - color contains mainly: blue. Hex color #6E6AFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E6AFA is #919505. Grayscale: #7B7B7B. Windows color (decimal): -9540870 or 16411246. OLE color: 16411246.

HSL color Cylindrical-coordinate representation of color #6E6AFA: hue angle of 241.67º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6E6AFA is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB110106250-
CMYK0.560.5800.02
HSL241.67º93.51%69.8%-
HSV(B)241.67º57.6%98.04%-
XYZ28.8420.5392.88-
YUV123.61199.33118.29-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 23.61%
GREEN value IS 106 (41.80% from 255) = 22.75%
BLUE value IS 250 (98.05% from 255) = 53.65%
R=23.61%
G=22.75%
B=53.65%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1101062500.560.5800.02241.6793.5169.8
Hex6E6AFA383A02f25e46
Octal156152372707202362136106
Binary11011101101010111110101110001110100101111001010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6e6afa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,106,250); }

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

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

 a { background-color: rgb(110,106,250); }

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

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

 span { border-color: rgb(110,106,250); }

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