#6F5FE7

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

Shades of Medium Slate Blue #6F5FE7

Tints of Medium Slate Blue #6F5FE7

Color information

#6F5FE7 (or 0x6F5FE7) is unknown color: approx Medium Slate Blue. HEX triplet: 6F, 5F and E7. RGB value is (111,95,231). Sum of RGB (Red+Green+Blue) = 111+95+231=437 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.40% from 437); Green value is 95 (37.5% from 255 or 21.74% from 437); Blue value is 231 (90.62% from 255 or 52.86% from 437); Max value from RGB is 231 - color contains mainly: blue. Hex color #6F5FE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F5FE7 is #90A018. Grayscale: #727272. Windows color (decimal): -9478169 or 15163247. OLE color: 15163247.

HSL color Cylindrical-coordinate representation of color #6F5FE7: hue angle of 247.06º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6F5FE7 is Cyan = 0.52, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB11195231-
CMYK0.520.5900.09
HSL247.06º73.91%63.92%-
HSV(B)247.06º58.87%90.59%-
XYZ25.0717.3377.63-
YUV115.29193.3124.94-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.40%
GREEN value IS 95 (37.5% from 255) = 21.74%
BLUE value IS 231 (90.62% from 255) = 52.86%
R=25.40%
G=21.74%
B=52.86%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal111952310.520.5900.09247.0673.9163.92
Hex6F5FE7343B09f74a40
Octal1571373476473011367112100
Binary1101111101111111100111110100111011010011111011110010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5FE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,95,231); }

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

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

 a { background-color: rgb(111,95,231); }

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

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

 span { border-color: rgb(111,95,231); }

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