Shades of Moody Blue #6F7CDB
Tints of Moody Blue #6F7CDB
RGB
CMYK
RGB Variations
Color information
#6F7CDB (or 0x6F7CDB) is known color: Moody Blue. HEX triplet: 6F, 7C and DB. RGB value is (111,124,219). Sum of RGB (Red+Green+Blue) = 111+124+219=454 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.45% from 454); Green value is 124 (48.83% from 255 or 27.31% from 454); Blue value is 219 (85.94% from 255 or 48.24% from 454); Max value from RGB is 219 - color contains mainly: blue. Hex color #6F7CDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F7CDB is #908324. Grayscale: #828282. Windows color (decimal): -9470757 or 14384239. OLE color: 14384239.
HSL color Cylindrical-coordinate representation of color #6F7CDB: hue angle of 232.78º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6F7CDB is Cyan = 0.49, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 124 | 219 | - |
| CMYK | 0.49 | 0.43 | 0 | 0.14 |
| HSL | 232.78º | 0.6% | 0.65% | - |
| HSV(B) | 232.78º | 0.49% | 0.86% | - |
| XYZ | 26.55 | 22.91 | 70.04 | - |
| YUV | 130.94 | 177.69 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 124 | 219 | 0.49 | 0.43 | 0 | 0.14 | 232.78 | 0.6 | 0.65 |
| Hex | 6F | 7C | DB | 31 | 2B | 0 | E | E9 | 3C | 41 |
| Octal | 157 | 174 | 333 | 61 | 53 | 0 | 16 | 351 | 74 | 101 |
| Binary | 1101111 | 1111100 | 11011011 | 110001 | 101011 | 0 | 1110 | 11101001 | 111100 | 1000001 |
Color Harmonies of #6F7CDB
Complementary color
Monochromatic Colors of #6F7CDB
Black with #6F7CDB
Text Example
Text Example
White with #6F7CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7CDB; }
p { color: rgb(111,124,219); }
H1.HeaderClassName
{
color: #6F7CDB;
}
.AnyTagClassName
{
color: #6F7CDB;
}
</style>
background-color css
<style>
a { background-color: #6F7CDB; }
a { background-color: rgb(111,124,219); }
div.DivClassName
{
background-color: #6F7CDB;
}
.BgClassName
{
background-color: #6F7CDB;
}
</style>
border-color css
<style>
span { border-color: #6F7CDB; }
span { border-color: rgb(111,124,219); }
td.TdClassName
{
border-color: #6F7CDB;
}
.TagClassName
{
border-color: #6F7CDB;
}
</style>