Shades of Chetwode Blue #6371AE
Tints of Chetwode Blue #6371AE
RGB
CMYK
RGB Variations
Color information
#6371AE (or 0x6371AE) is known color: Chetwode Blue. HEX triplet: 63, 71 and AE. RGB value is (99,113,174). Sum of RGB (Red+Green+Blue) = 99+113+174=386 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.65% from 386); Green value is 113 (44.53% from 255 or 29.27% from 386); Blue value is 174 (68.36% from 255 or 45.08% from 386); Max value from RGB is 174 - color contains mainly: blue. Hex color #6371AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6371AE is #9C8E51. Grayscale: #737373. Windows color (decimal): -10260050 or 11432291. OLE color: 11432291.
HSL color Cylindrical-coordinate representation of color #6371AE: hue angle of 228.8º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6371AE is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 99 | 113 | 174 | - |
| CMYK | 0.43 | 0.35 | 0 | 0.32 |
| HSL | 228.8º | 0.32% | 0.54% | - |
| HSV(B) | 228.8º | 0.43% | 0.68% | - |
| XYZ | 18.69 | 17.52 | 42.44 | - |
| YUV | 115.77 | 160.86 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 113 | 174 | 0.43 | 0.35 | 0 | 0.32 | 228.8 | 0.32 | 0.54 |
| Hex | 63 | 71 | AE | 2B | 23 | 0 | 20 | E5 | 20 | 36 |
| Octal | 143 | 161 | 256 | 53 | 43 | 0 | 40 | 345 | 40 | 66 |
| Binary | 1100011 | 1110001 | 10101110 | 101011 | 100011 | 0 | 100000 | 11100101 | 100000 | 110110 |
Color Harmonies of #6371AE
Complementary color
Monochromatic Colors of #6371AE
Black with #6371AE
Text Example
Text Example
White with #6371AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6371AE; }
p { color: rgb(99,113,174); }
H1.HeaderClassName
{
color: #6371AE;
}
.AnyTagClassName
{
color: #6371AE;
}
</style>
background-color css
<style>
a { background-color: #6371AE; }
a { background-color: rgb(99,113,174); }
div.DivClassName
{
background-color: #6371AE;
}
.BgClassName
{
background-color: #6371AE;
}
</style>
border-color css
<style>
span { border-color: #6371AE; }
span { border-color: rgb(99,113,174); }
td.TdClassName
{
border-color: #6371AE;
}
.TagClassName
{
border-color: #6371AE;
}
</style>