Shades of Chetwode Blue #6D75AF
Tints of Chetwode Blue #6D75AF
RGB
CMYK
RGB Variations
Color information
#6D75AF (or 0x6D75AF) is known color: Chetwode Blue. HEX triplet: 6D, 75 and AF. RGB value is (109,117,175). Sum of RGB (Red+Green+Blue) = 109+117+175=401 (53% of max value = 765). Red value is 109 (42.97% from 255 or 27.18% from 401); Green value is 117 (46.09% from 255 or 29.18% from 401); Blue value is 175 (68.75% from 255 or 43.64% from 401); Max value from RGB is 175 - color contains mainly: blue. Hex color #6D75AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D75AF is #928A50. Grayscale: #787878. Windows color (decimal): -9603665 or 11498861. OLE color: 11498861.
HSL color Cylindrical-coordinate representation of color #6D75AF: hue angle of 232.73º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6D75AF is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 109 | 117 | 175 | - |
| CMYK | 0.38 | 0.33 | 0 | 0.31 |
| HSL | 232.73º | 0.29% | 0.56% | - |
| HSV(B) | 232.73º | 0.38% | 0.69% | - |
| XYZ | 20.41 | 19.07 | 43.16 | - |
| YUV | 121.22 | 158.35 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 117 | 175 | 0.38 | 0.33 | 0 | 0.31 | 232.73 | 0.29 | 0.56 |
| Hex | 6D | 75 | AF | 26 | 21 | 0 | 1F | E9 | 1D | 38 |
| Octal | 155 | 165 | 257 | 46 | 41 | 0 | 37 | 351 | 35 | 70 |
| Binary | 1101101 | 1110101 | 10101111 | 100110 | 100001 | 0 | 11111 | 11101001 | 11101 | 111000 |
Color Harmonies of #6D75AF
Complementary color
Monochromatic Colors of #6D75AF
Black with #6D75AF
Text Example
Text Example
White with #6D75AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D75AF; }
p { color: rgb(109,117,175); }
H1.HeaderClassName
{
color: #6D75AF;
}
.AnyTagClassName
{
color: #6D75AF;
}
</style>
background-color css
<style>
a { background-color: #6D75AF; }
a { background-color: rgb(109,117,175); }
div.DivClassName
{
background-color: #6D75AF;
}
.BgClassName
{
background-color: #6D75AF;
}
</style>
border-color css
<style>
span { border-color: #6D75AF; }
span { border-color: rgb(109,117,175); }
td.TdClassName
{
border-color: #6D75AF;
}
.TagClassName
{
border-color: #6D75AF;
}
</style>