Shades of Chetwode Blue #6874AB
Tints of Chetwode Blue #6874AB
RGB
CMYK
RGB Variations
Color information
#6874AB (or 0x6874AB) is known color: Chetwode Blue. HEX triplet: 68, 74 and AB. RGB value is (104,116,171). Sum of RGB (Red+Green+Blue) = 104+116+171=391 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.60% from 391); Green value is 116 (45.70% from 255 or 29.67% from 391); Blue value is 171 (67.19% from 255 or 43.73% from 391); Max value from RGB is 171 - color contains mainly: blue. Hex color #6874AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6874AB is #978B54. Grayscale: #767676. Windows color (decimal): -9931605 or 11236456. OLE color: 11236456.
HSL color Cylindrical-coordinate representation of color #6874AB: hue angle of 229.25º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6874AB is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 116 | 171 | - |
| CMYK | 0.39 | 0.32 | 0 | 0.33 |
| HSL | 229.25º | 0.29% | 0.54% | - |
| HSV(B) | 229.25º | 0.39% | 0.67% | - |
| XYZ | 19.31 | 18.37 | 41.06 | - |
| YUV | 118.68 | 157.52 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 116 | 171 | 0.39 | 0.32 | 0 | 0.33 | 229.25 | 0.29 | 0.54 |
| Hex | 68 | 74 | AB | 27 | 20 | 0 | 21 | E5 | 1D | 36 |
| Octal | 150 | 164 | 253 | 47 | 40 | 0 | 41 | 345 | 35 | 66 |
| Binary | 1101000 | 1110100 | 10101011 | 100111 | 100000 | 0 | 100001 | 11100101 | 11101 | 110110 |
Color Harmonies of #6874AB
Complementary color
Monochromatic Colors of #6874AB
Black with #6874AB
Text Example
Text Example
White with #6874AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6874AB; }
p { color: rgb(104,116,171); }
H1.HeaderClassName
{
color: #6874AB;
}
.AnyTagClassName
{
color: #6874AB;
}
</style>
background-color css
<style>
a { background-color: #6874AB; }
a { background-color: rgb(104,116,171); }
div.DivClassName
{
background-color: #6874AB;
}
.BgClassName
{
background-color: #6874AB;
}
</style>
border-color css
<style>
span { border-color: #6874AB; }
span { border-color: rgb(104,116,171); }
td.TdClassName
{
border-color: #6874AB;
}
.TagClassName
{
border-color: #6874AB;
}
</style>