#6F5DE8

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

Shades of Medium Slate Blue #6F5DE8

Tints of Medium Slate Blue #6F5DE8

Color information

#6F5DE8 (or 0x6F5DE8) is unknown color: approx Medium Slate Blue. HEX triplet: 6F, 5D and E8. RGB value is (111,93,232). Sum of RGB (Red+Green+Blue) = 111+93+232=436 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.46% from 436); Green value is 93 (36.72% from 255 or 21.33% from 436); Blue value is 232 (91.02% from 255 or 53.21% from 436); Max value from RGB is 232 - color contains mainly: blue. Hex color #6F5DE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F5DE8 is #90A217. Grayscale: #717171. Windows color (decimal): -9478680 or 15228271. OLE color: 15228271.

HSL color Cylindrical-coordinate representation of color #6F5DE8: hue angle of 247.77º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6F5DE8 is Cyan = 0.52, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB11193232-
CMYK0.520.6000.09
HSL247.77º75.14%63.73%-
HSV(B)247.77º59.91%90.98%-
XYZ25.0417.0378.31-
YUV114.23194.46125.7-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.46%
GREEN value IS 93 (36.72% from 255) = 21.33%
BLUE value IS 232 (91.02% from 255) = 53.21%
R=25.46%
G=21.33%
B=53.21%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal111932320.520.6000.09247.7775.1463.73
Hex6F5DE8343C09f84b40
Octal1571353506474011370113100
Binary1101111101110111101000110100111100010011111100010010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5DE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,93,232); }

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

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

 a { background-color: rgb(111,93,232); }

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

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

 span { border-color: rgb(111,93,232); }

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