#6D7AE5

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

Shades of Medium Slate Blue #6D7AE5

Tints of Medium Slate Blue #6D7AE5

Color information

#6D7AE5 (or 0x6D7AE5) is unknown color: approx Medium Slate Blue. HEX triplet: 6D, 7A and E5. RGB value is (109,122,229). Sum of RGB (Red+Green+Blue) = 109+122+229=460 (60% of max value = 765). Red value is 109 (42.97% from 255 or 23.70% from 460); Green value is 122 (48.05% from 255 or 26.52% from 460); Blue value is 229 (89.84% from 255 or 49.78% from 460); Max value from RGB is 229 - color contains mainly: blue. Hex color #6D7AE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D7AE5 is #92851A. Grayscale: #818181. Windows color (decimal): -9602331 or 15039085. OLE color: 15039085.

HSL color Cylindrical-coordinate representation of color #6D7AE5: hue angle of 233.5º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6D7AE5 is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB109122229-
CMYK0.520.4700.10
HSL233.5º69.77%66.27%-
HSV(B)233.5º52.4%89.8%-
XYZ27.4122.8377.09-
YUV130.31183.69112.8-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.70%
GREEN value IS 122 (48.05% from 255) = 26.52%
BLUE value IS 229 (89.84% from 255) = 49.78%
R=23.70%
G=26.52%
B=49.78%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1091222290.520.4700.10233.569.7766.27
Hex6D7AE5342F0Aea4642
Octal1551723456457012352106102
Binary1101101111101011100101110100101111010101110101010001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7AE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,122,229); }

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

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

 a { background-color: rgb(109,122,229); }

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

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

 span { border-color: rgb(109,122,229); }

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