Shades of Chetwode Blue #5E6DCE
Tints of Chetwode Blue #5E6DCE
RGB
CMYK
RGB Variations
Color information
#5E6DCE (or 0x5E6DCE) is known color: Chetwode Blue. HEX triplet: 5E, 6D and CE. RGB value is (94,109,206). Sum of RGB (Red+Green+Blue) = 94+109+206=409 (54% of max value = 765). Red value is 94 (37.11% from 255 or 22.98% from 409); Green value is 109 (42.97% from 255 or 26.65% from 409); Blue value is 206 (80.86% from 255 or 50.37% from 409); Max value from RGB is 206 - color contains mainly: blue. Hex color #5E6DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E6DCE is #A19231. Grayscale: #737373. Windows color (decimal): -10588722 or 13528414. OLE color: 13528414.
HSL color Cylindrical-coordinate representation of color #5E6DCE: hue angle of 231.96º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5E6DCE is Cyan = 0.54, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 94 | 109 | 206 | - |
| CMYK | 0.54 | 0.47 | 0 | 0.19 |
| HSL | 231.96º | 0.53% | 0.59% | - |
| HSV(B) | 231.96º | 0.54% | 0.81% | - |
| XYZ | 21.23 | 17.77 | 60.7 | - |
| YUV | 115.57 | 179.03 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 109 | 206 | 0.54 | 0.47 | 0 | 0.19 | 231.96 | 0.53 | 0.59 |
| Hex | 5E | 6D | CE | 36 | 2F | 0 | 13 | E8 | 35 | 3B |
| Octal | 136 | 155 | 316 | 66 | 57 | 0 | 23 | 350 | 65 | 73 |
| Binary | 1011110 | 1101101 | 11001110 | 110110 | 101111 | 0 | 10011 | 11101000 | 110101 | 111011 |
Color Harmonies of #5E6DCE
Complementary color
Monochromatic Colors of #5E6DCE
Black with #5E6DCE
Text Example
Text Example
White with #5E6DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6DCE; }
p { color: rgb(94,109,206); }
H1.HeaderClassName
{
color: #5E6DCE;
}
.AnyTagClassName
{
color: #5E6DCE;
}
</style>
background-color css
<style>
a { background-color: #5E6DCE; }
a { background-color: rgb(94,109,206); }
div.DivClassName
{
background-color: #5E6DCE;
}
.BgClassName
{
background-color: #5E6DCE;
}
</style>
border-color css
<style>
span { border-color: #5E6DCE; }
span { border-color: rgb(94,109,206); }
td.TdClassName
{
border-color: #5E6DCE;
}
.TagClassName
{
border-color: #5E6DCE;
}
</style>