#6F53EB

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

Shades of Medium Slate Blue #6F53EB

Tints of Medium Slate Blue #6F53EB

Color information

#6F53EB (or 0x6F53EB) is unknown color: approx Medium Slate Blue. HEX triplet: 6F, 53 and EB. RGB value is (111,83,235). Sum of RGB (Red+Green+Blue) = 111+83+235=429 (56% of max value = 765). Red value is 111 (43.75% from 255 or 25.87% from 429); Green value is 83 (32.81% from 255 or 19.35% from 429); Blue value is 235 (92.19% from 255 or 54.78% from 429); Max value from RGB is 235 - color contains mainly: blue. Hex color #6F53EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F53EB is #90AC14. Grayscale: #6C6C6C. Windows color (decimal): -9481237 or 15422319. OLE color: 15422319.

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

Color convert

RGB11183235-
CMYK0.530.6500.08
HSL251.05º79.17%62.35%-
HSV(B)251.05º64.68%92.16%-
XYZ24.6415.5680.3-
YUV108.7199.28129.64-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.87%
GREEN value IS 83 (32.81% from 255) = 19.35%
BLUE value IS 235 (92.19% from 255) = 54.78%
R=25.87%
G=19.35%
B=54.78%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal111832350.530.6500.08251.0579.1762.35
Hex6F53EB354108fb4f3e
Octal1571233536510101037311776
Binary1101111101001111101011110101100000101000111110111001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F53EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,83,235); }

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

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

 a { background-color: rgb(111,83,235); }

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

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

 span { border-color: rgb(111,83,235); }

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