Shades of Chetwode Blue #5E6FCF
Tints of Chetwode Blue #5E6FCF
RGB
CMYK
RGB Variations
Color information
#5E6FCF (or 0x5E6FCF) is known color: Chetwode Blue. HEX triplet: 5E, 6F and CF. RGB value is (94,111,207). Sum of RGB (Red+Green+Blue) = 94+111+207=412 (54% of max value = 765). Red value is 94 (37.11% from 255 or 22.82% from 412); Green value is 111 (43.75% from 255 or 26.94% from 412); Blue value is 207 (81.25% from 255 or 50.24% from 412); Max value from RGB is 207 - color contains mainly: blue. Hex color #5E6FCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E6FCF is #A19030. Grayscale: #747474. Windows color (decimal): -10588209 or 13594462. OLE color: 13594462.
HSL color Cylindrical-coordinate representation of color #5E6FCF: hue angle of 230.97º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5E6FCF is Cyan = 0.55, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 94 | 111 | 207 | - |
| CMYK | 0.55 | 0.46 | 0 | 0.19 |
| HSL | 230.97º | 0.54% | 0.59% | - |
| HSV(B) | 230.97º | 0.55% | 0.81% | - |
| XYZ | 21.56 | 18.25 | 61.42 | - |
| YUV | 116.86 | 178.87 | 111.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 111 | 207 | 0.55 | 0.46 | 0 | 0.19 | 230.97 | 0.54 | 0.59 |
| Hex | 5E | 6F | CF | 37 | 2E | 0 | 13 | E7 | 36 | 3B |
| Octal | 136 | 157 | 317 | 67 | 56 | 0 | 23 | 347 | 66 | 73 |
| Binary | 1011110 | 1101111 | 11001111 | 110111 | 101110 | 0 | 10011 | 11100111 | 110110 | 111011 |
Color Harmonies of #5E6FCF
Complementary color
Monochromatic Colors of #5E6FCF
Black with #5E6FCF
Text Example
Text Example
White with #5E6FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6FCF; }
p { color: rgb(94,111,207); }
H1.HeaderClassName
{
color: #5E6FCF;
}
.AnyTagClassName
{
color: #5E6FCF;
}
</style>
background-color css
<style>
a { background-color: #5E6FCF; }
a { background-color: rgb(94,111,207); }
div.DivClassName
{
background-color: #5E6FCF;
}
.BgClassName
{
background-color: #5E6FCF;
}
</style>
border-color css
<style>
span { border-color: #5E6FCF; }
span { border-color: rgb(94,111,207); }
td.TdClassName
{
border-color: #5E6FCF;
}
.TagClassName
{
border-color: #5E6FCF;
}
</style>