Shades of Chetwode Blue #68709E
Tints of Chetwode Blue #68709E
RGB
CMYK
RGB Variations
Color information
#68709E (or 0x68709E) is known color: Chetwode Blue. HEX triplet: 68, 70 and 9E. RGB value is (104,112,158). Sum of RGB (Red+Green+Blue) = 104+112+158=374 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.81% from 374); Green value is 112 (44.14% from 255 or 29.95% from 374); Blue value is 158 (62.11% from 255 or 42.25% from 374); Max value from RGB is 158 - color contains mainly: blue. Hex color #68709E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68709E is #978F61. Grayscale: #727272. Windows color (decimal): -9932642 or 10383464. OLE color: 10383464.
HSL color Cylindrical-coordinate representation of color #68709E: hue angle of 231.11º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #68709E is Cyan = 0.34, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 112 | 158 | - |
| CMYK | 0.34 | 0.29 | 0 | 0.38 |
| HSL | 231.11º | 0.22% | 0.51% | - |
| HSV(B) | 231.11º | 0.34% | 0.62% | - |
| XYZ | 17.67 | 17 | 34.7 | - |
| YUV | 114.85 | 152.35 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 112 | 158 | 0.34 | 0.29 | 0 | 0.38 | 231.11 | 0.22 | 0.51 |
| Hex | 68 | 70 | 9E | 22 | 1D | 0 | 26 | E7 | 16 | 33 |
| Octal | 150 | 160 | 236 | 42 | 35 | 0 | 46 | 347 | 26 | 63 |
| Binary | 1101000 | 1110000 | 10011110 | 100010 | 11101 | 0 | 100110 | 11100111 | 10110 | 110011 |
Color Harmonies of #68709E
Complementary color
Monochromatic Colors of #68709E
Black with #68709E
Text Example
Text Example
White with #68709E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68709E; }
p { color: rgb(104,112,158); }
H1.HeaderClassName
{
color: #68709E;
}
.AnyTagClassName
{
color: #68709E;
}
</style>
background-color css
<style>
a { background-color: #68709E; }
a { background-color: rgb(104,112,158); }
div.DivClassName
{
background-color: #68709E;
}
.BgClassName
{
background-color: #68709E;
}
</style>
border-color css
<style>
span { border-color: #68709E; }
span { border-color: rgb(104,112,158); }
td.TdClassName
{
border-color: #68709E;
}
.TagClassName
{
border-color: #68709E;
}
</style>