#6E6AF1

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

Shades of Medium Slate Blue #6E6AF1

Tints of Medium Slate Blue #6E6AF1

Color information

#6E6AF1 (or 0x6E6AF1) is unknown color: approx Medium Slate Blue. HEX triplet: 6E, 6A and F1. RGB value is (110,106,241). Sum of RGB (Red+Green+Blue) = 110+106+241=457 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.07% from 457); Green value is 106 (41.80% from 255 or 23.19% from 457); Blue value is 241 (94.53% from 255 or 52.74% from 457); Max value from RGB is 241 - color contains mainly: blue. Hex color #6E6AF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E6AF1 is #91950E. Grayscale: #7A7A7A. Windows color (decimal): -9540879 or 15821422. OLE color: 15821422.

HSL color Cylindrical-coordinate representation of color #6E6AF1: hue angle of 241.78º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6E6AF1 is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB110106241-
CMYK0.540.5600.05
HSL241.78º82.82%68.04%-
HSV(B)241.78º56.02%94.51%-
XYZ27.4619.9785.63-
YUV122.59194.83119.02-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 24.07%
GREEN value IS 106 (41.80% from 255) = 23.19%
BLUE value IS 241 (94.53% from 255) = 52.74%
R=24.07%
G=23.19%
B=52.74%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1101062410.540.5600.05241.7882.8268.04
Hex6E6AF1363805f25344
Octal156152361667005362123104
Binary110111011010101111000111011011100001011111001010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E6AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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