#6D6EFE

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

Shades of Medium Slate Blue #6D6EFE

Tints of Medium Slate Blue #6D6EFE

Color information

#6D6EFE (or 0x6D6EFE) is unknown color: approx Medium Slate Blue. HEX triplet: 6D, 6E and FE. RGB value is (109,110,254). Sum of RGB (Red+Green+Blue) = 109+110+254=473 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.04% from 473); Green value is 110 (43.36% from 255 or 23.26% from 473); Blue value is 254 (99.61% from 255 or 53.70% from 473); Max value from RGB is 254 - color contains mainly: blue. Hex color #6D6EFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D6EFE is #929101. Grayscale: #7D7D7D. Windows color (decimal): -9605378 or 16674413. OLE color: 16674413.

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

Color convert

RGB109110254-
CMYK0.570.5700.00
HSL239.59º98.64%71.18%-
HSV(B)239.59º57.09%99.61%-
XYZ29.7721.5696.36-
YUV126.12200.17115.79-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.04%
GREEN value IS 110 (43.36% from 255) = 23.26%
BLUE value IS 254 (99.61% from 255) = 53.70%
R=23.04%
G=23.26%
B=53.70%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1091102540.570.5700.00239.5998.6471.18
Hex6D6EFE393900f06347
Octal155156376717100360143107
Binary1101101110111011111110111001111001001111000011000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6EFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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