Shades of Chetwode Blue #5E6CCE
Tints of Chetwode Blue #5E6CCE
RGB
CMYK
RGB Variations
Color information
#5E6CCE (or 0x5E6CCE) is known color: Chetwode Blue. HEX triplet: 5E, 6C and CE. RGB value is (94,108,206). Sum of RGB (Red+Green+Blue) = 94+108+206=408 (54% of max value = 765). Red value is 94 (37.11% from 255 or 23.04% from 408); Green value is 108 (42.58% from 255 or 26.47% from 408); Blue value is 206 (80.86% from 255 or 50.49% from 408); Max value from RGB is 206 - color contains mainly: blue. Hex color #5E6CCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E6CCE is #A19331. Grayscale: #727272. Windows color (decimal): -10588978 or 13528158. OLE color: 13528158.
HSL color Cylindrical-coordinate representation of color #5E6CCE: hue angle of 232.5º 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 #5E6CCE is Cyan = 0.54, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 94 | 108 | 206 | - |
| CMYK | 0.54 | 0.48 | 0 | 0.19 |
| HSL | 232.5º | 0.53% | 0.59% | - |
| HSV(B) | 232.5º | 0.54% | 0.81% | - |
| XYZ | 21.12 | 17.56 | 60.67 | - |
| YUV | 114.99 | 179.36 | 113.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 108 | 206 | 0.54 | 0.48 | 0 | 0.19 | 232.5 | 0.53 | 0.59 |
| Hex | 5E | 6C | CE | 36 | 30 | 0 | 13 | E8 | 35 | 3B |
| Octal | 136 | 154 | 316 | 66 | 60 | 0 | 23 | 350 | 65 | 73 |
| Binary | 1011110 | 1101100 | 11001110 | 110110 | 110000 | 0 | 10011 | 11101000 | 110101 | 111011 |
Color Harmonies of #5E6CCE
Complementary color
Monochromatic Colors of #5E6CCE
Black with #5E6CCE
Text Example
Text Example
White with #5E6CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6CCE; }
p { color: rgb(94,108,206); }
H1.HeaderClassName
{
color: #5E6CCE;
}
.AnyTagClassName
{
color: #5E6CCE;
}
</style>
background-color css
<style>
a { background-color: #5E6CCE; }
a { background-color: rgb(94,108,206); }
div.DivClassName
{
background-color: #5E6CCE;
}
.BgClassName
{
background-color: #5E6CCE;
}
</style>
border-color css
<style>
span { border-color: #5E6CCE; }
span { border-color: rgb(94,108,206); }
td.TdClassName
{
border-color: #5E6CCE;
}
.TagClassName
{
border-color: #5E6CCE;
}
</style>