#6D72DE

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

Shades of Medium Slate Blue #6D72DE

Tints of Medium Slate Blue #6D72DE

Color information

#6D72DE (or 0x6D72DE) is unknown color: approx Medium Slate Blue. HEX triplet: 6D, 72 and DE. RGB value is (109,114,222). Sum of RGB (Red+Green+Blue) = 109+114+222=445 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.49% from 445); Green value is 114 (44.92% from 255 or 25.62% from 445); Blue value is 222 (87.11% from 255 or 49.89% from 445); Max value from RGB is 222 - color contains mainly: blue. Hex color #6D72DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D72DE is #928D21. Grayscale: #7C7C7C. Windows color (decimal): -9604386 or 14578285. OLE color: 14578285.

HSL color Cylindrical-coordinate representation of color #6D72DE: hue angle of 237.35º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6D72DE is Cyan = 0.51, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB109114222-
CMYK0.510.4900.13
HSL237.35º63.13%64.9%-
HSV(B)237.35º50.9%87.06%-
XYZ25.5120.5671.73-
YUV124.82182.84116.72-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 24.49%
GREEN value IS 114 (44.92% from 255) = 25.62%
BLUE value IS 222 (87.11% from 255) = 49.89%
R=24.49%
G=25.62%
B=49.89%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1091142220.510.4900.13237.3563.1364.9
Hex6D72DE33310Ded3f41
Octal155162336636101535577101
Binary110110111100101101111011001111000101101111011011111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D72DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,114,222); }

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

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

 a { background-color: rgb(109,114,222); }

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

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

 span { border-color: rgb(109,114,222); }

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