#6F54EA

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

Shades of Medium Slate Blue #6F54EA

Tints of Medium Slate Blue #6F54EA

Color information

#6F54EA (or 0x6F54EA) is unknown color: approx Medium Slate Blue. HEX triplet: 6F, 54 and EA. RGB value is (111,84,234). Sum of RGB (Red+Green+Blue) = 111+84+234=429 (56% of max value = 765). Red value is 111 (43.75% from 255 or 25.87% from 429); Green value is 84 (33.20% from 255 or 19.58% from 429); Blue value is 234 (91.80% from 255 or 54.55% from 429); Max value from RGB is 234 - color contains mainly: blue. Hex color #6F54EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F54EA is #90AB15. Grayscale: #6C6C6C. Windows color (decimal): -9480982 or 15357039. OLE color: 15357039.

HSL color Cylindrical-coordinate representation of color #6F54EA: hue angle of 250.8º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6F54EA is Cyan = 0.53, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB11184234-
CMYK0.530.6400.08
HSL250.8º78.12%62.35%-
HSV(B)250.8º64.1%91.76%-
XYZ24.5815.6679.57-
YUV109.17198.45129.3-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.87%
GREEN value IS 84 (33.20% from 255) = 19.58%
BLUE value IS 234 (91.80% from 255) = 54.55%
R=25.87%
G=19.58%
B=54.55%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal111842340.530.6400.08250.878.1262.35
Hex6F54EA354008fb4e3e
Octal1571243526510001037311676
Binary1101111101010011101010110101100000001000111110111001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F54EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,84,234); }

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

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

 a { background-color: rgb(111,84,234); }

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

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

 span { border-color: rgb(111,84,234); }

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