Shades of Chetwode Blue #6871BD
Tints of Chetwode Blue #6871BD
RGB
CMYK
RGB Variations
Color information
#6871BD (or 0x6871BD) is known color: Chetwode Blue. HEX triplet: 68, 71 and BD. RGB value is (104,113,189). Sum of RGB (Red+Green+Blue) = 104+113+189=406 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.62% from 406); Green value is 113 (44.53% from 255 or 27.83% from 406); Blue value is 189 (74.22% from 255 or 46.55% from 406); Max value from RGB is 189 - color contains mainly: blue. Hex color #6871BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6871BD is #978E42. Grayscale: #767676. Windows color (decimal): -9932355 or 12415336. OLE color: 12415336.
HSL color Cylindrical-coordinate representation of color #6871BD: hue angle of 233.65º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6871BD is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 113 | 189 | - |
| CMYK | 0.45 | 0.40 | 0 | 0.26 |
| HSL | 233.65º | 0.39% | 0.57% | - |
| HSV(B) | 233.65º | 0.45% | 0.74% | - |
| XYZ | 20.8 | 18.43 | 50.6 | - |
| YUV | 118.97 | 167.52 | 117.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 113 | 189 | 0.45 | 0.40 | 0 | 0.26 | 233.65 | 0.39 | 0.57 |
| Hex | 68 | 71 | BD | 2D | 28 | 0 | 1A | EA | 27 | 39 |
| Octal | 150 | 161 | 275 | 55 | 50 | 0 | 32 | 352 | 47 | 71 |
| Binary | 1101000 | 1110001 | 10111101 | 101101 | 101000 | 0 | 11010 | 11101010 | 100111 | 111001 |
Color Harmonies of #6871BD
Complementary color
Monochromatic Colors of #6871BD
Black with #6871BD
Text Example
Text Example
White with #6871BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6871BD; }
p { color: rgb(104,113,189); }
H1.HeaderClassName
{
color: #6871BD;
}
.AnyTagClassName
{
color: #6871BD;
}
</style>
background-color css
<style>
a { background-color: #6871BD; }
a { background-color: rgb(104,113,189); }
div.DivClassName
{
background-color: #6871BD;
}
.BgClassName
{
background-color: #6871BD;
}
</style>
border-color css
<style>
span { border-color: #6871BD; }
span { border-color: rgb(104,113,189); }
td.TdClassName
{
border-color: #6871BD;
}
.TagClassName
{
border-color: #6871BD;
}
</style>