Shades of Chetwode Blue #6D6F9F
Tints of Chetwode Blue #6D6F9F
RGB
CMYK
RGB Variations
Color information
#6D6F9F (or 0x6D6F9F) is known color: Chetwode Blue. HEX triplet: 6D, 6F and 9F. RGB value is (109,111,159). Sum of RGB (Red+Green+Blue) = 109+111+159=379 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.76% from 379); Green value is 111 (43.75% from 255 or 29.29% from 379); Blue value is 159 (62.5% from 255 or 41.95% from 379); Max value from RGB is 159 - color contains mainly: blue. Hex color #6D6F9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D6F9F is #929060. Grayscale: #737373. Windows color (decimal): -9605217 or 10448749. OLE color: 10448749.
HSL color Cylindrical-coordinate representation of color #6D6F9F: hue angle of 237.6º 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 #6D6F9F is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 109 | 111 | 159 | - |
| CMYK | 0.31 | 0.30 | 0 | 0.38 |
| HSL | 237.6º | 0.21% | 0.53% | - |
| HSV(B) | 237.6º | 0.31% | 0.62% | - |
| XYZ | 18.25 | 17.12 | 35.14 | - |
| YUV | 115.87 | 152.34 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 111 | 159 | 0.31 | 0.30 | 0 | 0.38 | 237.6 | 0.21 | 0.53 |
| Hex | 6D | 6F | 9F | 1F | 1E | 0 | 26 | EE | 15 | 35 |
| Octal | 155 | 157 | 237 | 37 | 36 | 0 | 46 | 356 | 25 | 65 |
| Binary | 1101101 | 1101111 | 10011111 | 11111 | 11110 | 0 | 100110 | 11101110 | 10101 | 110101 |
Color Harmonies of #6D6F9F
Complementary color
Monochromatic Colors of #6D6F9F
Black with #6D6F9F
Text Example
Text Example
White with #6D6F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6F9F; }
p { color: rgb(109,111,159); }
H1.HeaderClassName
{
color: #6D6F9F;
}
.AnyTagClassName
{
color: #6D6F9F;
}
</style>
background-color css
<style>
a { background-color: #6D6F9F; }
a { background-color: rgb(109,111,159); }
div.DivClassName
{
background-color: #6D6F9F;
}
.BgClassName
{
background-color: #6D6F9F;
}
</style>
border-color css
<style>
span { border-color: #6D6F9F; }
span { border-color: rgb(109,111,159); }
td.TdClassName
{
border-color: #6D6F9F;
}
.TagClassName
{
border-color: #6D6F9F;
}
</style>