Shades of Moody Blue #6F71CF
Tints of Moody Blue #6F71CF
RGB
CMYK
RGB Variations
Color information
#6F71CF (or 0x6F71CF) is known color: Moody Blue. HEX triplet: 6F, 71 and CF. RGB value is (111,113,207). Sum of RGB (Red+Green+Blue) = 111+113+207=431 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.75% from 431); Green value is 113 (44.53% from 255 or 26.22% from 431); Blue value is 207 (81.25% from 255 or 48.03% from 431); Max value from RGB is 207 - color contains mainly: blue. Hex color #6F71CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F71CF is #908E30. Grayscale: #7A7A7A. Windows color (decimal): -9473585 or 13594991. OLE color: 13594991.
HSL color Cylindrical-coordinate representation of color #6F71CF: hue angle of 238.75º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6F71CF is Cyan = 0.46, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 113 | 207 | - |
| CMYK | 0.46 | 0.45 | 0 | 0.19 |
| HSL | 238.75º | 0.5% | 0.62% | - |
| HSV(B) | 238.75º | 0.46% | 0.81% | - |
| XYZ | 23.72 | 19.69 | 61.58 | - |
| YUV | 123.12 | 175.34 | 119.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 113 | 207 | 0.46 | 0.45 | 0 | 0.19 | 238.75 | 0.5 | 0.62 |
| Hex | 6F | 71 | CF | 2E | 2D | 0 | 13 | EF | 32 | 3E |
| Octal | 157 | 161 | 317 | 56 | 55 | 0 | 23 | 357 | 62 | 76 |
| Binary | 1101111 | 1110001 | 11001111 | 101110 | 101101 | 0 | 10011 | 11101111 | 110010 | 111110 |
Color Harmonies of #6F71CF
Complementary color
Monochromatic Colors of #6F71CF
Black with #6F71CF
Text Example
Text Example
White with #6F71CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F71CF; }
p { color: rgb(111,113,207); }
H1.HeaderClassName
{
color: #6F71CF;
}
.AnyTagClassName
{
color: #6F71CF;
}
</style>
background-color css
<style>
a { background-color: #6F71CF; }
a { background-color: rgb(111,113,207); }
div.DivClassName
{
background-color: #6F71CF;
}
.BgClassName
{
background-color: #6F71CF;
}
</style>
border-color css
<style>
span { border-color: #6F71CF; }
span { border-color: rgb(111,113,207); }
td.TdClassName
{
border-color: #6F71CF;
}
.TagClassName
{
border-color: #6F71CF;
}
</style>