Shades of Moody Blue #6F77D7
Tints of Moody Blue #6F77D7
RGB
CMYK
RGB Variations
Color information
#6F77D7 (or 0x6F77D7) is known color: Moody Blue. HEX triplet: 6F, 77 and D7. RGB value is (111,119,215). Sum of RGB (Red+Green+Blue) = 111+119+215=445 (58% of max value = 765). Red value is 111 (43.75% from 255 or 24.94% from 445); Green value is 119 (46.88% from 255 or 26.74% from 445); Blue value is 215 (84.38% from 255 or 48.31% from 445); Max value from RGB is 215 - color contains mainly: blue. Hex color #6F77D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F77D7 is #908828. Grayscale: #7F7F7F. Windows color (decimal): -9472041 or 14120815. OLE color: 14120815.
HSL color Cylindrical-coordinate representation of color #6F77D7: hue angle of 235.38º degrees, saturation: 0.57, 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 #6F77D7 is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 111 | 119 | 215 | - |
| CMYK | 0.48 | 0.45 | 0 | 0.16 |
| HSL | 235.38º | 0.57% | 0.64% | - |
| HSV(B) | 235.38º | 0.48% | 0.84% | - |
| XYZ | 25.42 | 21.48 | 67.1 | - |
| YUV | 127.55 | 177.35 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 119 | 215 | 0.48 | 0.45 | 0 | 0.16 | 235.38 | 0.57 | 0.64 |
| Hex | 6F | 77 | D7 | 30 | 2D | 0 | 10 | EB | 39 | 40 |
| Octal | 157 | 167 | 327 | 60 | 55 | 0 | 20 | 353 | 71 | 100 |
| Binary | 1101111 | 1110111 | 11010111 | 110000 | 101101 | 0 | 10000 | 11101011 | 111001 | 1000000 |
Color Harmonies of #6F77D7
Complementary color
Monochromatic Colors of #6F77D7
Black with #6F77D7
Text Example
Text Example
White with #6F77D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F77D7; }
p { color: rgb(111,119,215); }
H1.HeaderClassName
{
color: #6F77D7;
}
.AnyTagClassName
{
color: #6F77D7;
}
</style>
background-color css
<style>
a { background-color: #6F77D7; }
a { background-color: rgb(111,119,215); }
div.DivClassName
{
background-color: #6F77D7;
}
.BgClassName
{
background-color: #6F77D7;
}
</style>
border-color css
<style>
span { border-color: #6F77D7; }
span { border-color: rgb(111,119,215); }
td.TdClassName
{
border-color: #6F77D7;
}
.TagClassName
{
border-color: #6F77D7;
}
</style>