Shades of Chetwode Blue #6372AB
Tints of Chetwode Blue #6372AB
RGB
CMYK
RGB Variations
Color information
#6372AB (or 0x6372AB) is known color: Chetwode Blue. HEX triplet: 63, 72 and AB. RGB value is (99,114,171). Sum of RGB (Red+Green+Blue) = 99+114+171=384 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.78% from 384); Green value is 114 (44.92% from 255 or 29.69% from 384); Blue value is 171 (67.19% from 255 or 44.53% from 384); Max value from RGB is 171 - color contains mainly: blue. Hex color #6372AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6372AB is #9C8D54. Grayscale: #737373. Windows color (decimal): -10259797 or 11235939. OLE color: 11235939.
HSL color Cylindrical-coordinate representation of color #6372AB: hue angle of 227.5º 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 #6372AB is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 114 | 171 | - |
| CMYK | 0.42 | 0.33 | 0 | 0.33 |
| HSL | 227.5º | 0.3% | 0.53% | - |
| HSV(B) | 227.5º | 0.42% | 0.67% | - |
| XYZ | 18.51 | 17.63 | 40.95 | - |
| YUV | 116.01 | 159.03 | 115.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 114 | 171 | 0.42 | 0.33 | 0 | 0.33 | 227.5 | 0.3 | 0.53 |
| Hex | 63 | 72 | AB | 2A | 21 | 0 | 21 | E4 | 1E | 35 |
| Octal | 143 | 162 | 253 | 52 | 41 | 0 | 41 | 344 | 36 | 65 |
| Binary | 1100011 | 1110010 | 10101011 | 101010 | 100001 | 0 | 100001 | 11100100 | 11110 | 110101 |
Color Harmonies of #6372AB
Complementary color
Monochromatic Colors of #6372AB
Black with #6372AB
Text Example
Text Example
White with #6372AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6372AB; }
p { color: rgb(99,114,171); }
H1.HeaderClassName
{
color: #6372AB;
}
.AnyTagClassName
{
color: #6372AB;
}
</style>
background-color css
<style>
a { background-color: #6372AB; }
a { background-color: rgb(99,114,171); }
div.DivClassName
{
background-color: #6372AB;
}
.BgClassName
{
background-color: #6372AB;
}
</style>
border-color css
<style>
span { border-color: #6372AB; }
span { border-color: rgb(99,114,171); }
td.TdClassName
{
border-color: #6372AB;
}
.TagClassName
{
border-color: #6372AB;
}
</style>