#6F6ADD

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

Shades of Medium Slate Blue #6F6ADD

Tints of Medium Slate Blue #6F6ADD

Color information

#6F6ADD (or 0x6F6ADD) is unknown color: approx Medium Slate Blue. HEX triplet: 6F, 6A and DD. RGB value is (111,106,221). Sum of RGB (Red+Green+Blue) = 111+106+221=438 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.34% from 438); Green value is 106 (41.80% from 255 or 24.20% from 438); Blue value is 221 (86.72% from 255 or 50.46% from 438); Max value from RGB is 221 - color contains mainly: blue. Hex color #6F6ADD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F6ADD is #909522. Grayscale: #787878. Windows color (decimal): -9475363 or 14510703. OLE color: 14510703.

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

Color convert

RGB111106221-
CMYK0.500.5200.13
HSL242.61º62.84%64.12%-
HSV(B)242.61º52.04%86.67%-
XYZ24.7618.9170.75-
YUV120.6184.66121.15-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.34%
GREEN value IS 106 (41.80% from 255) = 24.20%
BLUE value IS 221 (86.72% from 255) = 50.46%
R=25.34%
G=24.20%
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.13
SystemRedGreenBlueCMYKHSL
Decimal1111062210.500.5200.13242.6162.8464.12
Hex6F6ADD32340Df33f40
Octal157152335626401536377100
Binary110111111010101101110111001011010001101111100111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,106,221); }

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

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

 a { background-color: rgb(111,106,221); }

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

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

 span { border-color: rgb(111,106,221); }

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