Shades of Moody Blue #6F72CE
Tints of Moody Blue #6F72CE
RGB
CMYK
RGB Variations
Color information
#6F72CE (or 0x6F72CE) is known color: Moody Blue. HEX triplet: 6F, 72 and CE. RGB value is (111,114,206). Sum of RGB (Red+Green+Blue) = 111+114+206=431 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.75% from 431); Green value is 114 (44.92% from 255 or 26.45% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 206 - color contains mainly: blue. Hex color #6F72CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F72CE is #908D31. Grayscale: #7B7B7B. Windows color (decimal): -9473330 or 13529711. OLE color: 13529711.
HSL color Cylindrical-coordinate representation of color #6F72CE: hue angle of 238.11º 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 #6F72CE is Cyan = 0.46, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 114 | 206 | - |
| CMYK | 0.46 | 0.45 | 0 | 0.19 |
| HSL | 238.11º | 0.49% | 0.62% | - |
| HSV(B) | 238.11º | 0.46% | 0.81% | - |
| XYZ | 23.71 | 19.87 | 60.98 | - |
| YUV | 123.59 | 174.51 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 114 | 206 | 0.46 | 0.45 | 0 | 0.19 | 238.11 | 0.49 | 0.62 |
| Hex | 6F | 72 | CE | 2E | 2D | 0 | 13 | EE | 31 | 3E |
| Octal | 157 | 162 | 316 | 56 | 55 | 0 | 23 | 356 | 61 | 76 |
| Binary | 1101111 | 1110010 | 11001110 | 101110 | 101101 | 0 | 10011 | 11101110 | 110001 | 111110 |
Color Harmonies of #6F72CE
Complementary color
Monochromatic Colors of #6F72CE
Black with #6F72CE
Text Example
Text Example
White with #6F72CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F72CE; }
p { color: rgb(111,114,206); }
H1.HeaderClassName
{
color: #6F72CE;
}
.AnyTagClassName
{
color: #6F72CE;
}
</style>
background-color css
<style>
a { background-color: #6F72CE; }
a { background-color: rgb(111,114,206); }
div.DivClassName
{
background-color: #6F72CE;
}
.BgClassName
{
background-color: #6F72CE;
}
</style>
border-color css
<style>
span { border-color: #6F72CE; }
span { border-color: rgb(111,114,206); }
td.TdClassName
{
border-color: #6F72CE;
}
.TagClassName
{
border-color: #6F72CE;
}
</style>