Shades of Chetwode Blue #6F74AF
Tints of Chetwode Blue #6F74AF
RGB
CMYK
RGB Variations
Color information
#6F74AF (or 0x6F74AF) is known color: Chetwode Blue. HEX triplet: 6F, 74 and AF. RGB value is (111,116,175). Sum of RGB (Red+Green+Blue) = 111+116+175=402 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.61% from 402); Green value is 116 (45.70% from 255 or 28.86% from 402); Blue value is 175 (68.75% from 255 or 43.53% from 402); Max value from RGB is 175 - color contains mainly: blue. Hex color #6F74AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F74AF is #908B50. Grayscale: #787878. Windows color (decimal): -9472849 or 11498607. OLE color: 11498607.
HSL color Cylindrical-coordinate representation of color #6F74AF: hue angle of 235.31º 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 #6F74AF is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 111 | 116 | 175 | - |
| CMYK | 0.37 | 0.34 | 0 | 0.31 |
| HSL | 235.31º | 0.29% | 0.56% | - |
| HSV(B) | 235.31º | 0.37% | 0.69% | - |
| XYZ | 20.54 | 18.97 | 43.14 | - |
| YUV | 121.23 | 158.34 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 116 | 175 | 0.37 | 0.34 | 0 | 0.31 | 235.31 | 0.29 | 0.56 |
| Hex | 6F | 74 | AF | 25 | 22 | 0 | 1F | EB | 1D | 38 |
| Octal | 157 | 164 | 257 | 45 | 42 | 0 | 37 | 353 | 35 | 70 |
| Binary | 1101111 | 1110100 | 10101111 | 100101 | 100010 | 0 | 11111 | 11101011 | 11101 | 111000 |
Color Harmonies of #6F74AF
Complementary color
Monochromatic Colors of #6F74AF
Black with #6F74AF
Text Example
Text Example
White with #6F74AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F74AF; }
p { color: rgb(111,116,175); }
H1.HeaderClassName
{
color: #6F74AF;
}
.AnyTagClassName
{
color: #6F74AF;
}
</style>
background-color css
<style>
a { background-color: #6F74AF; }
a { background-color: rgb(111,116,175); }
div.DivClassName
{
background-color: #6F74AF;
}
.BgClassName
{
background-color: #6F74AF;
}
</style>
border-color css
<style>
span { border-color: #6F74AF; }
span { border-color: rgb(111,116,175); }
td.TdClassName
{
border-color: #6F74AF;
}
.TagClassName
{
border-color: #6F74AF;
}
</style>