Shades of Chetwode Blue #6875D5
Tints of Chetwode Blue #6875D5
RGB
CMYK
RGB Variations
Color information
#6875D5 (or 0x6875D5) is known color: Chetwode Blue. HEX triplet: 68, 75 and D5. RGB value is (104,117,213). Sum of RGB (Red+Green+Blue) = 104+117+213=434 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.96% from 434); Green value is 117 (46.09% from 255 or 26.96% from 434); Blue value is 213 (83.59% from 255 or 49.08% from 434); Max value from RGB is 213 - color contains mainly: blue. Hex color #6875D5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6875D5 is #978A2A. Grayscale: #7B7B7B. Windows color (decimal): -9931307 or 13989224. OLE color: 13989224.
HSL color Cylindrical-coordinate representation of color #6875D5: hue angle of 232.84º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6875D5 is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 117 | 213 | - |
| CMYK | 0.51 | 0.45 | 0 | 0.16 |
| HSL | 232.84º | 0.56% | 0.62% | - |
| HSV(B) | 232.84º | 0.51% | 0.84% | - |
| XYZ | 24.08 | 20.47 | 65.63 | - |
| YUV | 124.06 | 178.19 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 117 | 213 | 0.51 | 0.45 | 0 | 0.16 | 232.84 | 0.56 | 0.62 |
| Hex | 68 | 75 | D5 | 33 | 2D | 0 | 10 | E9 | 38 | 3E |
| Octal | 150 | 165 | 325 | 63 | 55 | 0 | 20 | 351 | 70 | 76 |
| Binary | 1101000 | 1110101 | 11010101 | 110011 | 101101 | 0 | 10000 | 11101001 | 111000 | 111110 |
Color Harmonies of #6875D5
Complementary color
Monochromatic Colors of #6875D5
Black with #6875D5
Text Example
Text Example
White with #6875D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6875D5; }
p { color: rgb(104,117,213); }
H1.HeaderClassName
{
color: #6875D5;
}
.AnyTagClassName
{
color: #6875D5;
}
</style>
background-color css
<style>
a { background-color: #6875D5; }
a { background-color: rgb(104,117,213); }
div.DivClassName
{
background-color: #6875D5;
}
.BgClassName
{
background-color: #6875D5;
}
</style>
border-color css
<style>
span { border-color: #6875D5; }
span { border-color: rgb(104,117,213); }
td.TdClassName
{
border-color: #6875D5;
}
.TagClassName
{
border-color: #6875D5;
}
</style>