Shades of Chetwode Blue #5E69BC
Tints of Chetwode Blue #5E69BC
RGB
CMYK
RGB Variations
Color information
#5E69BC (or 0x5E69BC) is known color: Chetwode Blue. HEX triplet: 5E, 69 and BC. RGB value is (94,105,188). Sum of RGB (Red+Green+Blue) = 94+105+188=387 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.29% from 387); Green value is 105 (41.41% from 255 or 27.13% from 387); Blue value is 188 (73.83% from 255 or 48.58% from 387); Max value from RGB is 188 - color contains mainly: blue. Hex color #5E69BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E69BC is #A19643. Grayscale: #6E6E6E. Windows color (decimal): -10589764 or 12347742. OLE color: 12347742.
HSL color Cylindrical-coordinate representation of color #5E69BC: hue angle of 232.98º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5E69BC is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 94 | 105 | 188 | - |
| CMYK | 0.50 | 0.44 | 0 | 0.26 |
| HSL | 232.98º | 0.41% | 0.55% | - |
| HSV(B) | 232.98º | 0.5% | 0.74% | - |
| XYZ | 18.74 | 16.11 | 49.7 | - |
| YUV | 111.17 | 171.36 | 115.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 105 | 188 | 0.50 | 0.44 | 0 | 0.26 | 232.98 | 0.41 | 0.55 |
| Hex | 5E | 69 | BC | 32 | 2C | 0 | 1A | E9 | 29 | 37 |
| Octal | 136 | 151 | 274 | 62 | 54 | 0 | 32 | 351 | 51 | 67 |
| Binary | 1011110 | 1101001 | 10111100 | 110010 | 101100 | 0 | 11010 | 11101001 | 101001 | 110111 |
Color Harmonies of #5E69BC
Complementary color
Monochromatic Colors of #5E69BC
Black with #5E69BC
Text Example
Text Example
White with #5E69BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E69BC; }
p { color: rgb(94,105,188); }
H1.HeaderClassName
{
color: #5E69BC;
}
.AnyTagClassName
{
color: #5E69BC;
}
</style>
background-color css
<style>
a { background-color: #5E69BC; }
a { background-color: rgb(94,105,188); }
div.DivClassName
{
background-color: #5E69BC;
}
.BgClassName
{
background-color: #5E69BC;
}
</style>
border-color css
<style>
span { border-color: #5E69BC; }
span { border-color: rgb(94,105,188); }
td.TdClassName
{
border-color: #5E69BC;
}
.TagClassName
{
border-color: #5E69BC;
}
</style>