Shades of Chetwode Blue #6F75AF
Tints of Chetwode Blue #6F75AF
RGB
CMYK
RGB Variations
Color information
#6F75AF (or 0x6F75AF) is known color: Chetwode Blue. HEX triplet: 6F, 75 and AF. RGB value is (111,117,175). Sum of RGB (Red+Green+Blue) = 111+117+175=403 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.54% from 403); Green value is 117 (46.09% from 255 or 29.03% from 403); Blue value is 175 (68.75% from 255 or 43.42% from 403); Max value from RGB is 175 - color contains mainly: blue. Hex color #6F75AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F75AF is #908A50. Grayscale: #797979. Windows color (decimal): -9472593 or 11498863. OLE color: 11498863.
HSL color Cylindrical-coordinate representation of color #6F75AF: hue angle of 234.38º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6F75AF is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 111 | 117 | 175 | - |
| CMYK | 0.37 | 0.33 | 0 | 0.31 |
| HSL | 234.38º | 0.29% | 0.56% | - |
| HSV(B) | 234.38º | 0.37% | 0.69% | - |
| XYZ | 20.65 | 19.2 | 43.17 | - |
| YUV | 121.82 | 158.01 | 120.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 117 | 175 | 0.37 | 0.33 | 0 | 0.31 | 234.38 | 0.29 | 0.56 |
| Hex | 6F | 75 | AF | 25 | 21 | 0 | 1F | EA | 1D | 38 |
| Octal | 157 | 165 | 257 | 45 | 41 | 0 | 37 | 352 | 35 | 70 |
| Binary | 1101111 | 1110101 | 10101111 | 100101 | 100001 | 0 | 11111 | 11101010 | 11101 | 111000 |
Color Harmonies of #6F75AF
Complementary color
Monochromatic Colors of #6F75AF
Black with #6F75AF
Text Example
Text Example
White with #6F75AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F75AF; }
p { color: rgb(111,117,175); }
H1.HeaderClassName
{
color: #6F75AF;
}
.AnyTagClassName
{
color: #6F75AF;
}
</style>
background-color css
<style>
a { background-color: #6F75AF; }
a { background-color: rgb(111,117,175); }
div.DivClassName
{
background-color: #6F75AF;
}
.BgClassName
{
background-color: #6F75AF;
}
</style>
border-color css
<style>
span { border-color: #6F75AF; }
span { border-color: rgb(111,117,175); }
td.TdClassName
{
border-color: #6F75AF;
}
.TagClassName
{
border-color: #6F75AF;
}
</style>