Shades of Chetwode Blue #6071BA
Tints of Chetwode Blue #6071BA
RGB
CMYK
RGB Variations
Color information
#6071BA (or 0x6071BA) is known color: Chetwode Blue. HEX triplet: 60, 71 and BA. RGB value is (96,113,186). Sum of RGB (Red+Green+Blue) = 96+113+186=395 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.30% from 395); Green value is 113 (44.53% from 255 or 28.61% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 186 - color contains mainly: blue. Hex color #6071BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6071BA is #9F8E45. Grayscale: #737373. Windows color (decimal): -10456646 or 12218720. OLE color: 12218720.
HSL color Cylindrical-coordinate representation of color #6071BA: hue angle of 228.67º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6071BA is Cyan = 0.48, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 113 | 186 | - |
| CMYK | 0.48 | 0.39 | 0 | 0.27 |
| HSL | 228.67º | 0.39% | 0.55% | - |
| HSV(B) | 228.67º | 0.48% | 0.73% | - |
| XYZ | 19.59 | 17.84 | 48.87 | - |
| YUV | 116.24 | 167.37 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 113 | 186 | 0.48 | 0.39 | 0 | 0.27 | 228.67 | 0.39 | 0.55 |
| Hex | 60 | 71 | BA | 30 | 27 | 0 | 1B | E5 | 27 | 37 |
| Octal | 140 | 161 | 272 | 60 | 47 | 0 | 33 | 345 | 47 | 67 |
| Binary | 1100000 | 1110001 | 10111010 | 110000 | 100111 | 0 | 11011 | 11100101 | 100111 | 110111 |
Color Harmonies of #6071BA
Complementary color
Monochromatic Colors of #6071BA
Black with #6071BA
Text Example
Text Example
White with #6071BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6071BA; }
p { color: rgb(96,113,186); }
H1.HeaderClassName
{
color: #6071BA;
}
.AnyTagClassName
{
color: #6071BA;
}
</style>
background-color css
<style>
a { background-color: #6071BA; }
a { background-color: rgb(96,113,186); }
div.DivClassName
{
background-color: #6071BA;
}
.BgClassName
{
background-color: #6071BA;
}
</style>
border-color css
<style>
span { border-color: #6071BA; }
span { border-color: rgb(96,113,186); }
td.TdClassName
{
border-color: #6071BA;
}
.TagClassName
{
border-color: #6071BA;
}
</style>