Shades of Chetwode Blue #6873BF
Tints of Chetwode Blue #6873BF
RGB
CMYK
RGB Variations
Color information
#6873BF (or 0x6873BF) is known color: Chetwode Blue. HEX triplet: 68, 73 and BF. RGB value is (104,115,191). Sum of RGB (Red+Green+Blue) = 104+115+191=410 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.37% from 410); Green value is 115 (45.31% from 255 or 28.05% from 410); Blue value is 191 (75% from 255 or 46.59% from 410); Max value from RGB is 191 - color contains mainly: blue. Hex color #6873BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6873BF is #978C40. Grayscale: #787878. Windows color (decimal): -9931841 or 12546920. OLE color: 12546920.
HSL color Cylindrical-coordinate representation of color #6873BF: hue angle of 232.41º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6873BF is Cyan = 0.46, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 104 | 115 | 191 | - |
| CMYK | 0.46 | 0.40 | 0 | 0.25 |
| HSL | 232.41º | 0.4% | 0.58% | - |
| HSV(B) | 232.41º | 0.46% | 0.75% | - |
| XYZ | 21.24 | 18.97 | 51.83 | - |
| YUV | 120.38 | 167.86 | 116.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 115 | 191 | 0.46 | 0.40 | 0 | 0.25 | 232.41 | 0.4 | 0.58 |
| Hex | 68 | 73 | BF | 2E | 28 | 0 | 19 | E8 | 28 | 3A |
| Octal | 150 | 163 | 277 | 56 | 50 | 0 | 31 | 350 | 50 | 72 |
| Binary | 1101000 | 1110011 | 10111111 | 101110 | 101000 | 0 | 11001 | 11101000 | 101000 | 111010 |
Color Harmonies of #6873BF
Complementary color
Monochromatic Colors of #6873BF
Black with #6873BF
Text Example
Text Example
White with #6873BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6873BF; }
p { color: rgb(104,115,191); }
H1.HeaderClassName
{
color: #6873BF;
}
.AnyTagClassName
{
color: #6873BF;
}
</style>
background-color css
<style>
a { background-color: #6873BF; }
a { background-color: rgb(104,115,191); }
div.DivClassName
{
background-color: #6873BF;
}
.BgClassName
{
background-color: #6873BF;
}
</style>
border-color css
<style>
span { border-color: #6873BF; }
span { border-color: rgb(104,115,191); }
td.TdClassName
{
border-color: #6873BF;
}
.TagClassName
{
border-color: #6873BF;
}
</style>