Shades of Chetwode Blue #6878CF
Tints of Chetwode Blue #6878CF
RGB
CMYK
RGB Variations
Color information
#6878CF (or 0x6878CF) is known color: Chetwode Blue. HEX triplet: 68, 78 and CF. RGB value is (104,120,207). Sum of RGB (Red+Green+Blue) = 104+120+207=431 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.13% from 431); Green value is 120 (47.27% from 255 or 27.84% from 431); Blue value is 207 (81.25% from 255 or 48.03% from 431); Max value from RGB is 207 - color contains mainly: blue. Hex color #6878CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6878CF is #978730. Grayscale: #7C7C7C. Windows color (decimal): -9930545 or 13596776. OLE color: 13596776.
HSL color Cylindrical-coordinate representation of color #6878CF: hue angle of 230.68º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6878CF is Cyan = 0.50, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 120 | 207 | - |
| CMYK | 0.50 | 0.42 | 0 | 0.19 |
| HSL | 230.68º | 0.52% | 0.61% | - |
| HSV(B) | 230.68º | 0.5% | 0.81% | - |
| XYZ | 23.69 | 20.88 | 61.81 | - |
| YUV | 125.13 | 174.2 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 120 | 207 | 0.50 | 0.42 | 0 | 0.19 | 230.68 | 0.52 | 0.61 |
| Hex | 68 | 78 | CF | 32 | 2A | 0 | 13 | E7 | 34 | 3D |
| Octal | 150 | 170 | 317 | 62 | 52 | 0 | 23 | 347 | 64 | 75 |
| Binary | 1101000 | 1111000 | 11001111 | 110010 | 101010 | 0 | 10011 | 11100111 | 110100 | 111101 |
Color Harmonies of #6878CF
Complementary color
Monochromatic Colors of #6878CF
Black with #6878CF
Text Example
Text Example
White with #6878CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6878CF; }
p { color: rgb(104,120,207); }
H1.HeaderClassName
{
color: #6878CF;
}
.AnyTagClassName
{
color: #6878CF;
}
</style>
background-color css
<style>
a { background-color: #6878CF; }
a { background-color: rgb(104,120,207); }
div.DivClassName
{
background-color: #6878CF;
}
.BgClassName
{
background-color: #6878CF;
}
</style>
border-color css
<style>
span { border-color: #6878CF; }
span { border-color: rgb(104,120,207); }
td.TdClassName
{
border-color: #6878CF;
}
.TagClassName
{
border-color: #6878CF;
}
</style>