#6D6AFA

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

Shades of Medium Slate Blue #6D6AFA

Tints of Medium Slate Blue #6D6AFA

Color information

#6D6AFA (or 0x6D6AFA) is unknown color: approx Medium Slate Blue. HEX triplet: 6D, 6A and FA. RGB value is (109,106,250). Sum of RGB (Red+Green+Blue) = 109+106+250=465 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.44% from 465); Green value is 106 (41.80% from 255 or 22.80% from 465); Blue value is 250 (98.05% from 255 or 53.76% from 465); Max value from RGB is 250 - color contains mainly: blue. Hex color #6D6AFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D6AFA is #929505. Grayscale: #7A7A7A. Windows color (decimal): -9606406 or 16411245. OLE color: 16411245.

HSL color Cylindrical-coordinate representation of color #6D6AFA: hue angle of 241.25º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6D6AFA is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB109106250-
CMYK0.560.5800.02
HSL241.25º93.51%69.8%-
HSV(B)241.25º57.6%98.04%-
XYZ28.7220.4692.88-
YUV123.31199.49117.79-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.44%
GREEN value IS 106 (41.80% from 255) = 22.80%
BLUE value IS 250 (98.05% from 255) = 53.76%
R=23.44%
G=22.80%
B=53.76%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1091062500.560.5800.02241.2593.5169.8
Hex6D6AFA383A02f15e46
Octal155152372707202361136106
Binary11011011101010111110101110001110100101111000110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,106,250); }

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

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

 a { background-color: rgb(109,106,250); }

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

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

 span { border-color: rgb(109,106,250); }

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