Shades of Chetwode Blue #6F6DAF
Tints of Chetwode Blue #6F6DAF
RGB
CMYK
RGB Variations
Color information
#6F6DAF (or 0x6F6DAF) is known color: Chetwode Blue. HEX triplet: 6F, 6D and AF. RGB value is (111,109,175). Sum of RGB (Red+Green+Blue) = 111+109+175=395 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.10% from 395); Green value is 109 (42.97% from 255 or 27.59% from 395); Blue value is 175 (68.75% from 255 or 44.30% from 395); Max value from RGB is 175 - color contains mainly: blue. Hex color #6F6DAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F6DAF is #909250. Grayscale: #747474. Windows color (decimal): -9474641 or 11496815. OLE color: 11496815.
HSL color Cylindrical-coordinate representation of color #6F6DAF: hue angle of 241.82º 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 #6F6DAF is Cyan = 0.37, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 111 | 109 | 175 | - |
| CMYK | 0.37 | 0.38 | 0 | 0.31 |
| HSL | 241.82º | 0.29% | 0.56% | - |
| HSV(B) | 241.82º | 0.38% | 0.69% | - |
| XYZ | 19.76 | 17.41 | 42.88 | - |
| YUV | 117.12 | 160.66 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 109 | 175 | 0.37 | 0.38 | 0 | 0.31 | 241.82 | 0.29 | 0.56 |
| Hex | 6F | 6D | AF | 25 | 26 | 0 | 1F | F2 | 1D | 38 |
| Octal | 157 | 155 | 257 | 45 | 46 | 0 | 37 | 362 | 35 | 70 |
| Binary | 1101111 | 1101101 | 10101111 | 100101 | 100110 | 0 | 11111 | 11110010 | 11101 | 111000 |
Color Harmonies of #6F6DAF
Complementary color
Monochromatic Colors of #6F6DAF
Black with #6F6DAF
Text Example
Text Example
White with #6F6DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6DAF; }
p { color: rgb(111,109,175); }
H1.HeaderClassName
{
color: #6F6DAF;
}
.AnyTagClassName
{
color: #6F6DAF;
}
</style>
background-color css
<style>
a { background-color: #6F6DAF; }
a { background-color: rgb(111,109,175); }
div.DivClassName
{
background-color: #6F6DAF;
}
.BgClassName
{
background-color: #6F6DAF;
}
</style>
border-color css
<style>
span { border-color: #6F6DAF; }
span { border-color: rgb(111,109,175); }
td.TdClassName
{
border-color: #6F6DAF;
}
.TagClassName
{
border-color: #6F6DAF;
}
</style>