Shades of Chetwode Blue #6875A0
Tints of Chetwode Blue #6875A0
RGB
CMYK
RGB Variations
Color information
#6875A0 (or 0x6875A0) is known color: Chetwode Blue. HEX triplet: 68, 75 and A0. RGB value is (104,117,160). Sum of RGB (Red+Green+Blue) = 104+117+160=381 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.30% from 381); Green value is 117 (46.09% from 255 or 30.71% from 381); Blue value is 160 (62.89% from 255 or 41.99% from 381); Max value from RGB is 160 - color contains mainly: blue. Hex color #6875A0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6875A0 is #978A5F. Grayscale: #757575. Windows color (decimal): -9931360 or 10515816. OLE color: 10515816.
HSL color Cylindrical-coordinate representation of color #6875A0: hue angle of 226.07º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6875A0 is Cyan = 0.35, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 104 | 117 | 160 | - |
| CMYK | 0.35 | 0.27 | 0 | 0.37 |
| HSL | 226.07º | 0.23% | 0.52% | - |
| HSV(B) | 226.07º | 0.35% | 0.63% | - |
| XYZ | 18.42 | 18.2 | 35.8 | - |
| YUV | 118.02 | 151.69 | 118 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 117 | 160 | 0.35 | 0.27 | 0 | 0.37 | 226.07 | 0.23 | 0.52 |
| Hex | 68 | 75 | A0 | 23 | 1B | 0 | 25 | E2 | 17 | 34 |
| Octal | 150 | 165 | 240 | 43 | 33 | 0 | 45 | 342 | 27 | 64 |
| Binary | 1101000 | 1110101 | 10100000 | 100011 | 11011 | 0 | 100101 | 11100010 | 10111 | 110100 |
Color Harmonies of #6875A0
Complementary color
Monochromatic Colors of #6875A0
Black with #6875A0
Text Example
Text Example
White with #6875A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6875A0; }
p { color: rgb(104,117,160); }
H1.HeaderClassName
{
color: #6875A0;
}
.AnyTagClassName
{
color: #6875A0;
}
</style>
background-color css
<style>
a { background-color: #6875A0; }
a { background-color: rgb(104,117,160); }
div.DivClassName
{
background-color: #6875A0;
}
.BgClassName
{
background-color: #6875A0;
}
</style>
border-color css
<style>
span { border-color: #6875A0; }
span { border-color: rgb(104,117,160); }
td.TdClassName
{
border-color: #6875A0;
}
.TagClassName
{
border-color: #6875A0;
}
</style>