#6F7CE6

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

Shades of Medium Slate Blue #6F7CE6

Tints of Medium Slate Blue #6F7CE6

Color information

#6F7CE6 (or 0x6F7CE6) is unknown color: approx Medium Slate Blue. HEX triplet: 6F, 7C and E6. RGB value is (111,124,230). Sum of RGB (Red+Green+Blue) = 111+124+230=465 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.87% from 465); Green value is 124 (48.83% from 255 or 26.67% from 465); Blue value is 230 (90.23% from 255 or 49.46% from 465); Max value from RGB is 230 - color contains mainly: blue. Hex color #6F7CE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F7CE6 is #908319. Grayscale: #838383. Windows color (decimal): -9470746 or 15105135. OLE color: 15105135.

HSL color Cylindrical-coordinate representation of color #6F7CE6: hue angle of 233.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 #6F7CE6 is Cyan = 0.52, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB111124230-
CMYK0.520.4600.10
HSL233.45º70.41%66.86%-
HSV(B)233.45º51.74%90.2%-
XYZ28.0523.5177.92-
YUV132.2183.19112.88-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.87%
GREEN value IS 124 (48.83% from 255) = 26.67%
BLUE value IS 230 (90.23% from 255) = 49.46%
R=23.87%
G=26.67%
B=49.46%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1111242300.520.4600.10233.4570.4166.86
Hex6F7CE6342E0Ae94643
Octal1571743466456012351106103
Binary1101111111110011100110110100101110010101110100110001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7CE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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