Shades of Chetwode Blue #5E6CCD
Tints of Chetwode Blue #5E6CCD
RGB
CMYK
RGB Variations
Color information
#5E6CCD (or 0x5E6CCD) is known color: Chetwode Blue. HEX triplet: 5E, 6C and CD. RGB value is (94,108,205). Sum of RGB (Red+Green+Blue) = 94+108+205=407 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.10% from 407); Green value is 108 (42.58% from 255 or 26.54% from 407); Blue value is 205 (80.47% from 255 or 50.37% from 407); Max value from RGB is 205 - color contains mainly: blue. Hex color #5E6CCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E6CCD is #A19332. Grayscale: #727272. Windows color (decimal): -10588979 or 13462622. OLE color: 13462622.
HSL color Cylindrical-coordinate representation of color #5E6CCD: hue angle of 232.43º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5E6CCD is Cyan = 0.54, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 94 | 108 | 205 | - |
| CMYK | 0.54 | 0.47 | 0 | 0.20 |
| HSL | 232.43º | 0.53% | 0.59% | - |
| HSV(B) | 232.43º | 0.54% | 0.8% | - |
| XYZ | 21 | 17.51 | 60.03 | - |
| YUV | 114.87 | 178.86 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 108 | 205 | 0.54 | 0.47 | 0 | 0.20 | 232.43 | 0.53 | 0.59 |
| Hex | 5E | 6C | CD | 36 | 2F | 0 | 14 | E8 | 35 | 3B |
| Octal | 136 | 154 | 315 | 66 | 57 | 0 | 24 | 350 | 65 | 73 |
| Binary | 1011110 | 1101100 | 11001101 | 110110 | 101111 | 0 | 10100 | 11101000 | 110101 | 111011 |
Color Harmonies of #5E6CCD
Complementary color
Monochromatic Colors of #5E6CCD
Black with #5E6CCD
Text Example
Text Example
White with #5E6CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6CCD; }
p { color: rgb(94,108,205); }
H1.HeaderClassName
{
color: #5E6CCD;
}
.AnyTagClassName
{
color: #5E6CCD;
}
</style>
background-color css
<style>
a { background-color: #5E6CCD; }
a { background-color: rgb(94,108,205); }
div.DivClassName
{
background-color: #5E6CCD;
}
.BgClassName
{
background-color: #5E6CCD;
}
</style>
border-color css
<style>
span { border-color: #5E6CCD; }
span { border-color: rgb(94,108,205); }
td.TdClassName
{
border-color: #5E6CCD;
}
.TagClassName
{
border-color: #5E6CCD;
}
</style>