#6E6DFC

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

Shades of Medium Slate Blue #6E6DFC

Tints of Medium Slate Blue #6E6DFC

Color information

#6E6DFC (or 0x6E6DFC) is unknown color: approx Medium Slate Blue. HEX triplet: 6E, 6D and FC. RGB value is (110,109,252). Sum of RGB (Red+Green+Blue) = 110+109+252=471 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.35% from 471); Green value is 109 (42.97% from 255 or 23.14% from 471); Blue value is 252 (98.83% from 255 or 53.50% from 471); Max value from RGB is 252 - color contains mainly: blue. Hex color #6E6DFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E6DFC is #919203. Grayscale: #7D7D7D. Windows color (decimal): -9540100 or 16543086. OLE color: 16543086.

HSL color Cylindrical-coordinate representation of color #6E6DFC: hue angle of 240.42º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6E6DFC is Cyan = 0.56, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB110109252-
CMYK0.560.5700.01
HSL240.42º95.97%70.78%-
HSV(B)240.42º56.75%98.82%-
XYZ29.4721.2894.65-
YUV125.6199.33116.87-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 23.35%
GREEN value IS 109 (42.97% from 255) = 23.14%
BLUE value IS 252 (98.83% from 255) = 53.50%
R=23.35%
G=23.14%
B=53.50%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1101092520.560.5700.01240.4295.9770.78
Hex6E6DFC383901f06047
Octal156155374707101360140107
Binary1101110110110111111100111000111001011111000011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E6DFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,109,252); }

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

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

 a { background-color: rgb(110,109,252); }

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

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

 span { border-color: rgb(110,109,252); }

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