Shades of Chetwode Blue #5E6BCE
Tints of Chetwode Blue #5E6BCE
RGB
CMYK
RGB Variations
Color information
#5E6BCE (or 0x5E6BCE) is known color: Chetwode Blue. HEX triplet: 5E, 6B and CE. RGB value is (94,107,206). Sum of RGB (Red+Green+Blue) = 94+107+206=407 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.10% from 407); Green value is 107 (42.19% from 255 or 26.29% from 407); Blue value is 206 (80.86% from 255 or 50.61% from 407); Max value from RGB is 206 - color contains mainly: blue. Hex color #5E6BCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E6BCE is #A19431. Grayscale: #717171. Windows color (decimal): -10589234 or 13527902. OLE color: 13527902.
HSL color Cylindrical-coordinate representation of color #5E6BCE: hue angle of 233.04º 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 #5E6BCE is Cyan = 0.54, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 94 | 107 | 206 | - |
| CMYK | 0.54 | 0.48 | 0 | 0.19 |
| HSL | 233.04º | 0.53% | 0.59% | - |
| HSV(B) | 233.04º | 0.54% | 0.81% | - |
| XYZ | 21.01 | 17.35 | 60.63 | - |
| YUV | 114.4 | 179.69 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 107 | 206 | 0.54 | 0.48 | 0 | 0.19 | 233.04 | 0.53 | 0.59 |
| Hex | 5E | 6B | CE | 36 | 30 | 0 | 13 | E9 | 35 | 3B |
| Octal | 136 | 153 | 316 | 66 | 60 | 0 | 23 | 351 | 65 | 73 |
| Binary | 1011110 | 1101011 | 11001110 | 110110 | 110000 | 0 | 10011 | 11101001 | 110101 | 111011 |
Color Harmonies of #5E6BCE
Complementary color
Monochromatic Colors of #5E6BCE
Black with #5E6BCE
Text Example
Text Example
White with #5E6BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6BCE; }
p { color: rgb(94,107,206); }
H1.HeaderClassName
{
color: #5E6BCE;
}
.AnyTagClassName
{
color: #5E6BCE;
}
</style>
background-color css
<style>
a { background-color: #5E6BCE; }
a { background-color: rgb(94,107,206); }
div.DivClassName
{
background-color: #5E6BCE;
}
.BgClassName
{
background-color: #5E6BCE;
}
</style>
border-color css
<style>
span { border-color: #5E6BCE; }
span { border-color: rgb(94,107,206); }
td.TdClassName
{
border-color: #5E6BCE;
}
.TagClassName
{
border-color: #5E6BCE;
}
</style>