Shades of Moody Blue #6F7AD9
Tints of Moody Blue #6F7AD9
RGB
CMYK
RGB Variations
Color information
#6F7AD9 (or 0x6F7AD9) is known color: Moody Blue. HEX triplet: 6F, 7A and D9. RGB value is (111,122,217). Sum of RGB (Red+Green+Blue) = 111+122+217=450 (59% of max value = 765). Red value is 111 (43.75% from 255 or 24.67% from 450); Green value is 122 (48.05% from 255 or 27.11% from 450); Blue value is 217 (85.16% from 255 or 48.22% from 450); Max value from RGB is 217 - color contains mainly: blue. Hex color #6F7AD9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F7AD9 is #908526. Grayscale: #818181. Windows color (decimal): -9471271 or 14252655. OLE color: 14252655.
HSL color Cylindrical-coordinate representation of color #6F7AD9: hue angle of 233.77º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6F7AD9 is Cyan = 0.49, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 111 | 122 | 217 | - |
| CMYK | 0.49 | 0.44 | 0 | 0.15 |
| HSL | 233.77º | 0.58% | 0.64% | - |
| HSV(B) | 233.77º | 0.49% | 0.85% | - |
| XYZ | 26.04 | 22.31 | 68.58 | - |
| YUV | 129.54 | 177.36 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 122 | 217 | 0.49 | 0.44 | 0 | 0.15 | 233.77 | 0.58 | 0.64 |
| Hex | 6F | 7A | D9 | 31 | 2C | 0 | F | EA | 3A | 40 |
| Octal | 157 | 172 | 331 | 61 | 54 | 0 | 17 | 352 | 72 | 100 |
| Binary | 1101111 | 1111010 | 11011001 | 110001 | 101100 | 0 | 1111 | 11101010 | 111010 | 1000000 |
Color Harmonies of #6F7AD9
Complementary color
Monochromatic Colors of #6F7AD9
Black with #6F7AD9
Text Example
Text Example
White with #6F7AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7AD9; }
p { color: rgb(111,122,217); }
H1.HeaderClassName
{
color: #6F7AD9;
}
.AnyTagClassName
{
color: #6F7AD9;
}
</style>
background-color css
<style>
a { background-color: #6F7AD9; }
a { background-color: rgb(111,122,217); }
div.DivClassName
{
background-color: #6F7AD9;
}
.BgClassName
{
background-color: #6F7AD9;
}
</style>
border-color css
<style>
span { border-color: #6F7AD9; }
span { border-color: rgb(111,122,217); }
td.TdClassName
{
border-color: #6F7AD9;
}
.TagClassName
{
border-color: #6F7AD9;
}
</style>