Shades of Chetwode Blue #6870CC
Tints of Chetwode Blue #6870CC
RGB
CMYK
RGB Variations
Color information
#6870CC (or 0x6870CC) is known color: Chetwode Blue. HEX triplet: 68, 70 and CC. RGB value is (104,112,204). Sum of RGB (Red+Green+Blue) = 104+112+204=420 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.76% from 420); Green value is 112 (44.14% from 255 or 26.67% from 420); Blue value is 204 (80.08% from 255 or 48.57% from 420); Max value from RGB is 204 - color contains mainly: blue. Hex color #6870CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6870CC is #978F33. Grayscale: #777777. Windows color (decimal): -9932596 or 13398120. OLE color: 13398120.
HSL color Cylindrical-coordinate representation of color #6870CC: hue angle of 235.2º degrees, saturation: 0.5, 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 #6870CC is Cyan = 0.49, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 104 | 112 | 204 | - |
| CMYK | 0.49 | 0.45 | 0 | 0.2 |
| HSL | 235.2º | 0.5% | 0.6% | - |
| HSV(B) | 235.2º | 0.49% | 0.8% | - |
| XYZ | 22.4 | 18.89 | 59.59 | - |
| YUV | 120.1 | 175.35 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 112 | 204 | 0.49 | 0.45 | 0 | 0.2 | 235.2 | 0.5 | 0.6 |
| Hex | 68 | 70 | CC | 31 | 2D | 0 | 14 | EB | 32 | 3C |
| Octal | 150 | 160 | 314 | 61 | 55 | 0 | 24 | 353 | 62 | 74 |
| Binary | 1101000 | 1110000 | 11001100 | 110001 | 101101 | 0 | 10100 | 11101011 | 110010 | 111100 |
Color Harmonies of #6870CC
Complementary color
Monochromatic Colors of #6870CC
Black with #6870CC
Text Example
Text Example
White with #6870CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6870CC; }
p { color: rgb(104,112,204); }
H1.HeaderClassName
{
color: #6870CC;
}
.AnyTagClassName
{
color: #6870CC;
}
</style>
background-color css
<style>
a { background-color: #6870CC; }
a { background-color: rgb(104,112,204); }
div.DivClassName
{
background-color: #6870CC;
}
.BgClassName
{
background-color: #6870CC;
}
</style>
border-color css
<style>
span { border-color: #6870CC; }
span { border-color: rgb(104,112,204); }
td.TdClassName
{
border-color: #6870CC;
}
.TagClassName
{
border-color: #6870CC;
}
</style>