#6D7BDD

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

Shades of Medium Slate Blue #6D7BDD

Tints of Medium Slate Blue #6D7BDD

Color information

#6D7BDD (or 0x6D7BDD) is unknown color: approx Medium Slate Blue. HEX triplet: 6D, 7B and DD. RGB value is (109,123,221). Sum of RGB (Red+Green+Blue) = 109+123+221=453 (60% of max value = 765). Red value is 109 (42.97% from 255 or 24.06% from 453); Green value is 123 (48.44% from 255 or 27.15% from 453); Blue value is 221 (86.72% from 255 or 48.79% from 453); Max value from RGB is 221 - color contains mainly: blue. Hex color #6D7BDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D7BDD is #928422. Grayscale: #818181. Windows color (decimal): -9602083 or 14515053. OLE color: 14515053.

HSL color Cylindrical-coordinate representation of color #6D7BDD: hue angle of 232.5º degrees, saturation: 0.62, 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 #6D7BDD is Cyan = 0.51, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB109123221-
CMYK0.510.4400.13
HSL232.5º62.22%64.71%-
HSV(B)232.5º50.68%86.67%-
XYZ26.4422.6471.38-
YUV129.99179.36113.03-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 24.06%
GREEN value IS 123 (48.44% from 255) = 27.15%
BLUE value IS 221 (86.72% from 255) = 48.79%
R=24.06%
G=27.15%
B=48.79%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1091232210.510.4400.13232.562.2264.71
Hex6D7BDD332C0De83e41
Octal155173335635401535076101
Binary110110111110111101110111001110110001101111010001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,123,221); }

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

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

 a { background-color: rgb(109,123,221); }

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

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

 span { border-color: rgb(109,123,221); }

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