Shades of Chetwode Blue #6875AD
Tints of Chetwode Blue #6875AD
RGB
CMYK
RGB Variations
Color information
#6875AD (or 0x6875AD) is known color: Chetwode Blue. HEX triplet: 68, 75 and AD. RGB value is (104,117,173). Sum of RGB (Red+Green+Blue) = 104+117+173=394 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.40% from 394); Green value is 117 (46.09% from 255 or 29.70% from 394); Blue value is 173 (67.97% from 255 or 43.91% from 394); Max value from RGB is 173 - color contains mainly: blue. Hex color #6875AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6875AD is #978A52. Grayscale: #777777. Windows color (decimal): -9931347 or 11367784. OLE color: 11367784.
HSL color Cylindrical-coordinate representation of color #6875AD: hue angle of 228.7º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6875AD is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 104 | 117 | 173 | - |
| CMYK | 0.40 | 0.32 | 0 | 0.32 |
| HSL | 228.7º | 0.3% | 0.54% | - |
| HSV(B) | 228.7º | 0.4% | 0.68% | - |
| XYZ | 19.61 | 18.68 | 42.11 | - |
| YUV | 119.5 | 158.19 | 116.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 117 | 173 | 0.40 | 0.32 | 0 | 0.32 | 228.7 | 0.3 | 0.54 |
| Hex | 68 | 75 | AD | 28 | 20 | 0 | 20 | E5 | 1E | 36 |
| Octal | 150 | 165 | 255 | 50 | 40 | 0 | 40 | 345 | 36 | 66 |
| Binary | 1101000 | 1110101 | 10101101 | 101000 | 100000 | 0 | 100000 | 11100101 | 11110 | 110110 |
Color Harmonies of #6875AD
Complementary color
Monochromatic Colors of #6875AD
Black with #6875AD
Text Example
Text Example
White with #6875AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6875AD; }
p { color: rgb(104,117,173); }
H1.HeaderClassName
{
color: #6875AD;
}
.AnyTagClassName
{
color: #6875AD;
}
</style>
background-color css
<style>
a { background-color: #6875AD; }
a { background-color: rgb(104,117,173); }
div.DivClassName
{
background-color: #6875AD;
}
.BgClassName
{
background-color: #6875AD;
}
</style>
border-color css
<style>
span { border-color: #6875AD; }
span { border-color: rgb(104,117,173); }
td.TdClassName
{
border-color: #6875AD;
}
.TagClassName
{
border-color: #6875AD;
}
</style>