#6A59F8

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

Shades of Medium Slate Blue #6A59F8

Tints of Medium Slate Blue #6A59F8

Color information

#6A59F8 (or 0x6A59F8) is unknown color: approx Medium Slate Blue. HEX triplet: 6A, 59 and F8. RGB value is (106,89,248). Sum of RGB (Red+Green+Blue) = 106+89+248=443 (58% of max value = 765). Red value is 106 (41.80% from 255 or 23.93% from 443); Green value is 89 (35.16% from 255 or 20.09% from 443); Blue value is 248 (97.27% from 255 or 55.98% from 443); Max value from RGB is 248 - color contains mainly: blue. Hex color #6A59F8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A59F8 is #95A607. Grayscale: #6F6F6F. Windows color (decimal): -9807368 or 16275818. OLE color: 16275818.

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

Color convert

RGB10689248-
CMYK0.570.6400.03
HSL246.42º91.91%66.08%-
HSV(B)246.42º64.11%97.25%-
XYZ26.4616.9990.69-
YUV112.21204.63123.57-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 23.93%
GREEN value IS 89 (35.16% from 255) = 20.09%
BLUE value IS 248 (97.27% from 255) = 55.98%
R=23.93%
G=20.09%
B=55.98%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal106892480.570.6400.03246.4291.9166.08
Hex6A59F8394003f65c42
Octal1521313707110003366134102
Binary110101010110011111100011100110000000111111011010111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A59F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,89,248); }

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

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

 a { background-color: rgb(106,89,248); }

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

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

 span { border-color: rgb(106,89,248); }

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