Shades of Chetwode Blue #5E69BB
Tints of Chetwode Blue #5E69BB
RGB
CMYK
RGB Variations
Color information
#5E69BB (or 0x5E69BB) is known color: Chetwode Blue. HEX triplet: 5E, 69 and BB. RGB value is (94,105,187). Sum of RGB (Red+Green+Blue) = 94+105+187=386 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.35% from 386); Green value is 105 (41.41% from 255 or 27.20% from 386); Blue value is 187 (73.44% from 255 or 48.45% from 386); Max value from RGB is 187 - color contains mainly: blue. Hex color #5E69BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E69BB is #A19644. Grayscale: #6E6E6E. Windows color (decimal): -10589765 or 12282206. OLE color: 12282206.
HSL color Cylindrical-coordinate representation of color #5E69BB: hue angle of 232.9º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5E69BB is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 94 | 105 | 187 | - |
| CMYK | 0.50 | 0.44 | 0 | 0.27 |
| HSL | 232.9º | 0.41% | 0.55% | - |
| HSV(B) | 232.9º | 0.5% | 0.73% | - |
| XYZ | 18.64 | 16.07 | 49.13 | - |
| YUV | 111.06 | 170.86 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 105 | 187 | 0.50 | 0.44 | 0 | 0.27 | 232.9 | 0.41 | 0.55 |
| Hex | 5E | 69 | BB | 32 | 2C | 0 | 1B | E9 | 29 | 37 |
| Octal | 136 | 151 | 273 | 62 | 54 | 0 | 33 | 351 | 51 | 67 |
| Binary | 1011110 | 1101001 | 10111011 | 110010 | 101100 | 0 | 11011 | 11101001 | 101001 | 110111 |
Color Harmonies of #5E69BB
Complementary color
Monochromatic Colors of #5E69BB
Black with #5E69BB
Text Example
Text Example
White with #5E69BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E69BB; }
p { color: rgb(94,105,187); }
H1.HeaderClassName
{
color: #5E69BB;
}
.AnyTagClassName
{
color: #5E69BB;
}
</style>
background-color css
<style>
a { background-color: #5E69BB; }
a { background-color: rgb(94,105,187); }
div.DivClassName
{
background-color: #5E69BB;
}
.BgClassName
{
background-color: #5E69BB;
}
</style>
border-color css
<style>
span { border-color: #5E69BB; }
span { border-color: rgb(94,105,187); }
td.TdClassName
{
border-color: #5E69BB;
}
.TagClassName
{
border-color: #5E69BB;
}
</style>