#6a5fff

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

Shades of Medium Slate Blue #6A5FFF

Tints of Medium Slate Blue #6A5FFF

Color information

#6A5FFF (or 0x6A5FFF) is unknown color: approx Medium Slate Blue. HEX triplet: 6A, 5F and FF. RGB value is (106,95,255). Sum of RGB (Red+Green+Blue) = 106+95+255=456 (60% of max value = 765). Red value is 106 (41.80% from 255 or 23.25% from 456); Green value is 95 (37.5% from 255 or 20.83% from 456); Blue value is 255 (100% from 255 or 55.92% from 456); Max value from RGB is 255 - color contains mainly: blue. Hex color #6A5FFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A5FFF is #95A000. Grayscale: #737373. Windows color (decimal): -9805825 or 16736106. OLE color: 16736106.

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

Color convert

RGB10695255-
CMYK0.580.6300
HSL244.12º100%68.63%-
HSV(B)244.12º62.75%100%-
XYZ28.0918.4796.69-
YUV116.53206.14120.49-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 23.25%
GREEN value IS 95 (37.5% from 255) = 20.83%
BLUE value IS 255 (100% from 255) = 55.92%
R=23.25%
G=20.83%
B=55.92%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal106952550.580.6300244.1210068.63
Hex6A5FFF3A3F00f46445
Octal152137377727700364144105
Binary1101010101111111111111111010111111001111010011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6a5fff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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