#6F58FB

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

Shades of Medium Slate Blue #6F58FB

Tints of Medium Slate Blue #6F58FB

Color information

#6F58FB (or 0x6F58FB) is unknown color: approx Medium Slate Blue. HEX triplet: 6F, 58 and FB. RGB value is (111,88,251). Sum of RGB (Red+Green+Blue) = 111+88+251=450 (59% of max value = 765). Red value is 111 (43.75% from 255 or 24.67% from 450); Green value is 88 (34.77% from 255 or 19.56% from 450); Blue value is 251 (98.44% from 255 or 55.78% from 450); Max value from RGB is 251 - color contains mainly: blue. Hex color #6F58FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F58FB is #90A704. Grayscale: #707070. Windows color (decimal): -9479941 or 16472175. OLE color: 16472175.

HSL color Cylindrical-coordinate representation of color #6F58FB: hue angle of 248.47º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6F58FB is Cyan = 0.56, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB11188251-
CMYK0.560.6500.02
HSL248.47º95.32%66.47%-
HSV(B)248.47º64.94%98.43%-
XYZ27.4617.3293.16-
YUV113.46205.62126.25-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 24.67%
GREEN value IS 88 (34.77% from 255) = 19.56%
BLUE value IS 251 (98.44% from 255) = 55.78%
R=24.67%
G=19.56%
B=55.78%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal111882510.560.6500.02248.4795.3266.47
Hex6F58FB384102f85f42
Octal1571303737010102370137102
Binary110111110110001111101111100010000010101111100010111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F58FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,88,251); }

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

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

 a { background-color: rgb(111,88,251); }

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

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

 span { border-color: rgb(111,88,251); }

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