#6F7AED

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

Shades of Medium Slate Blue #6F7AED

Tints of Medium Slate Blue #6F7AED

Color information

#6F7AED (or 0x6F7AED) is unknown color: approx Medium Slate Blue. HEX triplet: 6F, 7A and ED. RGB value is (111,122,237). Sum of RGB (Red+Green+Blue) = 111+122+237=470 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.62% from 470); Green value is 122 (48.05% from 255 or 25.96% from 470); Blue value is 237 (92.97% from 255 or 50.43% from 470); Max value from RGB is 237 - color contains mainly: blue. Hex color #6F7AED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F7AED is #908512. Grayscale: #838383. Windows color (decimal): -9471251 or 15563375. OLE color: 15563375.

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

Color convert

RGB111122237-
CMYK0.530.4900.07
HSL234.76º77.78%68.24%-
HSV(B)234.76º53.16%92.94%-
XYZ28.823.4183.12-
YUV131.82187.36113.15-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.62%
GREEN value IS 122 (48.05% from 255) = 25.96%
BLUE value IS 237 (92.97% from 255) = 50.43%
R=23.62%
G=25.96%
B=50.43%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1111222370.530.4900.07234.7677.7868.24
Hex6F7AED353107eb4e44
Octal157172355656107353116104
Binary110111111110101110110111010111000101111110101110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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