Shades of Chetwode Blue #6071BC
Tints of Chetwode Blue #6071BC
RGB
CMYK
RGB Variations
Color information
#6071BC (or 0x6071BC) is known color: Chetwode Blue. HEX triplet: 60, 71 and BC. RGB value is (96,113,188). Sum of RGB (Red+Green+Blue) = 96+113+188=397 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.18% from 397); Green value is 113 (44.53% from 255 or 28.46% from 397); Blue value is 188 (73.83% from 255 or 47.36% from 397); Max value from RGB is 188 - color contains mainly: blue. Hex color #6071BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6071BC is #9F8E43. Grayscale: #747474. Windows color (decimal): -10456644 or 12349792. OLE color: 12349792.
HSL color Cylindrical-coordinate representation of color #6071BC: hue angle of 228.91º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6071BC is Cyan = 0.49, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 96 | 113 | 188 | - |
| CMYK | 0.49 | 0.40 | 0 | 0.26 |
| HSL | 228.91º | 0.41% | 0.56% | - |
| HSV(B) | 228.91º | 0.49% | 0.74% | - |
| XYZ | 19.81 | 17.93 | 49.99 | - |
| YUV | 116.47 | 168.37 | 113.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 113 | 188 | 0.49 | 0.40 | 0 | 0.26 | 228.91 | 0.41 | 0.56 |
| Hex | 60 | 71 | BC | 31 | 28 | 0 | 1A | E5 | 29 | 38 |
| Octal | 140 | 161 | 274 | 61 | 50 | 0 | 32 | 345 | 51 | 70 |
| Binary | 1100000 | 1110001 | 10111100 | 110001 | 101000 | 0 | 11010 | 11100101 | 101001 | 111000 |
Color Harmonies of #6071BC
Complementary color
Monochromatic Colors of #6071BC
Black with #6071BC
Text Example
Text Example
White with #6071BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6071BC; }
p { color: rgb(96,113,188); }
H1.HeaderClassName
{
color: #6071BC;
}
.AnyTagClassName
{
color: #6071BC;
}
</style>
background-color css
<style>
a { background-color: #6071BC; }
a { background-color: rgb(96,113,188); }
div.DivClassName
{
background-color: #6071BC;
}
.BgClassName
{
background-color: #6071BC;
}
</style>
border-color css
<style>
span { border-color: #6071BC; }
span { border-color: rgb(96,113,188); }
td.TdClassName
{
border-color: #6071BC;
}
.TagClassName
{
border-color: #6071BC;
}
</style>