#6F6DDE

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

Shades of Medium Slate Blue #6F6DDE

Tints of Medium Slate Blue #6F6DDE

Color information

#6F6DDE (or 0x6F6DDE) is unknown color: approx Medium Slate Blue. HEX triplet: 6F, 6D and DE. RGB value is (111,109,222). Sum of RGB (Red+Green+Blue) = 111+109+222=442 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.11% from 442); Green value is 109 (42.97% from 255 or 24.66% from 442); Blue value is 222 (87.11% from 255 or 50.23% from 442); Max value from RGB is 222 - color contains mainly: blue. Hex color #6F6DDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F6DDE is #909221. Grayscale: #7A7A7A. Windows color (decimal): -9474594 or 14577007. OLE color: 14577007.

HSL color Cylindrical-coordinate representation of color #6F6DDE: hue angle of 241.06º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6F6DDE is Cyan = 0.5, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB111109222-
CMYK0.50.5100.13
HSL241.06º63.13%64.9%-
HSV(B)241.06º50.9%87.06%-
XYZ25.2119.5971.56-
YUV122.48184.16119.81-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.11%
GREEN value IS 109 (42.97% from 255) = 24.66%
BLUE value IS 222 (87.11% from 255) = 50.23%
R=25.11%
G=24.66%
B=50.23%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1111092220.50.5100.13241.0663.1364.9
Hex6F6DDE32330Df13f41
Octal157155336626301536177101
Binary110111111011011101111011001011001101101111100011111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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