Shades of Chetwode Blue #6D6BBB
Tints of Chetwode Blue #6D6BBB
RGB
CMYK
RGB Variations
Color information
#6D6BBB (or 0x6D6BBB) is known color: Chetwode Blue. HEX triplet: 6D, 6B and BB. RGB value is (109,107,187). Sum of RGB (Red+Green+Blue) = 109+107+187=403 (53% of max value = 765). Red value is 109 (42.97% from 255 or 27.05% from 403); Green value is 107 (42.19% from 255 or 26.55% from 403); Blue value is 187 (73.44% from 255 or 46.40% from 403); Max value from RGB is 187 - color contains mainly: blue. Hex color #6D6BBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D6BBB is #929444. Grayscale: #747474. Windows color (decimal): -9606213 or 12282733. OLE color: 12282733.
HSL color Cylindrical-coordinate representation of color #6D6BBB: hue angle of 241.5º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6D6BBB is Cyan = 0.42, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 109 | 107 | 187 | - |
| CMYK | 0.42 | 0.43 | 0 | 0.27 |
| HSL | 241.5º | 0.37% | 0.58% | - |
| HSV(B) | 241.5º | 0.43% | 0.73% | - |
| XYZ | 20.53 | 17.35 | 49.28 | - |
| YUV | 116.72 | 167.66 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 107 | 187 | 0.42 | 0.43 | 0 | 0.27 | 241.5 | 0.37 | 0.58 |
| Hex | 6D | 6B | BB | 2A | 2B | 0 | 1B | F2 | 25 | 3A |
| Octal | 155 | 153 | 273 | 52 | 53 | 0 | 33 | 362 | 45 | 72 |
| Binary | 1101101 | 1101011 | 10111011 | 101010 | 101011 | 0 | 11011 | 11110010 | 100101 | 111010 |
Color Harmonies of #6D6BBB
Complementary color
Monochromatic Colors of #6D6BBB
Black with #6D6BBB
Text Example
Text Example
White with #6D6BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6BBB; }
p { color: rgb(109,107,187); }
H1.HeaderClassName
{
color: #6D6BBB;
}
.AnyTagClassName
{
color: #6D6BBB;
}
</style>
background-color css
<style>
a { background-color: #6D6BBB; }
a { background-color: rgb(109,107,187); }
div.DivClassName
{
background-color: #6D6BBB;
}
.BgClassName
{
background-color: #6D6BBB;
}
</style>
border-color css
<style>
span { border-color: #6D6BBB; }
span { border-color: rgb(109,107,187); }
td.TdClassName
{
border-color: #6D6BBB;
}
.TagClassName
{
border-color: #6D6BBB;
}
</style>