Shades of Chetwode Blue #6F719F
Tints of Chetwode Blue #6F719F
RGB
CMYK
RGB Variations
Color information
#6F719F (or 0x6F719F) is known color: Chetwode Blue. HEX triplet: 6F, 71 and 9F. RGB value is (111,113,159). Sum of RGB (Red+Green+Blue) = 111+113+159=383 (50% of max value = 765). Red value is 111 (43.75% from 255 or 28.98% from 383); Green value is 113 (44.53% from 255 or 29.50% from 383); Blue value is 159 (62.5% from 255 or 41.51% from 383); Max value from RGB is 159 - color contains mainly: blue. Hex color #6F719F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F719F is #908E60. Grayscale: #757575. Windows color (decimal): -9473633 or 10449263. OLE color: 10449263.
HSL color Cylindrical-coordinate representation of color #6F719F: hue angle of 237.5º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6F719F is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 111 | 113 | 159 | - |
| CMYK | 0.30 | 0.29 | 0 | 0.38 |
| HSL | 237.5º | 0.2% | 0.53% | - |
| HSV(B) | 237.5º | 0.3% | 0.62% | - |
| XYZ | 18.72 | 17.69 | 35.23 | - |
| YUV | 117.65 | 151.34 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 113 | 159 | 0.30 | 0.29 | 0 | 0.38 | 237.5 | 0.2 | 0.53 |
| Hex | 6F | 71 | 9F | 1E | 1D | 0 | 26 | EE | 14 | 35 |
| Octal | 157 | 161 | 237 | 36 | 35 | 0 | 46 | 356 | 24 | 65 |
| Binary | 1101111 | 1110001 | 10011111 | 11110 | 11101 | 0 | 100110 | 11101110 | 10100 | 110101 |
Color Harmonies of #6F719F
Complementary color
Monochromatic Colors of #6F719F
Black with #6F719F
Text Example
Text Example
White with #6F719F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F719F; }
p { color: rgb(111,113,159); }
H1.HeaderClassName
{
color: #6F719F;
}
.AnyTagClassName
{
color: #6F719F;
}
</style>
background-color css
<style>
a { background-color: #6F719F; }
a { background-color: rgb(111,113,159); }
div.DivClassName
{
background-color: #6F719F;
}
.BgClassName
{
background-color: #6F719F;
}
</style>
border-color css
<style>
span { border-color: #6F719F; }
span { border-color: rgb(111,113,159); }
td.TdClassName
{
border-color: #6F719F;
}
.TagClassName
{
border-color: #6F719F;
}
</style>