#6D69FC

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

Shades of Medium Slate Blue #6D69FC

Tints of Medium Slate Blue #6D69FC

Color information

#6D69FC (or 0x6D69FC) is unknown color: approx Medium Slate Blue. HEX triplet: 6D, 69 and FC. RGB value is (109,105,252). Sum of RGB (Red+Green+Blue) = 109+105+252=466 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.39% from 466); Green value is 105 (41.41% from 255 or 22.53% from 466); Blue value is 252 (98.83% from 255 or 54.08% from 466); Max value from RGB is 252 - color contains mainly: blue. Hex color #6D69FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D69FC is #929603. Grayscale: #7A7A7A. Windows color (decimal): -9606660 or 16542061. OLE color: 16542061.

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

Color convert

RGB109105252-
CMYK0.570.5800.01
HSL241.63º96.08%70%-
HSV(B)241.63º58.33%98.82%-
XYZ28.9320.3894.5-
YUV122.95200.83118.05-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.39%
GREEN value IS 105 (41.41% from 255) = 22.53%
BLUE value IS 252 (98.83% from 255) = 54.08%
R=23.39%
G=22.53%
B=54.08%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1091052520.570.5800.01241.6396.0870
Hex6D69FC393A01f26046
Octal155151374717201362140106
Binary1101101110100111111100111001111010011111001011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D69FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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