#6D6AFB

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

Shades of Medium Slate Blue #6D6AFB

Tints of Medium Slate Blue #6D6AFB

Color information

#6D6AFB (or 0x6D6AFB) is unknown color: approx Medium Slate Blue. HEX triplet: 6D, 6A and FB. RGB value is (109,106,251). Sum of RGB (Red+Green+Blue) = 109+106+251=466 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.39% from 466); Green value is 106 (41.80% from 255 or 22.75% from 466); Blue value is 251 (98.44% from 255 or 53.86% from 466); Max value from RGB is 251 - color contains mainly: blue. Hex color #6D6AFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D6AFB is #929504. Grayscale: #7A7A7A. Windows color (decimal): -9606405 or 16476781. OLE color: 16476781.

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

Color convert

RGB109106251-
CMYK0.570.5800.02
HSL241.24º94.77%70%-
HSV(B)241.24º57.77%98.43%-
XYZ28.8720.5293.71-
YUV123.43199.99117.71-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.39%
GREEN value IS 106 (41.80% from 255) = 22.75%
BLUE value IS 251 (98.44% from 255) = 53.86%
R=23.39%
G=22.75%
B=53.86%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1091062510.570.5800.02241.2494.7770
Hex6D6AFB393A02f15f46
Octal155152373717202361137106
Binary11011011101010111110111110011110100101111000110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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