#6F7AEA

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

Shades of Medium Slate Blue #6F7AEA

Tints of Medium Slate Blue #6F7AEA

Color information

#6F7AEA (or 0x6F7AEA) is unknown color: approx Medium Slate Blue. HEX triplet: 6F, 7A and EA. RGB value is (111,122,234). Sum of RGB (Red+Green+Blue) = 111+122+234=467 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.77% from 467); Green value is 122 (48.05% from 255 or 26.12% from 467); Blue value is 234 (91.80% from 255 or 50.11% from 467); Max value from RGB is 234 - color contains mainly: blue. Hex color #6F7AEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F7AEA is #908515. Grayscale: #838383. Windows color (decimal): -9471254 or 15366767. OLE color: 15366767.

HSL color Cylindrical-coordinate representation of color #6F7AEA: hue angle of 234.63º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6F7AEA is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB111122234-
CMYK0.530.4800.08
HSL234.63º74.55%67.65%-
HSV(B)234.63º52.56%91.76%-
XYZ28.3723.2480.83-
YUV131.48185.86113.39-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.77%
GREEN value IS 122 (48.05% from 255) = 26.12%
BLUE value IS 234 (91.80% from 255) = 50.11%
R=23.77%
G=26.12%
B=50.11%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1111222340.530.4800.08234.6374.5567.65
Hex6F7AEA353008eb4b44
Octal1571723526560010353113104
Binary1101111111101011101010110101110000010001110101110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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