#6F55EE

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

Shades of Medium Slate Blue #6F55EE

Tints of Medium Slate Blue #6F55EE

Color information

#6F55EE (or 0x6F55EE) is unknown color: approx Medium Slate Blue. HEX triplet: 6F, 55 and EE. RGB value is (111,85,238). Sum of RGB (Red+Green+Blue) = 111+85+238=434 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.58% from 434); Green value is 85 (33.59% from 255 or 19.59% from 434); Blue value is 238 (93.36% from 255 or 54.84% from 434); Max value from RGB is 238 - color contains mainly: blue. Hex color #6F55EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F55EE is #90AA11. Grayscale: #6D6D6D. Windows color (decimal): -9480722 or 15619439. OLE color: 15619439.

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

Color convert

RGB11185238-
CMYK0.530.6400.07
HSL250.2º81.82%63.33%-
HSV(B)250.2º64.29%93.33%-
XYZ25.2416.0582.66-
YUV110.22200.11128.56-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.58%
GREEN value IS 85 (33.59% from 255) = 19.59%
BLUE value IS 238 (93.36% from 255) = 54.84%
R=25.58%
G=19.59%
B=54.84%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal111852380.530.6400.07250.281.8263.33
Hex6F55EE354007fa523f
Octal157125356651000737212277
Binary110111110101011110111011010110000000111111110101010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F55EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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