#5F6DF6

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

Shades of Medium Slate Blue #5F6DF6

Tints of Medium Slate Blue #5F6DF6

Color information

#5F6DF6 (or 0x5F6DF6) is unknown color: approx Medium Slate Blue. HEX triplet: 5F, 6D and F6. RGB value is (95,109,246). Sum of RGB (Red+Green+Blue) = 95+109+246=450 (59% of max value = 765). Red value is 95 (37.5% from 255 or 21.11% from 450); Green value is 109 (42.97% from 255 or 24.22% from 450); Blue value is 246 (96.48% from 255 or 54.67% from 450); Max value from RGB is 246 - color contains mainly: blue. Hex color #5F6DF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F6DF6 is #A09209. Grayscale: #777777. Windows color (decimal): -10523146 or 16149855. OLE color: 16149855.

HSL color Cylindrical-coordinate representation of color #5F6DF6: hue angle of 234.44º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5F6DF6 is Cyan = 0.61, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB95109246-
CMYK0.610.5600.04
HSL234.44º89.35%66.86%-
HSV(B)234.44º61.38%96.47%-
XYZ26.8220.0289.64-
YUV120.43198.86109.86-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.11%
GREEN value IS 109 (42.97% from 255) = 24.22%
BLUE value IS 246 (96.48% from 255) = 54.67%
R=21.11%
G=24.22%
B=54.67%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal951092460.610.5600.04234.4489.3566.86
Hex5F6DF63D3804ea5943
Octal137155366757004352131103
Binary101111111011011111011011110111100001001110101010110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6DF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,109,246); }

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

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

 a { background-color: rgb(95,109,246); }

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

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

 span { border-color: rgb(95,109,246); }

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