Shades of Chetwode Blue #6871BA
Tints of Chetwode Blue #6871BA
RGB
CMYK
RGB Variations
Color information
#6871BA (or 0x6871BA) is known color: Chetwode Blue. HEX triplet: 68, 71 and BA. RGB value is (104,113,186). Sum of RGB (Red+Green+Blue) = 104+113+186=403 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.81% from 403); Green value is 113 (44.53% from 255 or 28.04% from 403); Blue value is 186 (73.05% from 255 or 46.15% from 403); Max value from RGB is 186 - color contains mainly: blue. Hex color #6871BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6871BA is #978E45. Grayscale: #767676. Windows color (decimal): -9932358 or 12218728. OLE color: 12218728.
HSL color Cylindrical-coordinate representation of color #6871BA: hue angle of 233.41º 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 #6871BA is Cyan = 0.44, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 113 | 186 | - |
| CMYK | 0.44 | 0.39 | 0 | 0.27 |
| HSL | 233.41º | 0.37% | 0.57% | - |
| HSV(B) | 233.41º | 0.44% | 0.73% | - |
| XYZ | 20.48 | 18.3 | 48.91 | - |
| YUV | 118.63 | 166.02 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 113 | 186 | 0.44 | 0.39 | 0 | 0.27 | 233.41 | 0.37 | 0.57 |
| Hex | 68 | 71 | BA | 2C | 27 | 0 | 1B | E9 | 25 | 39 |
| Octal | 150 | 161 | 272 | 54 | 47 | 0 | 33 | 351 | 45 | 71 |
| Binary | 1101000 | 1110001 | 10111010 | 101100 | 100111 | 0 | 11011 | 11101001 | 100101 | 111001 |
Color Harmonies of #6871BA
Complementary color
Monochromatic Colors of #6871BA
Black with #6871BA
Text Example
Text Example
White with #6871BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6871BA; }
p { color: rgb(104,113,186); }
H1.HeaderClassName
{
color: #6871BA;
}
.AnyTagClassName
{
color: #6871BA;
}
</style>
background-color css
<style>
a { background-color: #6871BA; }
a { background-color: rgb(104,113,186); }
div.DivClassName
{
background-color: #6871BA;
}
.BgClassName
{
background-color: #6871BA;
}
</style>
border-color css
<style>
span { border-color: #6871BA; }
span { border-color: rgb(104,113,186); }
td.TdClassName
{
border-color: #6871BA;
}
.TagClassName
{
border-color: #6871BA;
}
</style>