Shades of Chetwode Blue #6171CF
Tints of Chetwode Blue #6171CF
RGB
CMYK
RGB Variations
Color information
#6171CF (or 0x6171CF) is known color: Chetwode Blue. HEX triplet: 61, 71 and CF. RGB value is (97,113,207). Sum of RGB (Red+Green+Blue) = 97+113+207=417 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.26% from 417); Green value is 113 (44.53% from 255 or 27.10% from 417); Blue value is 207 (81.25% from 255 or 49.64% from 417); Max value from RGB is 207 - color contains mainly: blue. Hex color #6171CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6171CF is #9E8E30. Grayscale: #767676. Windows color (decimal): -10391089 or 13594977. OLE color: 13594977.
HSL color Cylindrical-coordinate representation of color #6171CF: hue angle of 231.27º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6171CF is Cyan = 0.53, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 97 | 113 | 207 | - |
| CMYK | 0.53 | 0.45 | 0 | 0.19 |
| HSL | 231.27º | 0.53% | 0.6% | - |
| HSV(B) | 231.27º | 0.53% | 0.81% | - |
| XYZ | 22.1 | 18.86 | 61.51 | - |
| YUV | 118.93 | 177.7 | 112.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 113 | 207 | 0.53 | 0.45 | 0 | 0.19 | 231.27 | 0.53 | 0.6 |
| Hex | 61 | 71 | CF | 35 | 2D | 0 | 13 | E7 | 35 | 3C |
| Octal | 141 | 161 | 317 | 65 | 55 | 0 | 23 | 347 | 65 | 74 |
| Binary | 1100001 | 1110001 | 11001111 | 110101 | 101101 | 0 | 10011 | 11100111 | 110101 | 111100 |
Color Harmonies of #6171CF
Complementary color
Monochromatic Colors of #6171CF
Black with #6171CF
Text Example
Text Example
White with #6171CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6171CF; }
p { color: rgb(97,113,207); }
H1.HeaderClassName
{
color: #6171CF;
}
.AnyTagClassName
{
color: #6171CF;
}
</style>
background-color css
<style>
a { background-color: #6171CF; }
a { background-color: rgb(97,113,207); }
div.DivClassName
{
background-color: #6171CF;
}
.BgClassName
{
background-color: #6171CF;
}
</style>
border-color css
<style>
span { border-color: #6171CF; }
span { border-color: rgb(97,113,207); }
td.TdClassName
{
border-color: #6171CF;
}
.TagClassName
{
border-color: #6171CF;
}
</style>