Shades of Moody Blue #6F7CDC
Tints of Moody Blue #6F7CDC
RGB
CMYK
RGB Variations
Color information
#6F7CDC (or 0x6F7CDC) is known color: Moody Blue. HEX triplet: 6F, 7C and DC. RGB value is (111,124,220). Sum of RGB (Red+Green+Blue) = 111+124+220=455 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.40% from 455); Green value is 124 (48.83% from 255 or 27.25% from 455); Blue value is 220 (86.33% from 255 or 48.35% from 455); Max value from RGB is 220 - color contains mainly: blue. Hex color #6F7CDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F7CDC is #908323. Grayscale: #828282. Windows color (decimal): -9470756 or 14449775. OLE color: 14449775.
HSL color Cylindrical-coordinate representation of color #6F7CDC: hue angle of 232.84º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F7CDC is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 124 | 220 | - |
| CMYK | 0.50 | 0.44 | 0 | 0.14 |
| HSL | 232.84º | 0.61% | 0.65% | - |
| HSV(B) | 232.84º | 0.5% | 0.86% | - |
| XYZ | 26.68 | 22.96 | 70.74 | - |
| YUV | 131.06 | 178.19 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 124 | 220 | 0.50 | 0.44 | 0 | 0.14 | 232.84 | 0.61 | 0.65 |
| Hex | 6F | 7C | DC | 32 | 2C | 0 | E | E9 | 3D | 41 |
| Octal | 157 | 174 | 334 | 62 | 54 | 0 | 16 | 351 | 75 | 101 |
| Binary | 1101111 | 1111100 | 11011100 | 110010 | 101100 | 0 | 1110 | 11101001 | 111101 | 1000001 |
Color Harmonies of #6F7CDC
Complementary color
Monochromatic Colors of #6F7CDC
Black with #6F7CDC
Text Example
Text Example
White with #6F7CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7CDC; }
p { color: rgb(111,124,220); }
H1.HeaderClassName
{
color: #6F7CDC;
}
.AnyTagClassName
{
color: #6F7CDC;
}
</style>
background-color css
<style>
a { background-color: #6F7CDC; }
a { background-color: rgb(111,124,220); }
div.DivClassName
{
background-color: #6F7CDC;
}
.BgClassName
{
background-color: #6F7CDC;
}
</style>
border-color css
<style>
span { border-color: #6F7CDC; }
span { border-color: rgb(111,124,220); }
td.TdClassName
{
border-color: #6F7CDC;
}
.TagClassName
{
border-color: #6F7CDC;
}
</style>