#6F7ADD

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

Shades of Medium Slate Blue #6F7ADD

Tints of Medium Slate Blue #6F7ADD

Color information

#6F7ADD (or 0x6F7ADD) is unknown color: approx Medium Slate Blue. HEX triplet: 6F, 7A and DD. RGB value is (111,122,221). Sum of RGB (Red+Green+Blue) = 111+122+221=454 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.45% from 454); Green value is 122 (48.05% from 255 or 26.87% from 454); Blue value is 221 (86.72% from 255 or 48.68% from 454); Max value from RGB is 221 - color contains mainly: blue. Hex color #6F7ADD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F7ADD is #908522. Grayscale: #818181. Windows color (decimal): -9471267 or 14514799. OLE color: 14514799.

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

Color convert

RGB111122221-
CMYK0.500.4500.13
HSL234º61.8%65.1%-
HSV(B)234º49.77%86.67%-
XYZ26.5722.5271.35-
YUV130179.36114.45-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 24.45%
GREEN value IS 122 (48.05% from 255) = 26.87%
BLUE value IS 221 (86.72% from 255) = 48.68%
R=24.45%
G=26.87%
B=48.68%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1111222210.500.4500.1323461.865.1
Hex6F7ADD322D0Dea3e41
Octal157172335625501535276101
Binary110111111110101101110111001010110101101111010101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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