#6F6AEE

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

Shades of Medium Slate Blue #6F6AEE

Tints of Medium Slate Blue #6F6AEE

Color information

#6F6AEE (or 0x6F6AEE) is unknown color: approx Medium Slate Blue. HEX triplet: 6F, 6A and EE. RGB value is (111,106,238). Sum of RGB (Red+Green+Blue) = 111+106+238=455 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.40% from 455); Green value is 106 (41.80% from 255 or 23.30% from 455); Blue value is 238 (93.36% from 255 or 52.31% from 455); Max value from RGB is 238 - color contains mainly: blue. Hex color #6F6AEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F6AEE is #909511. Grayscale: #7A7A7A. Windows color (decimal): -9475346 or 15624815. OLE color: 15624815.

HSL color Cylindrical-coordinate representation of color #6F6AEE: hue angle of 242.27º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6F6AEE is Cyan = 0.53, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB111106238-
CMYK0.530.5500.07
HSL242.27º79.52%67.45%-
HSV(B)242.27º55.46%93.33%-
XYZ27.1419.8683.29-
YUV122.54193.16119.77-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 24.40%
GREEN value IS 106 (41.80% from 255) = 23.30%
BLUE value IS 238 (93.36% from 255) = 52.31%
R=24.40%
G=23.30%
B=52.31%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1111062380.530.5500.07242.2779.5267.45
Hex6F6AEE353707f25043
Octal157152356656707362120103
Binary110111111010101110111011010111011101111111001010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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