Shades of Chetwode Blue #6371AB
Tints of Chetwode Blue #6371AB
RGB
CMYK
RGB Variations
Color information
#6371AB (or 0x6371AB) is known color: Chetwode Blue. HEX triplet: 63, 71 and AB. RGB value is (99,113,171). Sum of RGB (Red+Green+Blue) = 99+113+171=383 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.85% from 383); Green value is 113 (44.53% from 255 or 29.50% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 171 - color contains mainly: blue. Hex color #6371AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6371AB is #9C8E54. Grayscale: #737373. Windows color (decimal): -10260053 or 11235683. OLE color: 11235683.
HSL color Cylindrical-coordinate representation of color #6371AB: hue angle of 228.33º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6371AB is Cyan = 0.42, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 113 | 171 | - |
| CMYK | 0.42 | 0.34 | 0 | 0.33 |
| HSL | 228.33º | 0.3% | 0.53% | - |
| HSV(B) | 228.33º | 0.42% | 0.67% | - |
| XYZ | 18.4 | 17.4 | 40.92 | - |
| YUV | 115.43 | 159.36 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 113 | 171 | 0.42 | 0.34 | 0 | 0.33 | 228.33 | 0.3 | 0.53 |
| Hex | 63 | 71 | AB | 2A | 22 | 0 | 21 | E4 | 1E | 35 |
| Octal | 143 | 161 | 253 | 52 | 42 | 0 | 41 | 344 | 36 | 65 |
| Binary | 1100011 | 1110001 | 10101011 | 101010 | 100010 | 0 | 100001 | 11100100 | 11110 | 110101 |
Color Harmonies of #6371AB
Complementary color
Monochromatic Colors of #6371AB
Black with #6371AB
Text Example
Text Example
White with #6371AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6371AB; }
p { color: rgb(99,113,171); }
H1.HeaderClassName
{
color: #6371AB;
}
.AnyTagClassName
{
color: #6371AB;
}
</style>
background-color css
<style>
a { background-color: #6371AB; }
a { background-color: rgb(99,113,171); }
div.DivClassName
{
background-color: #6371AB;
}
.BgClassName
{
background-color: #6371AB;
}
</style>
border-color css
<style>
span { border-color: #6371AB; }
span { border-color: rgb(99,113,171); }
td.TdClassName
{
border-color: #6371AB;
}
.TagClassName
{
border-color: #6371AB;
}
</style>