Shades of Chetwode Blue #546DB6
Tints of Chetwode Blue #546DB6
RGB
CMYK
RGB Variations
Color information
#546DB6 (or 0x546DB6) is known color: Chetwode Blue. HEX triplet: 54, 6D and B6. RGB value is (84,109,182). Sum of RGB (Red+Green+Blue) = 84+109+182=375 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.4% from 375); Green value is 109 (42.97% from 255 or 29.07% from 375); Blue value is 182 (71.48% from 255 or 48.53% from 375); Max value from RGB is 182 - color contains mainly: blue. Hex color #546DB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #546DB6 is #AB9249. Grayscale: #6D6D6D. Windows color (decimal): -11244106 or 11955540. OLE color: 11955540.
HSL color Cylindrical-coordinate representation of color #546DB6: hue angle of 224.69º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #546DB6 is Cyan = 0.54, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 84 | 109 | 182 | - |
| CMYK | 0.54 | 0.40 | 0 | 0.29 |
| HSL | 224.69º | 0.4% | 0.52% | - |
| HSV(B) | 224.69º | 0.54% | 0.71% | - |
| XYZ | 17.57 | 16.2 | 46.46 | - |
| YUV | 109.85 | 168.72 | 109.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 109 | 182 | 0.54 | 0.40 | 0 | 0.29 | 224.69 | 0.4 | 0.52 |
| Hex | 54 | 6D | B6 | 36 | 28 | 0 | 1D | E1 | 28 | 34 |
| Octal | 124 | 155 | 266 | 66 | 50 | 0 | 35 | 341 | 50 | 64 |
| Binary | 1010100 | 1101101 | 10110110 | 110110 | 101000 | 0 | 11101 | 11100001 | 101000 | 110100 |
Color Harmonies of #546DB6
Complementary color
Monochromatic Colors of #546DB6
Black with #546DB6
Text Example
Text Example
White with #546DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546DB6; }
p { color: rgb(84,109,182); }
H1.HeaderClassName
{
color: #546DB6;
}
.AnyTagClassName
{
color: #546DB6;
}
</style>
background-color css
<style>
a { background-color: #546DB6; }
a { background-color: rgb(84,109,182); }
div.DivClassName
{
background-color: #546DB6;
}
.BgClassName
{
background-color: #546DB6;
}
</style>
border-color css
<style>
span { border-color: #546DB6; }
span { border-color: rgb(84,109,182); }
td.TdClassName
{
border-color: #546DB6;
}
.TagClassName
{
border-color: #546DB6;
}
</style>