#6D6EFD

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

Shades of Medium Slate Blue #6D6EFD

Tints of Medium Slate Blue #6D6EFD

Color information

#6D6EFD (or 0x6D6EFD) is unknown color: approx Medium Slate Blue. HEX triplet: 6D, 6E and FD. RGB value is (109,110,253). Sum of RGB (Red+Green+Blue) = 109+110+253=472 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.09% from 472); Green value is 110 (43.36% from 255 or 23.31% from 472); Blue value is 253 (99.22% from 255 or 53.60% from 472); Max value from RGB is 253 - color contains mainly: blue. Hex color #6D6EFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D6EFD is #929102. Grayscale: #7D7D7D. Windows color (decimal): -9605379 or 16608877. OLE color: 16608877.

HSL color Cylindrical-coordinate representation of color #6D6EFD: hue angle of 239.58º degrees, saturation: 0.97, 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 #6D6EFD is Cyan = 0.57, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB109110253-
CMYK0.570.5700.01
HSL239.58º97.3%70.98%-
HSV(B)239.58º56.92%99.22%-
XYZ29.6121.4995.52-
YUV126199.67115.87-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.09%
GREEN value IS 110 (43.36% from 255) = 23.31%
BLUE value IS 253 (99.22% from 255) = 53.60%
R=23.09%
G=23.31%
B=53.60%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1091102530.570.5700.01239.5897.370.98
Hex6D6EFD393901f06147
Octal155156375717101360141107
Binary1101101110111011111101111001111001011111000011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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