#5F6FFE

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

Shades of Medium Slate Blue #5F6FFE

Tints of Medium Slate Blue #5F6FFE

Color information

#5F6FFE (or 0x5F6FFE) is unknown color: approx Medium Slate Blue. HEX triplet: 5F, 6F and FE. RGB value is (95,111,254). Sum of RGB (Red+Green+Blue) = 95+111+254=460 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.65% from 460); Green value is 111 (43.75% from 255 or 24.13% from 460); Blue value is 254 (99.61% from 255 or 55.22% from 460); Max value from RGB is 254 - color contains mainly: blue. Hex color #5F6FFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F6FFE is #A09001. Grayscale: #797979. Windows color (decimal): -10522626 or 16674655. OLE color: 16674655.

HSL color Cylindrical-coordinate representation of color #5F6FFE: hue angle of 233.96º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5F6FFE is Cyan = 0.63, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB95111254-
CMYK0.630.5600.00
HSL233.96º98.76%68.43%-
HSV(B)233.96º62.6%99.61%-
XYZ28.2920.9696.32-
YUV122.52202.2108.37-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 20.65%
GREEN value IS 111 (43.75% from 255) = 24.13%
BLUE value IS 254 (99.61% from 255) = 55.22%
R=20.65%
G=24.13%
B=55.22%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal951112540.630.5600.00233.9698.7668.43
Hex5F6FFE3F3800ea6344
Octal137157376777000352143104
Binary1011111110111111111110111111111000001110101011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6FFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F6FFE; }

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

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

<style>
 a { background-color: #5F6FFE; }

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

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

<style>
 span { border-color: #5F6FFE; }

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

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