Shades of Chetwode Blue #6071BF
Tints of Chetwode Blue #6071BF
RGB
CMYK
RGB Variations
Color information
#6071BF (or 0x6071BF) is known color: Chetwode Blue. HEX triplet: 60, 71 and BF. RGB value is (96,113,191). Sum of RGB (Red+Green+Blue) = 96+113+191=400 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24% from 400); Green value is 113 (44.53% from 255 or 28.25% from 400); Blue value is 191 (75% from 255 or 47.75% from 400); Max value from RGB is 191 - color contains mainly: blue. Hex color #6071BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6071BF is #9F8E40. Grayscale: #747474. Windows color (decimal): -10456641 or 12546400. OLE color: 12546400.
HSL color Cylindrical-coordinate representation of color #6071BF: hue angle of 229.26º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6071BF is Cyan = 0.50, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 113 | 191 | - |
| CMYK | 0.50 | 0.41 | 0 | 0.25 |
| HSL | 229.26º | 0.43% | 0.56% | - |
| HSV(B) | 229.26º | 0.5% | 0.75% | - |
| XYZ | 20.13 | 18.06 | 51.71 | - |
| YUV | 116.81 | 169.87 | 113.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 113 | 191 | 0.50 | 0.41 | 0 | 0.25 | 229.26 | 0.43 | 0.56 |
| Hex | 60 | 71 | BF | 32 | 29 | 0 | 19 | E5 | 2B | 38 |
| Octal | 140 | 161 | 277 | 62 | 51 | 0 | 31 | 345 | 53 | 70 |
| Binary | 1100000 | 1110001 | 10111111 | 110010 | 101001 | 0 | 11001 | 11100101 | 101011 | 111000 |
Color Harmonies of #6071BF
Complementary color
Monochromatic Colors of #6071BF
Black with #6071BF
Text Example
Text Example
White with #6071BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6071BF; }
p { color: rgb(96,113,191); }
H1.HeaderClassName
{
color: #6071BF;
}
.AnyTagClassName
{
color: #6071BF;
}
</style>
background-color css
<style>
a { background-color: #6071BF; }
a { background-color: rgb(96,113,191); }
div.DivClassName
{
background-color: #6071BF;
}
.BgClassName
{
background-color: #6071BF;
}
</style>
border-color css
<style>
span { border-color: #6071BF; }
span { border-color: rgb(96,113,191); }
td.TdClassName
{
border-color: #6071BF;
}
.TagClassName
{
border-color: #6071BF;
}
</style>