Shades of Chetwode Blue #6F74BA
Tints of Chetwode Blue #6F74BA
RGB
CMYK
RGB Variations
Color information
#6F74BA (or 0x6F74BA) is known color: Chetwode Blue. HEX triplet: 6F, 74 and BA. RGB value is (111,116,186). Sum of RGB (Red+Green+Blue) = 111+116+186=413 (54% of max value = 765). Red value is 111 (43.75% from 255 or 26.88% from 413); Green value is 116 (45.70% from 255 or 28.09% from 413); Blue value is 186 (73.05% from 255 or 45.04% from 413); Max value from RGB is 186 - color contains mainly: blue. Hex color #6F74BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F74BA is #908B45. Grayscale: #7A7A7A. Windows color (decimal): -9472838 or 12219503. OLE color: 12219503.
HSL color Cylindrical-coordinate representation of color #6F74BA: hue angle of 236º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6F74BA is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 111 | 116 | 186 | - |
| CMYK | 0.40 | 0.38 | 0 | 0.27 |
| HSL | 236º | 0.35% | 0.58% | - |
| HSV(B) | 236º | 0.4% | 0.73% | - |
| XYZ | 21.66 | 19.42 | 49.06 | - |
| YUV | 122.49 | 163.84 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 116 | 186 | 0.40 | 0.38 | 0 | 0.27 | 236 | 0.35 | 0.58 |
| Hex | 6F | 74 | BA | 28 | 26 | 0 | 1B | EC | 23 | 3A |
| Octal | 157 | 164 | 272 | 50 | 46 | 0 | 33 | 354 | 43 | 72 |
| Binary | 1101111 | 1110100 | 10111010 | 101000 | 100110 | 0 | 11011 | 11101100 | 100011 | 111010 |
Color Harmonies of #6F74BA
Complementary color
Monochromatic Colors of #6F74BA
Black with #6F74BA
Text Example
Text Example
White with #6F74BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F74BA; }
p { color: rgb(111,116,186); }
H1.HeaderClassName
{
color: #6F74BA;
}
.AnyTagClassName
{
color: #6F74BA;
}
</style>
background-color css
<style>
a { background-color: #6F74BA; }
a { background-color: rgb(111,116,186); }
div.DivClassName
{
background-color: #6F74BA;
}
.BgClassName
{
background-color: #6F74BA;
}
</style>
border-color css
<style>
span { border-color: #6F74BA; }
span { border-color: rgb(111,116,186); }
td.TdClassName
{
border-color: #6F74BA;
}
.TagClassName
{
border-color: #6F74BA;
}
</style>