Shades of Chetwode Blue #5E6FCE
Tints of Chetwode Blue #5E6FCE
RGB
CMYK
RGB Variations
Color information
#5E6FCE (or 0x5E6FCE) is known color: Chetwode Blue. HEX triplet: 5E, 6F and CE. RGB value is (94,111,206). Sum of RGB (Red+Green+Blue) = 94+111+206=411 (54% of max value = 765). Red value is 94 (37.11% from 255 or 22.87% from 411); Green value is 111 (43.75% from 255 or 27.01% from 411); Blue value is 206 (80.86% from 255 or 50.12% from 411); Max value from RGB is 206 - color contains mainly: blue. Hex color #5E6FCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E6FCE is #A19031. Grayscale: #747474. Windows color (decimal): -10588210 or 13528926. OLE color: 13528926.
HSL color Cylindrical-coordinate representation of color #5E6FCE: hue angle of 230.89º 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 #5E6FCE is Cyan = 0.54, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 94 | 111 | 206 | - |
| CMYK | 0.54 | 0.46 | 0 | 0.19 |
| HSL | 230.89º | 0.53% | 0.59% | - |
| HSV(B) | 230.89º | 0.54% | 0.81% | - |
| XYZ | 21.44 | 18.2 | 60.78 | - |
| YUV | 116.75 | 178.37 | 111.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 111 | 206 | 0.54 | 0.46 | 0 | 0.19 | 230.89 | 0.53 | 0.59 |
| Hex | 5E | 6F | CE | 36 | 2E | 0 | 13 | E7 | 35 | 3B |
| Octal | 136 | 157 | 316 | 66 | 56 | 0 | 23 | 347 | 65 | 73 |
| Binary | 1011110 | 1101111 | 11001110 | 110110 | 101110 | 0 | 10011 | 11100111 | 110101 | 111011 |
Color Harmonies of #5E6FCE
Complementary color
Monochromatic Colors of #5E6FCE
Black with #5E6FCE
Text Example
Text Example
White with #5E6FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6FCE; }
p { color: rgb(94,111,206); }
H1.HeaderClassName
{
color: #5E6FCE;
}
.AnyTagClassName
{
color: #5E6FCE;
}
</style>
background-color css
<style>
a { background-color: #5E6FCE; }
a { background-color: rgb(94,111,206); }
div.DivClassName
{
background-color: #5E6FCE;
}
.BgClassName
{
background-color: #5E6FCE;
}
</style>
border-color css
<style>
span { border-color: #5E6FCE; }
span { border-color: rgb(94,111,206); }
td.TdClassName
{
border-color: #5E6FCE;
}
.TagClassName
{
border-color: #5E6FCE;
}
</style>