#6D69FA

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

Shades of Medium Slate Blue #6D69FA

Tints of Medium Slate Blue #6D69FA

Color information

#6D69FA (or 0x6D69FA) is unknown color: approx Medium Slate Blue. HEX triplet: 6D, 69 and FA. RGB value is (109,105,250). Sum of RGB (Red+Green+Blue) = 109+105+250=464 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.49% from 464); Green value is 105 (41.41% from 255 or 22.63% from 464); Blue value is 250 (98.05% from 255 or 53.88% from 464); Max value from RGB is 250 - color contains mainly: blue. Hex color #6D69FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D69FA is #929605. Grayscale: #7A7A7A. Windows color (decimal): -9606662 or 16410989. OLE color: 16410989.

HSL color Cylindrical-coordinate representation of color #6D69FA: hue angle of 241.66º 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 #6D69FA is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB109105250-
CMYK0.560.5800.02
HSL241.66º93.55%69.61%-
HSV(B)241.66º58%98.04%-
XYZ28.6120.2692.84-
YUV122.73199.83118.21-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.49%
GREEN value IS 105 (41.41% from 255) = 22.63%
BLUE value IS 250 (98.05% from 255) = 53.88%
R=23.49%
G=22.63%
B=53.88%

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
Decimal1091052500.560.5800.02241.6693.5569.61
Hex6D69FA383A02f25e46
Octal155151372707202362136106
Binary11011011101001111110101110001110100101111001010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D69FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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