Shades of Chetwode Blue #6D7BBD
Tints of Chetwode Blue #6D7BBD
RGB
CMYK
RGB Variations
Color information
#6D7BBD (or 0x6D7BBD) is known color: Chetwode Blue. HEX triplet: 6D, 7B and BD. RGB value is (109,123,189). Sum of RGB (Red+Green+Blue) = 109+123+189=421 (55% of max value = 765). Red value is 109 (42.97% from 255 or 25.89% from 421); Green value is 123 (48.44% from 255 or 29.22% from 421); Blue value is 189 (74.22% from 255 or 44.89% from 421); Max value from RGB is 189 - color contains mainly: blue. Hex color #6D7BBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D7BBD is #928442. Grayscale: #7E7E7E. Windows color (decimal): -9602115 or 12417901. OLE color: 12417901.
HSL color Cylindrical-coordinate representation of color #6D7BBD: hue angle of 229.5º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6D7BBD is Cyan = 0.42, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 123 | 189 | - |
| CMYK | 0.42 | 0.35 | 0 | 0.26 |
| HSL | 229.5º | 0.38% | 0.58% | - |
| HSV(B) | 229.5º | 0.42% | 0.74% | - |
| XYZ | 22.57 | 21.09 | 51.03 | - |
| YUV | 126.34 | 163.36 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 123 | 189 | 0.42 | 0.35 | 0 | 0.26 | 229.5 | 0.38 | 0.58 |
| Hex | 6D | 7B | BD | 2A | 23 | 0 | 1A | E6 | 26 | 3A |
| Octal | 155 | 173 | 275 | 52 | 43 | 0 | 32 | 346 | 46 | 72 |
| Binary | 1101101 | 1111011 | 10111101 | 101010 | 100011 | 0 | 11010 | 11100110 | 100110 | 111010 |
Color Harmonies of #6D7BBD
Complementary color
Monochromatic Colors of #6D7BBD
Black with #6D7BBD
Text Example
Text Example
White with #6D7BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7BBD; }
p { color: rgb(109,123,189); }
H1.HeaderClassName
{
color: #6D7BBD;
}
.AnyTagClassName
{
color: #6D7BBD;
}
</style>
background-color css
<style>
a { background-color: #6D7BBD; }
a { background-color: rgb(109,123,189); }
div.DivClassName
{
background-color: #6D7BBD;
}
.BgClassName
{
background-color: #6D7BBD;
}
</style>
border-color css
<style>
span { border-color: #6D7BBD; }
span { border-color: rgb(109,123,189); }
td.TdClassName
{
border-color: #6D7BBD;
}
.TagClassName
{
border-color: #6D7BBD;
}
</style>