Shades of Chetwode Blue #546EC6
Tints of Chetwode Blue #546EC6
RGB
CMYK
RGB Variations
Color information
#546EC6 (or 0x546EC6) is known color: Chetwode Blue. HEX triplet: 54, 6E and C6. RGB value is (84,110,198). Sum of RGB (Red+Green+Blue) = 84+110+198=392 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.43% from 392); Green value is 110 (43.36% from 255 or 28.06% from 392); Blue value is 198 (77.73% from 255 or 50.51% from 392); Max value from RGB is 198 - color contains mainly: blue. Hex color #546EC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #546EC6 is #AB9139. Grayscale: #6F6F6F. Windows color (decimal): -11243834 or 13004372. OLE color: 13004372.
HSL color Cylindrical-coordinate representation of color #546EC6: hue angle of 226.32º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #546EC6 is Cyan = 0.58, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 84 | 110 | 198 | - |
| CMYK | 0.58 | 0.44 | 0 | 0.22 |
| HSL | 226.32º | 0.5% | 0.55% | - |
| HSV(B) | 226.32º | 0.58% | 0.78% | - |
| XYZ | 19.43 | 17.11 | 55.71 | - |
| YUV | 112.26 | 176.39 | 107.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 110 | 198 | 0.58 | 0.44 | 0 | 0.22 | 226.32 | 0.5 | 0.55 |
| Hex | 54 | 6E | C6 | 3A | 2C | 0 | 16 | E2 | 32 | 37 |
| Octal | 124 | 156 | 306 | 72 | 54 | 0 | 26 | 342 | 62 | 67 |
| Binary | 1010100 | 1101110 | 11000110 | 111010 | 101100 | 0 | 10110 | 11100010 | 110010 | 110111 |
Color Harmonies of #546EC6
Complementary color
Monochromatic Colors of #546EC6
Black with #546EC6
Text Example
Text Example
White with #546EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546EC6; }
p { color: rgb(84,110,198); }
H1.HeaderClassName
{
color: #546EC6;
}
.AnyTagClassName
{
color: #546EC6;
}
</style>
background-color css
<style>
a { background-color: #546EC6; }
a { background-color: rgb(84,110,198); }
div.DivClassName
{
background-color: #546EC6;
}
.BgClassName
{
background-color: #546EC6;
}
</style>
border-color css
<style>
span { border-color: #546EC6; }
span { border-color: rgb(84,110,198); }
td.TdClassName
{
border-color: #546EC6;
}
.TagClassName
{
border-color: #546EC6;
}
</style>