Shades of Chetwode Blue #6870BA
Tints of Chetwode Blue #6870BA
RGB
CMYK
RGB Variations
Color information
#6870BA (or 0x6870BA) is known color: Chetwode Blue. HEX triplet: 68, 70 and BA. RGB value is (104,112,186). Sum of RGB (Red+Green+Blue) = 104+112+186=402 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.87% from 402); Green value is 112 (44.14% from 255 or 27.86% from 402); Blue value is 186 (73.05% from 255 or 46.27% from 402); Max value from RGB is 186 - color contains mainly: blue. Hex color #6870BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6870BA is #978F45. Grayscale: #757575. Windows color (decimal): -9932614 or 12218472. OLE color: 12218472.
HSL color Cylindrical-coordinate representation of color #6870BA: hue angle of 234.15º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6870BA is Cyan = 0.44, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 112 | 186 | - |
| CMYK | 0.44 | 0.40 | 0 | 0.27 |
| HSL | 234.15º | 0.37% | 0.57% | - |
| HSV(B) | 234.15º | 0.44% | 0.73% | - |
| XYZ | 20.37 | 18.08 | 48.87 | - |
| YUV | 118.04 | 166.35 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 112 | 186 | 0.44 | 0.40 | 0 | 0.27 | 234.15 | 0.37 | 0.57 |
| Hex | 68 | 70 | BA | 2C | 28 | 0 | 1B | EA | 25 | 39 |
| Octal | 150 | 160 | 272 | 54 | 50 | 0 | 33 | 352 | 45 | 71 |
| Binary | 1101000 | 1110000 | 10111010 | 101100 | 101000 | 0 | 11011 | 11101010 | 100101 | 111001 |
Color Harmonies of #6870BA
Complementary color
Monochromatic Colors of #6870BA
Black with #6870BA
Text Example
Text Example
White with #6870BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6870BA; }
p { color: rgb(104,112,186); }
H1.HeaderClassName
{
color: #6870BA;
}
.AnyTagClassName
{
color: #6870BA;
}
</style>
background-color css
<style>
a { background-color: #6870BA; }
a { background-color: rgb(104,112,186); }
div.DivClassName
{
background-color: #6870BA;
}
.BgClassName
{
background-color: #6870BA;
}
</style>
border-color css
<style>
span { border-color: #6870BA; }
span { border-color: rgb(104,112,186); }
td.TdClassName
{
border-color: #6870BA;
}
.TagClassName
{
border-color: #6870BA;
}
</style>