Shades of Chetwode Blue #6071B1
Tints of Chetwode Blue #6071B1
RGB
CMYK
RGB Variations
Color information
#6071B1 (or 0x6071B1) is known color: Chetwode Blue. HEX triplet: 60, 71 and B1. RGB value is (96,113,177). Sum of RGB (Red+Green+Blue) = 96+113+177=386 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.87% from 386); Green value is 113 (44.53% from 255 or 29.27% from 386); Blue value is 177 (69.53% from 255 or 45.85% from 386); Max value from RGB is 177 - color contains mainly: blue. Hex color #6071B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6071B1 is #9F8E4E. Grayscale: #727272. Windows color (decimal): -10456655 or 11628896. OLE color: 11628896.
HSL color Cylindrical-coordinate representation of color #6071B1: hue angle of 227.41º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6071B1 is Cyan = 0.46, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 96 | 113 | 177 | - |
| CMYK | 0.46 | 0.36 | 0 | 0.31 |
| HSL | 227.41º | 0.34% | 0.54% | - |
| HSV(B) | 227.41º | 0.46% | 0.69% | - |
| XYZ | 18.66 | 17.47 | 43.98 | - |
| YUV | 115.21 | 162.87 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 113 | 177 | 0.46 | 0.36 | 0 | 0.31 | 227.41 | 0.34 | 0.54 |
| Hex | 60 | 71 | B1 | 2E | 24 | 0 | 1F | E3 | 22 | 36 |
| Octal | 140 | 161 | 261 | 56 | 44 | 0 | 37 | 343 | 42 | 66 |
| Binary | 1100000 | 1110001 | 10110001 | 101110 | 100100 | 0 | 11111 | 11100011 | 100010 | 110110 |
Color Harmonies of #6071B1
Complementary color
Monochromatic Colors of #6071B1
Black with #6071B1
Text Example
Text Example
White with #6071B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6071B1; }
p { color: rgb(96,113,177); }
H1.HeaderClassName
{
color: #6071B1;
}
.AnyTagClassName
{
color: #6071B1;
}
</style>
background-color css
<style>
a { background-color: #6071B1; }
a { background-color: rgb(96,113,177); }
div.DivClassName
{
background-color: #6071B1;
}
.BgClassName
{
background-color: #6071B1;
}
</style>
border-color css
<style>
span { border-color: #6071B1; }
span { border-color: rgb(96,113,177); }
td.TdClassName
{
border-color: #6071B1;
}
.TagClassName
{
border-color: #6071B1;
}
</style>