Shades of Moody Blue #6F71D0
Tints of Moody Blue #6F71D0
RGB
CMYK
RGB Variations
Color information
#6F71D0 (or 0x6F71D0) is known color: Moody Blue. HEX triplet: 6F, 71 and D0. RGB value is (111,113,208). Sum of RGB (Red+Green+Blue) = 111+113+208=432 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.69% from 432); Green value is 113 (44.53% from 255 or 26.16% from 432); Blue value is 208 (81.64% from 255 or 48.15% from 432); Max value from RGB is 208 - color contains mainly: blue. Hex color #6F71D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F71D0 is #908E2F. Grayscale: #7A7A7A. Windows color (decimal): -9473584 or 13660527. OLE color: 13660527.
HSL color Cylindrical-coordinate representation of color #6F71D0: hue angle of 238.76º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6F71D0 is Cyan = 0.47, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 111 | 113 | 208 | - |
| CMYK | 0.47 | 0.46 | 0 | 0.18 |
| HSL | 238.76º | 0.51% | 0.63% | - |
| HSV(B) | 238.76º | 0.47% | 0.82% | - |
| XYZ | 23.85 | 19.74 | 62.23 | - |
| YUV | 123.23 | 175.84 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 113 | 208 | 0.47 | 0.46 | 0 | 0.18 | 238.76 | 0.51 | 0.63 |
| Hex | 6F | 71 | D0 | 2F | 2E | 0 | 12 | EF | 33 | 3F |
| Octal | 157 | 161 | 320 | 57 | 56 | 0 | 22 | 357 | 63 | 77 |
| Binary | 1101111 | 1110001 | 11010000 | 101111 | 101110 | 0 | 10010 | 11101111 | 110011 | 111111 |
Color Harmonies of #6F71D0
Complementary color
Monochromatic Colors of #6F71D0
Black with #6F71D0
Text Example
Text Example
White with #6F71D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F71D0; }
p { color: rgb(111,113,208); }
H1.HeaderClassName
{
color: #6F71D0;
}
.AnyTagClassName
{
color: #6F71D0;
}
</style>
background-color css
<style>
a { background-color: #6F71D0; }
a { background-color: rgb(111,113,208); }
div.DivClassName
{
background-color: #6F71D0;
}
.BgClassName
{
background-color: #6F71D0;
}
</style>
border-color css
<style>
span { border-color: #6F71D0; }
span { border-color: rgb(111,113,208); }
td.TdClassName
{
border-color: #6F71D0;
}
.TagClassName
{
border-color: #6F71D0;
}
</style>