Shades of Moody Blue #6F76D5
Tints of Moody Blue #6F76D5
RGB
CMYK
RGB Variations
Color information
#6F76D5 (or 0x6F76D5) is known color: Moody Blue. HEX triplet: 6F, 76 and D5. RGB value is (111,118,213). Sum of RGB (Red+Green+Blue) = 111+118+213=442 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.11% from 442); Green value is 118 (46.48% from 255 or 26.70% from 442); Blue value is 213 (83.59% from 255 or 48.19% from 442); Max value from RGB is 213 - color contains mainly: blue. Hex color #6F76D5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F76D5 is #90892A. Grayscale: #7E7E7E. Windows color (decimal): -9472299 or 13989487. OLE color: 13989487.
HSL color Cylindrical-coordinate representation of color #6F76D5: hue angle of 235.88º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6F76D5 is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 111 | 118 | 213 | - |
| CMYK | 0.48 | 0.45 | 0 | 0.16 |
| HSL | 235.88º | 0.55% | 0.64% | - |
| HSV(B) | 235.88º | 0.48% | 0.84% | - |
| XYZ | 25.04 | 21.14 | 65.71 | - |
| YUV | 126.74 | 176.68 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 118 | 213 | 0.48 | 0.45 | 0 | 0.16 | 235.88 | 0.55 | 0.64 |
| Hex | 6F | 76 | D5 | 30 | 2D | 0 | 10 | EC | 37 | 40 |
| Octal | 157 | 166 | 325 | 60 | 55 | 0 | 20 | 354 | 67 | 100 |
| Binary | 1101111 | 1110110 | 11010101 | 110000 | 101101 | 0 | 10000 | 11101100 | 110111 | 1000000 |
Color Harmonies of #6F76D5
Complementary color
Monochromatic Colors of #6F76D5
Black with #6F76D5
Text Example
Text Example
White with #6F76D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F76D5; }
p { color: rgb(111,118,213); }
H1.HeaderClassName
{
color: #6F76D5;
}
.AnyTagClassName
{
color: #6F76D5;
}
</style>
background-color css
<style>
a { background-color: #6F76D5; }
a { background-color: rgb(111,118,213); }
div.DivClassName
{
background-color: #6F76D5;
}
.BgClassName
{
background-color: #6F76D5;
}
</style>
border-color css
<style>
span { border-color: #6F76D5; }
span { border-color: rgb(111,118,213); }
td.TdClassName
{
border-color: #6F76D5;
}
.TagClassName
{
border-color: #6F76D5;
}
</style>