Shades of Chetwode Blue #6870CE
Tints of Chetwode Blue #6870CE
RGB
CMYK
RGB Variations
Color information
#6870CE (or 0x6870CE) is known color: Chetwode Blue. HEX triplet: 68, 70 and CE. RGB value is (104,112,206). Sum of RGB (Red+Green+Blue) = 104+112+206=422 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.64% from 422); Green value is 112 (44.14% from 255 or 26.54% from 422); Blue value is 206 (80.86% from 255 or 48.82% from 422); Max value from RGB is 206 - color contains mainly: blue. Hex color #6870CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6870CE is #978F31. Grayscale: #777777. Windows color (decimal): -9932594 or 13529192. OLE color: 13529192.
HSL color Cylindrical-coordinate representation of color #6870CE: hue angle of 235.29º degrees, saturation: 0.51, 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 #6870CE is Cyan = 0.50, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 112 | 206 | - |
| CMYK | 0.50 | 0.46 | 0 | 0.19 |
| HSL | 235.29º | 0.51% | 0.61% | - |
| HSV(B) | 235.29º | 0.5% | 0.81% | - |
| XYZ | 22.64 | 18.99 | 60.86 | - |
| YUV | 120.32 | 176.35 | 116.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 112 | 206 | 0.50 | 0.46 | 0 | 0.19 | 235.29 | 0.51 | 0.61 |
| Hex | 68 | 70 | CE | 32 | 2E | 0 | 13 | EB | 33 | 3D |
| Octal | 150 | 160 | 316 | 62 | 56 | 0 | 23 | 353 | 63 | 75 |
| Binary | 1101000 | 1110000 | 11001110 | 110010 | 101110 | 0 | 10011 | 11101011 | 110011 | 111101 |
Color Harmonies of #6870CE
Complementary color
Monochromatic Colors of #6870CE
Black with #6870CE
Text Example
Text Example
White with #6870CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6870CE; }
p { color: rgb(104,112,206); }
H1.HeaderClassName
{
color: #6870CE;
}
.AnyTagClassName
{
color: #6870CE;
}
</style>
background-color css
<style>
a { background-color: #6870CE; }
a { background-color: rgb(104,112,206); }
div.DivClassName
{
background-color: #6870CE;
}
.BgClassName
{
background-color: #6870CE;
}
</style>
border-color css
<style>
span { border-color: #6870CE; }
span { border-color: rgb(104,112,206); }
td.TdClassName
{
border-color: #6870CE;
}
.TagClassName
{
border-color: #6870CE;
}
</style>