Shades of Moody Blue #6F72CB
Tints of Moody Blue #6F72CB
RGB
CMYK
RGB Variations
Color information
#6F72CB (or 0x6F72CB) is known color: Moody Blue. HEX triplet: 6F, 72 and CB. RGB value is (111,114,203). Sum of RGB (Red+Green+Blue) = 111+114+203=428 (56% of max value = 765). Red value is 111 (43.75% from 255 or 25.93% from 428); Green value is 114 (44.92% from 255 or 26.64% from 428); Blue value is 203 (79.69% from 255 or 47.43% from 428); Max value from RGB is 203 - color contains mainly: blue. Hex color #6F72CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F72CB is #908D34. Grayscale: #7A7A7A. Windows color (decimal): -9473333 or 13333103. OLE color: 13333103.
HSL color Cylindrical-coordinate representation of color #6F72CB: hue angle of 238.04º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6F72CB is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 114 | 203 | - |
| CMYK | 0.45 | 0.44 | 0 | 0.20 |
| HSL | 238.04º | 0.47% | 0.62% | - |
| HSV(B) | 238.04º | 0.45% | 0.8% | - |
| XYZ | 23.35 | 19.73 | 59.08 | - |
| YUV | 123.25 | 173.01 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 114 | 203 | 0.45 | 0.44 | 0 | 0.20 | 238.04 | 0.47 | 0.62 |
| Hex | 6F | 72 | CB | 2D | 2C | 0 | 14 | EE | 2F | 3E |
| Octal | 157 | 162 | 313 | 55 | 54 | 0 | 24 | 356 | 57 | 76 |
| Binary | 1101111 | 1110010 | 11001011 | 101101 | 101100 | 0 | 10100 | 11101110 | 101111 | 111110 |
Color Harmonies of #6F72CB
Complementary color
Monochromatic Colors of #6F72CB
Black with #6F72CB
Text Example
Text Example
White with #6F72CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F72CB; }
p { color: rgb(111,114,203); }
H1.HeaderClassName
{
color: #6F72CB;
}
.AnyTagClassName
{
color: #6F72CB;
}
</style>
background-color css
<style>
a { background-color: #6F72CB; }
a { background-color: rgb(111,114,203); }
div.DivClassName
{
background-color: #6F72CB;
}
.BgClassName
{
background-color: #6F72CB;
}
</style>
border-color css
<style>
span { border-color: #6F72CB; }
span { border-color: rgb(111,114,203); }
td.TdClassName
{
border-color: #6F72CB;
}
.TagClassName
{
border-color: #6F72CB;
}
</style>