#6A59FD

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

Shades of Medium Slate Blue #6A59FD

Tints of Medium Slate Blue #6A59FD

Color information

#6A59FD (or 0x6A59FD) is unknown color: approx Medium Slate Blue. HEX triplet: 6A, 59 and FD. RGB value is (106,89,253). Sum of RGB (Red+Green+Blue) = 106+89+253=448 (59% of max value = 765). Red value is 106 (41.80% from 255 or 23.66% from 448); Green value is 89 (35.16% from 255 or 19.87% from 448); Blue value is 253 (99.22% from 255 or 56.47% from 448); Max value from RGB is 253 - color contains mainly: blue. Hex color #6A59FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A59FD is #95A602. Grayscale: #707070. Windows color (decimal): -9807363 or 16603498. OLE color: 16603498.

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

Color convert

RGB10689253-
CMYK0.580.6500.01
HSL246.22º97.62%67.06%-
HSV(B)246.22º64.82%99.22%-
XYZ27.2517.394.83-
YUV112.78207.13123.16-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 23.66%
GREEN value IS 89 (35.16% from 255) = 19.87%
BLUE value IS 253 (99.22% from 255) = 56.47%
R=23.66%
G=19.87%
B=56.47%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal106892530.580.6500.01246.2297.6267.06
Hex6A59FD3A4101f66243
Octal1521313757210101366142103
Binary11010101011001111111011110101000001011111011011000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A59FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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