Shades of Chetwode Blue #6D75B4
Tints of Chetwode Blue #6D75B4
RGB
CMYK
RGB Variations
Color information
#6D75B4 (or 0x6D75B4) is known color: Chetwode Blue. HEX triplet: 6D, 75 and B4. RGB value is (109,117,180). Sum of RGB (Red+Green+Blue) = 109+117+180=406 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.85% from 406); Green value is 117 (46.09% from 255 or 28.82% from 406); Blue value is 180 (70.70% from 255 or 44.33% from 406); Max value from RGB is 180 - color contains mainly: blue. Hex color #6D75B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D75B4 is #928A4B. Grayscale: #797979. Windows color (decimal): -9603660 or 11826541. OLE color: 11826541.
HSL color Cylindrical-coordinate representation of color #6D75B4: hue angle of 233.24º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6D75B4 is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 109 | 117 | 180 | - |
| CMYK | 0.39 | 0.35 | 0 | 0.29 |
| HSL | 233.24º | 0.32% | 0.57% | - |
| HSV(B) | 233.24º | 0.39% | 0.71% | - |
| XYZ | 20.91 | 19.27 | 45.8 | - |
| YUV | 121.79 | 160.85 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 117 | 180 | 0.39 | 0.35 | 0 | 0.29 | 233.24 | 0.32 | 0.57 |
| Hex | 6D | 75 | B4 | 27 | 23 | 0 | 1D | E9 | 20 | 39 |
| Octal | 155 | 165 | 264 | 47 | 43 | 0 | 35 | 351 | 40 | 71 |
| Binary | 1101101 | 1110101 | 10110100 | 100111 | 100011 | 0 | 11101 | 11101001 | 100000 | 111001 |
Color Harmonies of #6D75B4
Complementary color
Monochromatic Colors of #6D75B4
Black with #6D75B4
Text Example
Text Example
White with #6D75B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D75B4; }
p { color: rgb(109,117,180); }
H1.HeaderClassName
{
color: #6D75B4;
}
.AnyTagClassName
{
color: #6D75B4;
}
</style>
background-color css
<style>
a { background-color: #6D75B4; }
a { background-color: rgb(109,117,180); }
div.DivClassName
{
background-color: #6D75B4;
}
.BgClassName
{
background-color: #6D75B4;
}
</style>
border-color css
<style>
span { border-color: #6D75B4; }
span { border-color: rgb(109,117,180); }
td.TdClassName
{
border-color: #6D75B4;
}
.TagClassName
{
border-color: #6D75B4;
}
</style>