#6F7AE6

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

Shades of Medium Slate Blue #6F7AE6

Tints of Medium Slate Blue #6F7AE6

Color information

#6F7AE6 (or 0x6F7AE6) is unknown color: approx Medium Slate Blue. HEX triplet: 6F, 7A and E6. RGB value is (111,122,230). Sum of RGB (Red+Green+Blue) = 111+122+230=463 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.97% from 463); Green value is 122 (48.05% from 255 or 26.35% from 463); Blue value is 230 (90.23% from 255 or 49.68% from 463); Max value from RGB is 230 - color contains mainly: blue. Hex color #6F7AE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F7AE6 is #908519. Grayscale: #828282. Windows color (decimal): -9471258 or 15104623. OLE color: 15104623.

HSL color Cylindrical-coordinate representation of color #6F7AE6: hue angle of 234.45º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6F7AE6 is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB111122230-
CMYK0.520.4700.10
HSL234.45º70.41%66.86%-
HSV(B)234.45º51.74%90.2%-
XYZ27.823.0177.84-
YUV131.02183.86113.72-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.97%
GREEN value IS 122 (48.05% from 255) = 26.35%
BLUE value IS 230 (90.23% from 255) = 49.68%
R=23.97%
G=26.35%
B=49.68%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1111222300.520.4700.10234.4570.4166.86
Hex6F7AE6342F0Aea4643
Octal1571723466457012352106103
Binary1101111111101011100110110100101111010101110101010001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7AE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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