#6D7CF5

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

Shades of Medium Slate Blue #6D7CF5

Tints of Medium Slate Blue #6D7CF5

Color information

#6D7CF5 (or 0x6D7CF5) is unknown color: approx Medium Slate Blue. HEX triplet: 6D, 7C and F5. RGB value is (109,124,245). Sum of RGB (Red+Green+Blue) = 109+124+245=478 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.80% from 478); Green value is 124 (48.83% from 255 or 25.94% from 478); Blue value is 245 (96.09% from 255 or 51.26% from 478); Max value from RGB is 245 - color contains mainly: blue. Hex color #6D7CF5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D7CF5 is #92830A. Grayscale: #848484. Windows color (decimal): -9601803 or 16088173. OLE color: 16088173.

HSL color Cylindrical-coordinate representation of color #6D7CF5: hue angle of 233.38º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6D7CF5 is Cyan = 0.56, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB109124245-
CMYK0.560.4900.04
HSL233.38º87.18%69.41%-
HSV(B)233.38º55.51%96.08%-
XYZ3024.2689.49-
YUV133.31191.03110.66-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 22.80%
GREEN value IS 124 (48.83% from 255) = 25.94%
BLUE value IS 245 (96.09% from 255) = 51.26%
R=22.80%
G=25.94%
B=51.26%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1091242450.560.4900.04233.3887.1869.41
Hex6D7CF5383104e95745
Octal155174365706104351127105
Binary110110111111001111010111100011000101001110100110101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7CF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,124,245); }

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

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

 a { background-color: rgb(109,124,245); }

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

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

 span { border-color: rgb(109,124,245); }

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