Shades of Chetwode Blue #6D759F
Tints of Chetwode Blue #6D759F
RGB
CMYK
RGB Variations
Color information
#6D759F (or 0x6D759F) is known color: Chetwode Blue. HEX triplet: 6D, 75 and 9F. RGB value is (109,117,159). Sum of RGB (Red+Green+Blue) = 109+117+159=385 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.31% from 385); Green value is 117 (46.09% from 255 or 30.39% from 385); Blue value is 159 (62.5% from 255 or 41.30% from 385); Max value from RGB is 159 - color contains mainly: blue. Hex color #6D759F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D759F is #928A60. Grayscale: #777777. Windows color (decimal): -9603681 or 10450285. OLE color: 10450285.
HSL color Cylindrical-coordinate representation of color #6D759F: hue angle of 230.4º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6D759F is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 109 | 117 | 159 | - |
| CMYK | 0.31 | 0.26 | 0 | 0.38 |
| HSL | 230.4º | 0.21% | 0.53% | - |
| HSV(B) | 230.4º | 0.31% | 0.62% | - |
| XYZ | 18.93 | 18.48 | 35.37 | - |
| YUV | 119.4 | 150.35 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 117 | 159 | 0.31 | 0.26 | 0 | 0.38 | 230.4 | 0.21 | 0.53 |
| Hex | 6D | 75 | 9F | 1F | 1A | 0 | 26 | E6 | 15 | 35 |
| Octal | 155 | 165 | 237 | 37 | 32 | 0 | 46 | 346 | 25 | 65 |
| Binary | 1101101 | 1110101 | 10011111 | 11111 | 11010 | 0 | 100110 | 11100110 | 10101 | 110101 |
Color Harmonies of #6D759F
Complementary color
Monochromatic Colors of #6D759F
Black with #6D759F
Text Example
Text Example
White with #6D759F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D759F; }
p { color: rgb(109,117,159); }
H1.HeaderClassName
{
color: #6D759F;
}
.AnyTagClassName
{
color: #6D759F;
}
</style>
background-color css
<style>
a { background-color: #6D759F; }
a { background-color: rgb(109,117,159); }
div.DivClassName
{
background-color: #6D759F;
}
.BgClassName
{
background-color: #6D759F;
}
</style>
border-color css
<style>
span { border-color: #6D759F; }
span { border-color: rgb(109,117,159); }
td.TdClassName
{
border-color: #6D759F;
}
.TagClassName
{
border-color: #6D759F;
}
</style>