Shades of Moody Blue #6D74D3
Tints of Moody Blue #6D74D3
RGB
CMYK
RGB Variations
Color information
#6D74D3 (or 0x6D74D3) is known color: Moody Blue. HEX triplet: 6D, 74 and D3. RGB value is (109,116,211). Sum of RGB (Red+Green+Blue) = 109+116+211=436 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25% from 436); Green value is 116 (45.70% from 255 or 26.61% from 436); Blue value is 211 (82.81% from 255 or 48.39% from 436); Max value from RGB is 211 - color contains mainly: blue. Hex color #6D74D3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D74D3 is #928B2C. Grayscale: #7C7C7C. Windows color (decimal): -9603885 or 13857901. OLE color: 13857901.
HSL color Cylindrical-coordinate representation of color #6D74D3: hue angle of 235.88º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6D74D3 is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 109 | 116 | 211 | - |
| CMYK | 0.48 | 0.45 | 0 | 0.17 |
| HSL | 235.88º | 0.54% | 0.63% | - |
| HSV(B) | 235.88º | 0.48% | 0.83% | - |
| XYZ | 24.31 | 20.45 | 64.29 | - |
| YUV | 124.74 | 176.68 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 116 | 211 | 0.48 | 0.45 | 0 | 0.17 | 235.88 | 0.54 | 0.63 |
| Hex | 6D | 74 | D3 | 30 | 2D | 0 | 11 | EC | 36 | 3F |
| Octal | 155 | 164 | 323 | 60 | 55 | 0 | 21 | 354 | 66 | 77 |
| Binary | 1101101 | 1110100 | 11010011 | 110000 | 101101 | 0 | 10001 | 11101100 | 110110 | 111111 |
Color Harmonies of #6D74D3
Complementary color
Monochromatic Colors of #6D74D3
Black with #6D74D3
Text Example
Text Example
White with #6D74D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D74D3; }
p { color: rgb(109,116,211); }
H1.HeaderClassName
{
color: #6D74D3;
}
.AnyTagClassName
{
color: #6D74D3;
}
</style>
background-color css
<style>
a { background-color: #6D74D3; }
a { background-color: rgb(109,116,211); }
div.DivClassName
{
background-color: #6D74D3;
}
.BgClassName
{
background-color: #6D74D3;
}
</style>
border-color css
<style>
span { border-color: #6D74D3; }
span { border-color: rgb(109,116,211); }
td.TdClassName
{
border-color: #6D74D3;
}
.TagClassName
{
border-color: #6D74D3;
}
</style>