Shades of Chetwode Blue #6872BB
Tints of Chetwode Blue #6872BB
RGB
CMYK
RGB Variations
Color information
#6872BB (or 0x6872BB) is known color: Chetwode Blue. HEX triplet: 68, 72 and BB. RGB value is (104,114,187). Sum of RGB (Red+Green+Blue) = 104+114+187=405 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.68% from 405); Green value is 114 (44.92% from 255 or 28.15% from 405); Blue value is 187 (73.44% from 255 or 46.17% from 405); Max value from RGB is 187 - color contains mainly: blue. Hex color #6872BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6872BB is #978D44. Grayscale: #777777. Windows color (decimal): -9932101 or 12284520. OLE color: 12284520.
HSL color Cylindrical-coordinate representation of color #6872BB: hue angle of 232.77º degrees, saturation: 0.38, 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 #6872BB is Cyan = 0.44, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 114 | 187 | - |
| CMYK | 0.44 | 0.39 | 0 | 0.27 |
| HSL | 232.77º | 0.38% | 0.57% | - |
| HSV(B) | 232.77º | 0.44% | 0.73% | - |
| XYZ | 20.7 | 18.57 | 49.51 | - |
| YUV | 119.33 | 166.19 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 114 | 187 | 0.44 | 0.39 | 0 | 0.27 | 232.77 | 0.38 | 0.57 |
| Hex | 68 | 72 | BB | 2C | 27 | 0 | 1B | E9 | 26 | 39 |
| Octal | 150 | 162 | 273 | 54 | 47 | 0 | 33 | 351 | 46 | 71 |
| Binary | 1101000 | 1110010 | 10111011 | 101100 | 100111 | 0 | 11011 | 11101001 | 100110 | 111001 |
Color Harmonies of #6872BB
Complementary color
Monochromatic Colors of #6872BB
Black with #6872BB
Text Example
Text Example
White with #6872BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6872BB; }
p { color: rgb(104,114,187); }
H1.HeaderClassName
{
color: #6872BB;
}
.AnyTagClassName
{
color: #6872BB;
}
</style>
background-color css
<style>
a { background-color: #6872BB; }
a { background-color: rgb(104,114,187); }
div.DivClassName
{
background-color: #6872BB;
}
.BgClassName
{
background-color: #6872BB;
}
</style>
border-color css
<style>
span { border-color: #6872BB; }
span { border-color: rgb(104,114,187); }
td.TdClassName
{
border-color: #6872BB;
}
.TagClassName
{
border-color: #6872BB;
}
</style>