Shades of Chetwode Blue #6370AC
Tints of Chetwode Blue #6370AC
RGB
CMYK
RGB Variations
Color information
#6370AC (or 0x6370AC) is known color: Chetwode Blue. HEX triplet: 63, 70 and AC. RGB value is (99,112,172). Sum of RGB (Red+Green+Blue) = 99+112+172=383 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.85% from 383); Green value is 112 (44.14% from 255 or 29.24% from 383); Blue value is 172 (67.58% from 255 or 44.91% from 383); Max value from RGB is 172 - color contains mainly: blue. Hex color #6370AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6370AC is #9C8F53. Grayscale: #727272. Windows color (decimal): -10260308 or 11300963. OLE color: 11300963.
HSL color Cylindrical-coordinate representation of color #6370AC: hue angle of 229.32º 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 #6370AC is Cyan = 0.42, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 112 | 172 | - |
| CMYK | 0.42 | 0.35 | 0 | 0.33 |
| HSL | 229.32º | 0.31% | 0.53% | - |
| HSV(B) | 229.32º | 0.42% | 0.67% | - |
| XYZ | 18.39 | 17.22 | 41.38 | - |
| YUV | 114.95 | 160.19 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 112 | 172 | 0.42 | 0.35 | 0 | 0.33 | 229.32 | 0.31 | 0.53 |
| Hex | 63 | 70 | AC | 2A | 23 | 0 | 21 | E5 | 1F | 35 |
| Octal | 143 | 160 | 254 | 52 | 43 | 0 | 41 | 345 | 37 | 65 |
| Binary | 1100011 | 1110000 | 10101100 | 101010 | 100011 | 0 | 100001 | 11100101 | 11111 | 110101 |
Color Harmonies of #6370AC
Complementary color
Monochromatic Colors of #6370AC
Black with #6370AC
Text Example
Text Example
White with #6370AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6370AC; }
p { color: rgb(99,112,172); }
H1.HeaderClassName
{
color: #6370AC;
}
.AnyTagClassName
{
color: #6370AC;
}
</style>
background-color css
<style>
a { background-color: #6370AC; }
a { background-color: rgb(99,112,172); }
div.DivClassName
{
background-color: #6370AC;
}
.BgClassName
{
background-color: #6370AC;
}
</style>
border-color css
<style>
span { border-color: #6370AC; }
span { border-color: rgb(99,112,172); }
td.TdClassName
{
border-color: #6370AC;
}
.TagClassName
{
border-color: #6370AC;
}
</style>