Shades of Moody Blue #6F76CE
Tints of Moody Blue #6F76CE
RGB
CMYK
RGB Variations
Color information
#6F76CE (or 0x6F76CE) is known color: Moody Blue. HEX triplet: 6F, 76 and CE. RGB value is (111,118,206). Sum of RGB (Red+Green+Blue) = 111+118+206=435 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.52% from 435); Green value is 118 (46.48% from 255 or 27.13% from 435); Blue value is 206 (80.86% from 255 or 47.36% from 435); Max value from RGB is 206 - color contains mainly: blue. Hex color #6F76CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F76CE is #908931. Grayscale: #7D7D7D. Windows color (decimal): -9472306 or 13530735. OLE color: 13530735.
HSL color Cylindrical-coordinate representation of color #6F76CE: hue angle of 235.58º 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 #6F76CE is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 118 | 206 | - |
| CMYK | 0.46 | 0.43 | 0 | 0.19 |
| HSL | 235.58º | 0.49% | 0.62% | - |
| HSV(B) | 235.58º | 0.46% | 0.81% | - |
| XYZ | 24.17 | 20.79 | 61.13 | - |
| YUV | 125.94 | 173.18 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 118 | 206 | 0.46 | 0.43 | 0 | 0.19 | 235.58 | 0.49 | 0.62 |
| Hex | 6F | 76 | CE | 2E | 2B | 0 | 13 | EC | 31 | 3E |
| Octal | 157 | 166 | 316 | 56 | 53 | 0 | 23 | 354 | 61 | 76 |
| Binary | 1101111 | 1110110 | 11001110 | 101110 | 101011 | 0 | 10011 | 11101100 | 110001 | 111110 |
Color Harmonies of #6F76CE
Complementary color
Monochromatic Colors of #6F76CE
Black with #6F76CE
Text Example
Text Example
White with #6F76CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F76CE; }
p { color: rgb(111,118,206); }
H1.HeaderClassName
{
color: #6F76CE;
}
.AnyTagClassName
{
color: #6F76CE;
}
</style>
background-color css
<style>
a { background-color: #6F76CE; }
a { background-color: rgb(111,118,206); }
div.DivClassName
{
background-color: #6F76CE;
}
.BgClassName
{
background-color: #6F76CE;
}
</style>
border-color css
<style>
span { border-color: #6F76CE; }
span { border-color: rgb(111,118,206); }
td.TdClassName
{
border-color: #6F76CE;
}
.TagClassName
{
border-color: #6F76CE;
}
</style>