#6D69FF

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

Shades of Medium Slate Blue #6D69FF

Tints of Medium Slate Blue #6D69FF

Color information

#6D69FF (or 0x6D69FF) is unknown color: approx Medium Slate Blue. HEX triplet: 6D, 69 and FF. RGB value is (109,105,255). Sum of RGB (Red+Green+Blue) = 109+105+255=469 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.24% from 469); Green value is 105 (41.41% from 255 or 22.39% from 469); Blue value is 255 (100% from 255 or 54.37% from 469); Max value from RGB is 255 - color contains mainly: blue. Hex color #6D69FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D69FF is #929600. Grayscale: #7A7A7A. Windows color (decimal): -9606657 or 16738669. OLE color: 16738669.

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

Color convert

RGB109105255-
CMYK0.570.5900
HSL241.6º100%70.59%-
HSV(B)241.6º58.82%100%-
XYZ29.4120.5797.03-
YUV123.3202.33117.8-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.24%
GREEN value IS 105 (41.41% from 255) = 22.39%
BLUE value IS 255 (100% from 255) = 54.37%
R=23.24%
G=22.39%
B=54.37%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1091052550.570.5900241.610070.59
Hex6D69FF393B00f26447
Octal155151377717300362144107
Binary1101101110100111111111111001111011001111001011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D69FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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