Shades of Chetwode Blue #6870CB
Tints of Chetwode Blue #6870CB
RGB
CMYK
RGB Variations
Color information
#6870CB (or 0x6870CB) is known color: Chetwode Blue. HEX triplet: 68, 70 and CB. RGB value is (104,112,203). Sum of RGB (Red+Green+Blue) = 104+112+203=419 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.82% from 419); Green value is 112 (44.14% from 255 or 26.73% from 419); Blue value is 203 (79.69% from 255 or 48.45% from 419); Max value from RGB is 203 - color contains mainly: blue. Hex color #6870CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6870CB is #978F34. Grayscale: #777777. Windows color (decimal): -9932597 or 13332584. OLE color: 13332584.
HSL color Cylindrical-coordinate representation of color #6870CB: hue angle of 235.15º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6870CB is Cyan = 0.49, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 112 | 203 | - |
| CMYK | 0.49 | 0.45 | 0 | 0.20 |
| HSL | 235.15º | 0.49% | 0.6% | - |
| HSV(B) | 235.15º | 0.49% | 0.8% | - |
| XYZ | 22.28 | 18.84 | 58.96 | - |
| YUV | 119.98 | 174.85 | 116.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 112 | 203 | 0.49 | 0.45 | 0 | 0.20 | 235.15 | 0.49 | 0.6 |
| Hex | 68 | 70 | CB | 31 | 2D | 0 | 14 | EB | 31 | 3C |
| Octal | 150 | 160 | 313 | 61 | 55 | 0 | 24 | 353 | 61 | 74 |
| Binary | 1101000 | 1110000 | 11001011 | 110001 | 101101 | 0 | 10100 | 11101011 | 110001 | 111100 |
Color Harmonies of #6870CB
Complementary color
Monochromatic Colors of #6870CB
Black with #6870CB
Text Example
Text Example
White with #6870CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6870CB; }
p { color: rgb(104,112,203); }
H1.HeaderClassName
{
color: #6870CB;
}
.AnyTagClassName
{
color: #6870CB;
}
</style>
background-color css
<style>
a { background-color: #6870CB; }
a { background-color: rgb(104,112,203); }
div.DivClassName
{
background-color: #6870CB;
}
.BgClassName
{
background-color: #6870CB;
}
</style>
border-color css
<style>
span { border-color: #6870CB; }
span { border-color: rgb(104,112,203); }
td.TdClassName
{
border-color: #6870CB;
}
.TagClassName
{
border-color: #6870CB;
}
</style>