#6F48ED

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

Shades of Medium Slate Blue #6F48ED

Tints of Medium Slate Blue #6F48ED

Color information

#6F48ED (or 0x6F48ED) is unknown color: approx Medium Slate Blue. HEX triplet: 6F, 48 and ED. RGB value is (111,72,237). Sum of RGB (Red+Green+Blue) = 111+72+237=420 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.43% from 420); Green value is 72 (28.52% from 255 or 17.14% from 420); Blue value is 237 (92.97% from 255 or 56.43% from 420); Max value from RGB is 237 - color contains mainly: blue. Hex color #6F48ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F48ED is #90B712. Grayscale: #656565. Windows color (decimal): -9484051 or 15550575. OLE color: 15550575.

HSL color Cylindrical-coordinate representation of color #6F48ED: hue angle of 254.18º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6F48ED is Cyan = 0.53, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB11172237-
CMYK0.530.7000.07
HSL254.18º82.09%60.59%-
HSV(B)254.18º69.62%92.94%-
XYZ24.1614.1381.57-
YUV102.47203.92134.08-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.43%
GREEN value IS 72 (28.52% from 255) = 17.14%
BLUE value IS 237 (92.97% from 255) = 56.43%
R=26.43%
G=17.14%
B=56.43%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal111722370.530.7000.07254.1882.0960.59
Hex6F48ED354607fe523d
Octal157110355651060737612275
Binary110111110010001110110111010110001100111111111101010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F48ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,72,237); }

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

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

 a { background-color: rgb(111,72,237); }

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

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

 span { border-color: rgb(111,72,237); }

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