#6A59FF

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

Shades of Medium Slate Blue #6A59FF

Tints of Medium Slate Blue #6A59FF

Color information

#6A59FF (or 0x6A59FF) is unknown color: approx Medium Slate Blue. HEX triplet: 6A, 59 and FF. RGB value is (106,89,255). Sum of RGB (Red+Green+Blue) = 106+89+255=450 (59% of max value = 765). Red value is 106 (41.80% from 255 or 23.56% from 450); Green value is 89 (35.16% from 255 or 19.78% from 450); Blue value is 255 (100% from 255 or 56.67% from 450); Max value from RGB is 255 - color contains mainly: blue. Hex color #6A59FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A59FF is #95A600. Grayscale: #707070. Windows color (decimal): -9807361 or 16734570. OLE color: 16734570.

HSL color Cylindrical-coordinate representation of color #6A59FF: hue angle of 246.14º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6A59FF is Cyan = 0.58, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB10689255-
CMYK0.580.6500
HSL246.14º100%67.45%-
HSV(B)246.14º65.1%100%-
XYZ27.5717.4396.52-
YUV113.01208.13123-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 23.56%
GREEN value IS 89 (35.16% from 255) = 19.78%
BLUE value IS 255 (100% from 255) = 56.67%
R=23.56%
G=19.78%
B=56.67%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal106892550.580.6500246.1410067.45
Hex6A59FF3A4100f66443
Octal1521313777210100366144103
Binary11010101011001111111111110101000001001111011011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A59FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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