#6D6ADB

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

Shades of Slate Blue #6D6ADB

Tints of Slate Blue #6D6ADB

Color information

#6D6ADB (or 0x6D6ADB) is unknown color: approx Slate Blue. HEX triplet: 6D, 6A and DB. RGB value is (109,106,219). Sum of RGB (Red+Green+Blue) = 109+106+219=434 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25.12% from 434); Green value is 106 (41.80% from 255 or 24.42% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #6D6ADB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D6ADB is #929524. Grayscale: #777777. Windows color (decimal): -9606437 or 14379629. OLE color: 14379629.

HSL color Cylindrical-coordinate representation of color #6D6ADB: hue angle of 241.59º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6D6ADB is Cyan = 0.50, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB109106219-
CMYK0.500.5200.14
HSL241.59º61.08%63.73%-
HSV(B)241.59º51.6%85.88%-
XYZ24.2518.6769.34-
YUV119.78183.99120.31-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25.12%
GREEN value IS 106 (41.80% from 255) = 24.42%
BLUE value IS 219 (85.94% from 255) = 50.46%
R=25.12%
G=24.42%
B=50.46%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1091062190.500.5200.14241.5961.0863.73
Hex6D6ADB32340Ef23d40
Octal155152333626401636275100
Binary110110111010101101101111001011010001110111100101111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6ADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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