Shades of Chetwode Blue #5F6FA9
Tints of Chetwode Blue #5F6FA9
RGB
CMYK
RGB Variations
Color information
#5F6FA9 (or 0x5F6FA9) is known color: Chetwode Blue. HEX triplet: 5F, 6F and A9. RGB value is (95,111,169). Sum of RGB (Red+Green+Blue) = 95+111+169=375 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.33% from 375); Green value is 111 (43.75% from 255 or 29.6% from 375); Blue value is 169 (66.41% from 255 or 45.07% from 375); Max value from RGB is 169 - color contains mainly: blue. Hex color #5F6FA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F6FA9 is #A09056. Grayscale: #707070. Windows color (decimal): -10522711 or 11104095. OLE color: 11104095.
HSL color Cylindrical-coordinate representation of color #5F6FA9: hue angle of 227.03º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5F6FA9 is Cyan = 0.44, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 95 | 111 | 169 | - |
| CMYK | 0.44 | 0.34 | 0 | 0.34 |
| HSL | 227.03º | 0.3% | 0.52% | - |
| HSV(B) | 227.03º | 0.44% | 0.66% | - |
| XYZ | 17.57 | 16.67 | 39.83 | - |
| YUV | 112.83 | 159.7 | 115.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 111 | 169 | 0.44 | 0.34 | 0 | 0.34 | 227.03 | 0.3 | 0.52 |
| Hex | 5F | 6F | A9 | 2C | 22 | 0 | 22 | E3 | 1E | 34 |
| Octal | 137 | 157 | 251 | 54 | 42 | 0 | 42 | 343 | 36 | 64 |
| Binary | 1011111 | 1101111 | 10101001 | 101100 | 100010 | 0 | 100010 | 11100011 | 11110 | 110100 |
Color Harmonies of #5F6FA9
Complementary color
Monochromatic Colors of #5F6FA9
Black with #5F6FA9
Text Example
Text Example
White with #5F6FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6FA9; }
p { color: rgb(95,111,169); }
H1.HeaderClassName
{
color: #5F6FA9;
}
.AnyTagClassName
{
color: #5F6FA9;
}
</style>
background-color css
<style>
a { background-color: #5F6FA9; }
a { background-color: rgb(95,111,169); }
div.DivClassName
{
background-color: #5F6FA9;
}
.BgClassName
{
background-color: #5F6FA9;
}
</style>
border-color css
<style>
span { border-color: #5F6FA9; }
span { border-color: rgb(95,111,169); }
td.TdClassName
{
border-color: #5F6FA9;
}
.TagClassName
{
border-color: #5F6FA9;
}
</style>