Shades of Chetwode Blue #68719E
Tints of Chetwode Blue #68719E
RGB
CMYK
RGB Variations
Color information
#68719E (or 0x68719E) is known color: Chetwode Blue. HEX triplet: 68, 71 and 9E. RGB value is (104,113,158). Sum of RGB (Red+Green+Blue) = 104+113+158=375 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.73% from 375); Green value is 113 (44.53% from 255 or 30.13% from 375); Blue value is 158 (62.11% from 255 or 42.13% from 375); Max value from RGB is 158 - color contains mainly: blue. Hex color #68719E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68719E is #978E61. Grayscale: #737373. Windows color (decimal): -9932386 or 10383720. OLE color: 10383720.
HSL color Cylindrical-coordinate representation of color #68719E: hue angle of 230º 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 #68719E is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 113 | 158 | - |
| CMYK | 0.34 | 0.28 | 0 | 0.38 |
| HSL | 230º | 0.22% | 0.51% | - |
| HSV(B) | 230º | 0.34% | 0.62% | - |
| XYZ | 17.79 | 17.22 | 34.73 | - |
| YUV | 115.44 | 152.02 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 113 | 158 | 0.34 | 0.28 | 0 | 0.38 | 230 | 0.22 | 0.51 |
| Hex | 68 | 71 | 9E | 22 | 1C | 0 | 26 | E6 | 16 | 33 |
| Octal | 150 | 161 | 236 | 42 | 34 | 0 | 46 | 346 | 26 | 63 |
| Binary | 1101000 | 1110001 | 10011110 | 100010 | 11100 | 0 | 100110 | 11100110 | 10110 | 110011 |
Color Harmonies of #68719E
Complementary color
Monochromatic Colors of #68719E
Black with #68719E
Text Example
Text Example
White with #68719E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68719E; }
p { color: rgb(104,113,158); }
H1.HeaderClassName
{
color: #68719E;
}
.AnyTagClassName
{
color: #68719E;
}
</style>
background-color css
<style>
a { background-color: #68719E; }
a { background-color: rgb(104,113,158); }
div.DivClassName
{
background-color: #68719E;
}
.BgClassName
{
background-color: #68719E;
}
</style>
border-color css
<style>
span { border-color: #68719E; }
span { border-color: rgb(104,113,158); }
td.TdClassName
{
border-color: #68719E;
}
.TagClassName
{
border-color: #68719E;
}
</style>