#6A5BF0

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

Shades of Medium Slate Blue #6A5BF0

Tints of Medium Slate Blue #6A5BF0

Color information

#6A5BF0 (or 0x6A5BF0) is unknown color: approx Medium Slate Blue. HEX triplet: 6A, 5B and F0. RGB value is (106,91,240). Sum of RGB (Red+Green+Blue) = 106+91+240=437 (57% of max value = 765). Red value is 106 (41.80% from 255 or 24.26% from 437); Green value is 91 (35.94% from 255 or 20.82% from 437); Blue value is 240 (94.14% from 255 or 54.92% from 437); Max value from RGB is 240 - color contains mainly: blue. Hex color #6A5BF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A5BF0 is #95A40F. Grayscale: #6F6F6F. Windows color (decimal): -9806864 or 15752042. OLE color: 15752042.

HSL color Cylindrical-coordinate representation of color #6A5BF0: hue angle of 246.04º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6A5BF0 is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB10691240-
CMYK0.560.6200.06
HSL246.04º83.24%64.9%-
HSV(B)246.04º62.08%94.12%-
XYZ25.4116.8484.35-
YUV112.47199.97123.38-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 24.26%
GREEN value IS 91 (35.94% from 255) = 20.82%
BLUE value IS 240 (94.14% from 255) = 54.92%
R=24.26%
G=20.82%
B=54.92%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal106912400.560.6200.06246.0483.2464.9
Hex6A5BF0383E06f65341
Octal152133360707606366123101
Binary110101010110111111000011100011111001101111011010100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,91,240); }

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

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

 a { background-color: rgb(106,91,240); }

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

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

 span { border-color: rgb(106,91,240); }

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