Shades of Chetwode Blue #6270AC
Tints of Chetwode Blue #6270AC
RGB
CMYK
RGB Variations
Color information
#6270AC (or 0x6270AC) is known color: Chetwode Blue. HEX triplet: 62, 70 and AC. RGB value is (98,112,172). Sum of RGB (Red+Green+Blue) = 98+112+172=382 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.65% from 382); Green value is 112 (44.14% from 255 or 29.32% from 382); Blue value is 172 (67.58% from 255 or 45.03% from 382); Max value from RGB is 172 - color contains mainly: blue. Hex color #6270AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6270AC is #9D8F53. Grayscale: #727272. Windows color (decimal): -10325844 or 11300962. OLE color: 11300962.
HSL color Cylindrical-coordinate representation of color #6270AC: hue angle of 228.65º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6270AC is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 98 | 112 | 172 | - |
| CMYK | 0.43 | 0.35 | 0 | 0.33 |
| HSL | 228.65º | 0.31% | 0.53% | - |
| HSV(B) | 228.65º | 0.43% | 0.67% | - |
| XYZ | 18.28 | 17.16 | 41.38 | - |
| YUV | 114.65 | 160.36 | 116.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 112 | 172 | 0.43 | 0.35 | 0 | 0.33 | 228.65 | 0.31 | 0.53 |
| Hex | 62 | 70 | AC | 2B | 23 | 0 | 21 | E5 | 1F | 35 |
| Octal | 142 | 160 | 254 | 53 | 43 | 0 | 41 | 345 | 37 | 65 |
| Binary | 1100010 | 1110000 | 10101100 | 101011 | 100011 | 0 | 100001 | 11100101 | 11111 | 110101 |
Color Harmonies of #6270AC
Complementary color
Monochromatic Colors of #6270AC
Black with #6270AC
Text Example
Text Example
White with #6270AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6270AC; }
p { color: rgb(98,112,172); }
H1.HeaderClassName
{
color: #6270AC;
}
.AnyTagClassName
{
color: #6270AC;
}
</style>
background-color css
<style>
a { background-color: #6270AC; }
a { background-color: rgb(98,112,172); }
div.DivClassName
{
background-color: #6270AC;
}
.BgClassName
{
background-color: #6270AC;
}
</style>
border-color css
<style>
span { border-color: #6270AC; }
span { border-color: rgb(98,112,172); }
td.TdClassName
{
border-color: #6270AC;
}
.TagClassName
{
border-color: #6270AC;
}
</style>