Shades of Chetwode Blue #6F759F
Tints of Chetwode Blue #6F759F
RGB
CMYK
RGB Variations
Color information
#6F759F (or 0x6F759F) is known color: Chetwode Blue. HEX triplet: 6F, 75 and 9F. RGB value is (111,117,159). Sum of RGB (Red+Green+Blue) = 111+117+159=387 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.68% from 387); Green value is 117 (46.09% from 255 or 30.23% from 387); Blue value is 159 (62.5% from 255 or 41.09% from 387); Max value from RGB is 159 - color contains mainly: blue. Hex color #6F759F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F759F is #908A60. Grayscale: #777777. Windows color (decimal): -9472609 or 10450287. OLE color: 10450287.
HSL color Cylindrical-coordinate representation of color #6F759F: hue angle of 232.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 #6F759F is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 111 | 117 | 159 | - |
| CMYK | 0.30 | 0.26 | 0 | 0.38 |
| HSL | 232.5º | 0.2% | 0.53% | - |
| HSV(B) | 232.5º | 0.3% | 0.62% | - |
| XYZ | 19.17 | 18.61 | 35.38 | - |
| YUV | 119.99 | 150.01 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 117 | 159 | 0.30 | 0.26 | 0 | 0.38 | 232.5 | 0.2 | 0.53 |
| Hex | 6F | 75 | 9F | 1E | 1A | 0 | 26 | E8 | 14 | 35 |
| Octal | 157 | 165 | 237 | 36 | 32 | 0 | 46 | 350 | 24 | 65 |
| Binary | 1101111 | 1110101 | 10011111 | 11110 | 11010 | 0 | 100110 | 11101000 | 10100 | 110101 |
Color Harmonies of #6F759F
Complementary color
Monochromatic Colors of #6F759F
Black with #6F759F
Text Example
Text Example
White with #6F759F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F759F; }
p { color: rgb(111,117,159); }
H1.HeaderClassName
{
color: #6F759F;
}
.AnyTagClassName
{
color: #6F759F;
}
</style>
background-color css
<style>
a { background-color: #6F759F; }
a { background-color: rgb(111,117,159); }
div.DivClassName
{
background-color: #6F759F;
}
.BgClassName
{
background-color: #6F759F;
}
</style>
border-color css
<style>
span { border-color: #6F759F; }
span { border-color: rgb(111,117,159); }
td.TdClassName
{
border-color: #6F759F;
}
.TagClassName
{
border-color: #6F759F;
}
</style>