Shades of Moody Blue #6F74CE
Tints of Moody Blue #6F74CE
RGB
CMYK
RGB Variations
Color information
#6F74CE (or 0x6F74CE) is known color: Moody Blue. HEX triplet: 6F, 74 and CE. RGB value is (111,116,206). Sum of RGB (Red+Green+Blue) = 111+116+206=433 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.64% from 433); Green value is 116 (45.70% from 255 or 26.79% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 206 - color contains mainly: blue. Hex color #6F74CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F74CE is #908B31. Grayscale: #7C7C7C. Windows color (decimal): -9472818 or 13530223. OLE color: 13530223.
HSL color Cylindrical-coordinate representation of color #6F74CE: hue angle of 236.84º degrees, saturation: 0.49, 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 #6F74CE is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 116 | 206 | - |
| CMYK | 0.46 | 0.44 | 0 | 0.19 |
| HSL | 236.84º | 0.49% | 0.62% | - |
| HSV(B) | 236.84º | 0.46% | 0.81% | - |
| XYZ | 23.94 | 20.33 | 61.05 | - |
| YUV | 124.77 | 173.84 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 116 | 206 | 0.46 | 0.44 | 0 | 0.19 | 236.84 | 0.49 | 0.62 |
| Hex | 6F | 74 | CE | 2E | 2C | 0 | 13 | ED | 31 | 3E |
| Octal | 157 | 164 | 316 | 56 | 54 | 0 | 23 | 355 | 61 | 76 |
| Binary | 1101111 | 1110100 | 11001110 | 101110 | 101100 | 0 | 10011 | 11101101 | 110001 | 111110 |
Color Harmonies of #6F74CE
Complementary color
Monochromatic Colors of #6F74CE
Black with #6F74CE
Text Example
Text Example
White with #6F74CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F74CE; }
p { color: rgb(111,116,206); }
H1.HeaderClassName
{
color: #6F74CE;
}
.AnyTagClassName
{
color: #6F74CE;
}
</style>
background-color css
<style>
a { background-color: #6F74CE; }
a { background-color: rgb(111,116,206); }
div.DivClassName
{
background-color: #6F74CE;
}
.BgClassName
{
background-color: #6F74CE;
}
</style>
border-color css
<style>
span { border-color: #6F74CE; }
span { border-color: rgb(111,116,206); }
td.TdClassName
{
border-color: #6F74CE;
}
.TagClassName
{
border-color: #6F74CE;
}
</style>