Shades of Chetwode Blue #6171C5
Tints of Chetwode Blue #6171C5
RGB
CMYK
RGB Variations
Color information
#6171C5 (or 0x6171C5) is known color: Chetwode Blue. HEX triplet: 61, 71 and C5. RGB value is (97,113,197). Sum of RGB (Red+Green+Blue) = 97+113+197=407 (53% of max value = 765). Red value is 97 (38.28% from 255 or 23.83% from 407); Green value is 113 (44.53% from 255 or 27.76% from 407); Blue value is 197 (77.34% from 255 or 48.40% from 407); Max value from RGB is 197 - color contains mainly: blue. Hex color #6171C5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6171C5 is #9E8E3A. Grayscale: #757575. Windows color (decimal): -10391099 or 12939617. OLE color: 12939617.
HSL color Cylindrical-coordinate representation of color #6171C5: hue angle of 230.4º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6171C5 is Cyan = 0.51, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 97 | 113 | 197 | - |
| CMYK | 0.51 | 0.43 | 0 | 0.23 |
| HSL | 230.4º | 0.46% | 0.58% | - |
| HSV(B) | 230.4º | 0.51% | 0.77% | - |
| XYZ | 20.91 | 18.38 | 55.27 | - |
| YUV | 117.79 | 172.7 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 113 | 197 | 0.51 | 0.43 | 0 | 0.23 | 230.4 | 0.46 | 0.58 |
| Hex | 61 | 71 | C5 | 33 | 2B | 0 | 17 | E6 | 2E | 3A |
| Octal | 141 | 161 | 305 | 63 | 53 | 0 | 27 | 346 | 56 | 72 |
| Binary | 1100001 | 1110001 | 11000101 | 110011 | 101011 | 0 | 10111 | 11100110 | 101110 | 111010 |
Color Harmonies of #6171C5
Complementary color
Monochromatic Colors of #6171C5
Black with #6171C5
Text Example
Text Example
White with #6171C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6171C5; }
p { color: rgb(97,113,197); }
H1.HeaderClassName
{
color: #6171C5;
}
.AnyTagClassName
{
color: #6171C5;
}
</style>
background-color css
<style>
a { background-color: #6171C5; }
a { background-color: rgb(97,113,197); }
div.DivClassName
{
background-color: #6171C5;
}
.BgClassName
{
background-color: #6171C5;
}
</style>
border-color css
<style>
span { border-color: #6171C5; }
span { border-color: rgb(97,113,197); }
td.TdClassName
{
border-color: #6171C5;
}
.TagClassName
{
border-color: #6171C5;
}
</style>