#6F6DDB

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

Shades of Medium Slate Blue #6F6DDB

Tints of Medium Slate Blue #6F6DDB

Color information

#6F6DDB (or 0x6F6DDB) is unknown color: approx Medium Slate Blue. HEX triplet: 6F, 6D and DB. RGB value is (111,109,219). Sum of RGB (Red+Green+Blue) = 111+109+219=439 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.28% from 439); Green value is 109 (42.97% from 255 or 24.83% from 439); Blue value is 219 (85.94% from 255 or 49.89% from 439); Max value from RGB is 219 - color contains mainly: blue. Hex color #6F6DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F6DDB is #909224. Grayscale: #797979. Windows color (decimal): -9474597 or 14380399. OLE color: 14380399.

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

Color convert

RGB111109219-
CMYK0.490.5000.14
HSL241.09º60.44%64.31%-
HSV(B)241.09º50.23%85.88%-
XYZ24.8119.4369.46-
YUV122.14182.66120.06-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.28%
GREEN value IS 109 (42.97% from 255) = 24.83%
BLUE value IS 219 (85.94% from 255) = 49.89%
R=25.28%
G=24.83%
B=49.89%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1111092190.490.5000.14241.0960.4464.31
Hex6F6DDB31320Ef13c40
Octal157155333616201636174100
Binary110111111011011101101111000111001001110111100011111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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