#6F55F1

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

Shades of Medium Slate Blue #6F55F1

Tints of Medium Slate Blue #6F55F1

Color information

#6F55F1 (or 0x6F55F1) is unknown color: approx Medium Slate Blue. HEX triplet: 6F, 55 and F1. RGB value is (111,85,241). Sum of RGB (Red+Green+Blue) = 111+85+241=437 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.40% from 437); Green value is 85 (33.59% from 255 or 19.45% from 437); Blue value is 241 (94.53% from 255 or 55.15% from 437); Max value from RGB is 241 - color contains mainly: blue. Hex color #6F55F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F55F1 is #90AA0E. Grayscale: #6D6D6D. Windows color (decimal): -9480719 or 15816047. OLE color: 15816047.

HSL color Cylindrical-coordinate representation of color #6F55F1: hue angle of 250º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6F55F1 is Cyan = 0.54, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB11185241-
CMYK0.540.6500.05
HSL250º84.78%63.92%-
HSV(B)250º64.73%94.51%-
XYZ25.6816.2385-
YUV110.56201.61128.32-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.40%
GREEN value IS 85 (33.59% from 255) = 19.45%
BLUE value IS 241 (94.53% from 255) = 55.15%
R=25.40%
G=19.45%
B=55.15%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal111852410.540.6500.0525084.7863.92
Hex6F55F1364105fa5540
Octal1571253616610105372125100
Binary1101111101010111110001110110100000101011111101010101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F55F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,85,241); }

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

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

 a { background-color: rgb(111,85,241); }

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

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

 span { border-color: rgb(111,85,241); }

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