Shades of Chetwode Blue #6D76BD
Tints of Chetwode Blue #6D76BD
RGB
CMYK
RGB Variations
Color information
#6D76BD (or 0x6D76BD) is known color: Chetwode Blue. HEX triplet: 6D, 76 and BD. RGB value is (109,118,189). Sum of RGB (Red+Green+Blue) = 109+118+189=416 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.20% from 416); Green value is 118 (46.48% from 255 or 28.37% from 416); Blue value is 189 (74.22% from 255 or 45.43% from 416); Max value from RGB is 189 - color contains mainly: blue. Hex color #6D76BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D76BD is #928942. Grayscale: #7B7B7B. Windows color (decimal): -9603395 or 12416621. OLE color: 12416621.
HSL color Cylindrical-coordinate representation of color #6D76BD: hue angle of 233.25º 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 #6D76BD is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 118 | 189 | - |
| CMYK | 0.42 | 0.38 | 0 | 0.26 |
| HSL | 233.25º | 0.38% | 0.58% | - |
| HSV(B) | 233.25º | 0.42% | 0.74% | - |
| XYZ | 21.97 | 19.88 | 50.82 | - |
| YUV | 123.4 | 165.02 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 118 | 189 | 0.42 | 0.38 | 0 | 0.26 | 233.25 | 0.38 | 0.58 |
| Hex | 6D | 76 | BD | 2A | 26 | 0 | 1A | E9 | 26 | 3A |
| Octal | 155 | 166 | 275 | 52 | 46 | 0 | 32 | 351 | 46 | 72 |
| Binary | 1101101 | 1110110 | 10111101 | 101010 | 100110 | 0 | 11010 | 11101001 | 100110 | 111010 |
Color Harmonies of #6D76BD
Complementary color
Monochromatic Colors of #6D76BD
Black with #6D76BD
Text Example
Text Example
White with #6D76BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D76BD; }
p { color: rgb(109,118,189); }
H1.HeaderClassName
{
color: #6D76BD;
}
.AnyTagClassName
{
color: #6D76BD;
}
</style>
background-color css
<style>
a { background-color: #6D76BD; }
a { background-color: rgb(109,118,189); }
div.DivClassName
{
background-color: #6D76BD;
}
.BgClassName
{
background-color: #6D76BD;
}
</style>
border-color css
<style>
span { border-color: #6D76BD; }
span { border-color: rgb(109,118,189); }
td.TdClassName
{
border-color: #6D76BD;
}
.TagClassName
{
border-color: #6D76BD;
}
</style>