Shades of Moody Blue #6D73D1
Tints of Moody Blue #6D73D1
RGB
CMYK
RGB Variations
Color information
#6D73D1 (or 0x6D73D1) is known color: Moody Blue. HEX triplet: 6D, 73 and D1. RGB value is (109,115,209). Sum of RGB (Red+Green+Blue) = 109+115+209=433 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25.17% from 433); Green value is 115 (45.31% from 255 or 26.56% from 433); Blue value is 209 (82.03% from 255 or 48.27% from 433); Max value from RGB is 209 - color contains mainly: blue. Hex color #6D73D1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D73D1 is #928C2E. Grayscale: #7B7B7B. Windows color (decimal): -9604143 or 13726573. OLE color: 13726573.
HSL color Cylindrical-coordinate representation of color #6D73D1: hue angle of 236.4º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6D73D1 is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 109 | 115 | 209 | - |
| CMYK | 0.48 | 0.45 | 0 | 0.18 |
| HSL | 236.4º | 0.52% | 0.62% | - |
| HSV(B) | 236.4º | 0.48% | 0.82% | - |
| XYZ | 23.95 | 20.12 | 62.94 | - |
| YUV | 123.92 | 176.01 | 117.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 115 | 209 | 0.48 | 0.45 | 0 | 0.18 | 236.4 | 0.52 | 0.62 |
| Hex | 6D | 73 | D1 | 30 | 2D | 0 | 12 | EC | 34 | 3E |
| Octal | 155 | 163 | 321 | 60 | 55 | 0 | 22 | 354 | 64 | 76 |
| Binary | 1101101 | 1110011 | 11010001 | 110000 | 101101 | 0 | 10010 | 11101100 | 110100 | 111110 |
Color Harmonies of #6D73D1
Complementary color
Monochromatic Colors of #6D73D1
Black with #6D73D1
Text Example
Text Example
White with #6D73D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D73D1; }
p { color: rgb(109,115,209); }
H1.HeaderClassName
{
color: #6D73D1;
}
.AnyTagClassName
{
color: #6D73D1;
}
</style>
background-color css
<style>
a { background-color: #6D73D1; }
a { background-color: rgb(109,115,209); }
div.DivClassName
{
background-color: #6D73D1;
}
.BgClassName
{
background-color: #6D73D1;
}
</style>
border-color css
<style>
span { border-color: #6D73D1; }
span { border-color: rgb(109,115,209); }
td.TdClassName
{
border-color: #6D73D1;
}
.TagClassName
{
border-color: #6D73D1;
}
</style>