Shades of Moody Blue #6F71CC
Tints of Moody Blue #6F71CC
RGB
CMYK
RGB Variations
Color information
#6F71CC (or 0x6F71CC) is known color: Moody Blue. HEX triplet: 6F, 71 and CC. RGB value is (111,113,204). Sum of RGB (Red+Green+Blue) = 111+113+204=428 (56% of max value = 765). Red value is 111 (43.75% from 255 or 25.93% from 428); Green value is 113 (44.53% from 255 or 26.40% from 428); Blue value is 204 (80.08% from 255 or 47.66% from 428); Max value from RGB is 204 - color contains mainly: blue. Hex color #6F71CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F71CC is #908E33. Grayscale: #7A7A7A. Windows color (decimal): -9473588 or 13398383. OLE color: 13398383.
HSL color Cylindrical-coordinate representation of color #6F71CC: hue angle of 238.71º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6F71CC is Cyan = 0.46, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 111 | 113 | 204 | - |
| CMYK | 0.46 | 0.45 | 0 | 0.2 |
| HSL | 238.71º | 0.48% | 0.62% | - |
| HSV(B) | 238.71º | 0.46% | 0.8% | - |
| XYZ | 23.36 | 19.55 | 59.67 | - |
| YUV | 122.78 | 173.84 | 119.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 113 | 204 | 0.46 | 0.45 | 0 | 0.2 | 238.71 | 0.48 | 0.62 |
| Hex | 6F | 71 | CC | 2E | 2D | 0 | 14 | EF | 30 | 3E |
| Octal | 157 | 161 | 314 | 56 | 55 | 0 | 24 | 357 | 60 | 76 |
| Binary | 1101111 | 1110001 | 11001100 | 101110 | 101101 | 0 | 10100 | 11101111 | 110000 | 111110 |
Color Harmonies of #6F71CC
Complementary color
Monochromatic Colors of #6F71CC
Black with #6F71CC
Text Example
Text Example
White with #6F71CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F71CC; }
p { color: rgb(111,113,204); }
H1.HeaderClassName
{
color: #6F71CC;
}
.AnyTagClassName
{
color: #6F71CC;
}
</style>
background-color css
<style>
a { background-color: #6F71CC; }
a { background-color: rgb(111,113,204); }
div.DivClassName
{
background-color: #6F71CC;
}
.BgClassName
{
background-color: #6F71CC;
}
</style>
border-color css
<style>
span { border-color: #6F71CC; }
span { border-color: rgb(111,113,204); }
td.TdClassName
{
border-color: #6F71CC;
}
.TagClassName
{
border-color: #6F71CC;
}
</style>