Shades of Chetwode Blue #6875AC
Tints of Chetwode Blue #6875AC
RGB
CMYK
RGB Variations
Color information
#6875AC (or 0x6875AC) is known color: Chetwode Blue. HEX triplet: 68, 75 and AC. RGB value is (104,117,172). Sum of RGB (Red+Green+Blue) = 104+117+172=393 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.46% from 393); Green value is 117 (46.09% from 255 or 29.77% from 393); Blue value is 172 (67.58% from 255 or 43.77% from 393); Max value from RGB is 172 - color contains mainly: blue. Hex color #6875AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6875AC is #978A53. Grayscale: #777777. Windows color (decimal): -9931348 or 11302248. OLE color: 11302248.
HSL color Cylindrical-coordinate representation of color #6875AC: hue angle of 228.53º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6875AC is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 117 | 172 | - |
| CMYK | 0.40 | 0.32 | 0 | 0.33 |
| HSL | 228.53º | 0.29% | 0.54% | - |
| HSV(B) | 228.53º | 0.4% | 0.67% | - |
| XYZ | 19.52 | 18.64 | 41.6 | - |
| YUV | 119.38 | 157.69 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 117 | 172 | 0.40 | 0.32 | 0 | 0.33 | 228.53 | 0.29 | 0.54 |
| Hex | 68 | 75 | AC | 28 | 20 | 0 | 21 | E5 | 1D | 36 |
| Octal | 150 | 165 | 254 | 50 | 40 | 0 | 41 | 345 | 35 | 66 |
| Binary | 1101000 | 1110101 | 10101100 | 101000 | 100000 | 0 | 100001 | 11100101 | 11101 | 110110 |
Color Harmonies of #6875AC
Complementary color
Monochromatic Colors of #6875AC
Black with #6875AC
Text Example
Text Example
White with #6875AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6875AC; }
p { color: rgb(104,117,172); }
H1.HeaderClassName
{
color: #6875AC;
}
.AnyTagClassName
{
color: #6875AC;
}
</style>
background-color css
<style>
a { background-color: #6875AC; }
a { background-color: rgb(104,117,172); }
div.DivClassName
{
background-color: #6875AC;
}
.BgClassName
{
background-color: #6875AC;
}
</style>
border-color css
<style>
span { border-color: #6875AC; }
span { border-color: rgb(104,117,172); }
td.TdClassName
{
border-color: #6875AC;
}
.TagClassName
{
border-color: #6875AC;
}
</style>