#6E58F8

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

Shades of Medium Slate Blue #6E58F8

Tints of Medium Slate Blue #6E58F8

Color information

#6E58F8 (or 0x6E58F8) is unknown color: approx Medium Slate Blue. HEX triplet: 6E, 58 and F8. RGB value is (110,88,248). Sum of RGB (Red+Green+Blue) = 110+88+248=446 (59% of max value = 765). Red value is 110 (43.36% from 255 or 24.66% from 446); Green value is 88 (34.77% from 255 or 19.73% from 446); Blue value is 248 (97.27% from 255 or 55.61% from 446); Max value from RGB is 248 - color contains mainly: blue. Hex color #6E58F8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E58F8 is #91A707. Grayscale: #707070. Windows color (decimal): -9545480 or 16275566. OLE color: 16275566.

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

Color convert

RGB11088248-
CMYK0.560.6500.03
HSL248.25º91.95%65.88%-
HSV(B)248.25º64.52%97.25%-
XYZ26.8617.0790.69-
YUV112.82204.29125.99-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 24.66%
GREEN value IS 88 (34.77% from 255) = 19.73%
BLUE value IS 248 (97.27% from 255) = 55.61%
R=24.66%
G=19.73%
B=55.61%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal110882480.560.6500.03248.2591.9565.88
Hex6E58F8384103f85c42
Octal1561303707010103370134102
Binary110111010110001111100011100010000010111111100010111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E58F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,88,248); }

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

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

 a { background-color: rgb(110,88,248); }

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

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

 span { border-color: rgb(110,88,248); }

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