Shades of Chetwode Blue #6371AC
Tints of Chetwode Blue #6371AC
RGB
CMYK
RGB Variations
Color information
#6371AC (or 0x6371AC) is known color: Chetwode Blue. HEX triplet: 63, 71 and AC. RGB value is (99,113,172). Sum of RGB (Red+Green+Blue) = 99+113+172=384 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.78% from 384); Green value is 113 (44.53% from 255 or 29.43% from 384); Blue value is 172 (67.58% from 255 or 44.79% from 384); Max value from RGB is 172 - color contains mainly: blue. Hex color #6371AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6371AC is #9C8E53. Grayscale: #737373. Windows color (decimal): -10260052 or 11301219. OLE color: 11301219.
HSL color Cylindrical-coordinate representation of color #6371AC: hue angle of 228.49º degrees, saturation: 0.31, 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 #6371AC is Cyan = 0.42, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 113 | 172 | - |
| CMYK | 0.42 | 0.34 | 0 | 0.33 |
| HSL | 228.49º | 0.31% | 0.53% | - |
| HSV(B) | 228.49º | 0.42% | 0.67% | - |
| XYZ | 18.5 | 17.44 | 41.42 | - |
| YUV | 115.54 | 159.86 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 113 | 172 | 0.42 | 0.34 | 0 | 0.33 | 228.49 | 0.31 | 0.53 |
| Hex | 63 | 71 | AC | 2A | 22 | 0 | 21 | E4 | 1F | 35 |
| Octal | 143 | 161 | 254 | 52 | 42 | 0 | 41 | 344 | 37 | 65 |
| Binary | 1100011 | 1110001 | 10101100 | 101010 | 100010 | 0 | 100001 | 11100100 | 11111 | 110101 |
Color Harmonies of #6371AC
Complementary color
Monochromatic Colors of #6371AC
Black with #6371AC
Text Example
Text Example
White with #6371AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6371AC; }
p { color: rgb(99,113,172); }
H1.HeaderClassName
{
color: #6371AC;
}
.AnyTagClassName
{
color: #6371AC;
}
</style>
background-color css
<style>
a { background-color: #6371AC; }
a { background-color: rgb(99,113,172); }
div.DivClassName
{
background-color: #6371AC;
}
.BgClassName
{
background-color: #6371AC;
}
</style>
border-color css
<style>
span { border-color: #6371AC; }
span { border-color: rgb(99,113,172); }
td.TdClassName
{
border-color: #6371AC;
}
.TagClassName
{
border-color: #6371AC;
}
</style>