Shades of Chetwode Blue #6B719E
Tints of Chetwode Blue #6B719E
RGB
CMYK
RGB Variations
Color information
#6B719E (or 0x6B719E) is known color: Chetwode Blue. HEX triplet: 6B, 71 and 9E. RGB value is (107,113,158). Sum of RGB (Red+Green+Blue) = 107+113+158=378 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.31% from 378); Green value is 113 (44.53% from 255 or 29.89% from 378); Blue value is 158 (62.11% from 255 or 41.80% from 378); Max value from RGB is 158 - color contains mainly: blue. Hex color #6B719E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B719E is #948E61. Grayscale: #747474. Windows color (decimal): -9735778 or 10383723. OLE color: 10383723.
HSL color Cylindrical-coordinate representation of color #6B719E: hue angle of 232.94º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6B719E is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 107 | 113 | 158 | - |
| CMYK | 0.32 | 0.28 | 0 | 0.38 |
| HSL | 232.94º | 0.21% | 0.52% | - |
| HSV(B) | 232.94º | 0.32% | 0.62% | - |
| XYZ | 18.14 | 17.4 | 34.75 | - |
| YUV | 116.34 | 151.51 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 113 | 158 | 0.32 | 0.28 | 0 | 0.38 | 232.94 | 0.21 | 0.52 |
| Hex | 6B | 71 | 9E | 20 | 1C | 0 | 26 | E9 | 15 | 34 |
| Octal | 153 | 161 | 236 | 40 | 34 | 0 | 46 | 351 | 25 | 64 |
| Binary | 1101011 | 1110001 | 10011110 | 100000 | 11100 | 0 | 100110 | 11101001 | 10101 | 110100 |
Color Harmonies of #6B719E
Complementary color
Monochromatic Colors of #6B719E
Black with #6B719E
Text Example
Text Example
White with #6B719E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B719E; }
p { color: rgb(107,113,158); }
H1.HeaderClassName
{
color: #6B719E;
}
.AnyTagClassName
{
color: #6B719E;
}
</style>
background-color css
<style>
a { background-color: #6B719E; }
a { background-color: rgb(107,113,158); }
div.DivClassName
{
background-color: #6B719E;
}
.BgClassName
{
background-color: #6B719E;
}
</style>
border-color css
<style>
span { border-color: #6B719E; }
span { border-color: rgb(107,113,158); }
td.TdClassName
{
border-color: #6B719E;
}
.TagClassName
{
border-color: #6B719E;
}
</style>