#546BC6

Color #546BC6 Chetwode Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chetwode Blue #546BC6

Tints of Chetwode Blue #546BC6

Color information

#546BC6 (or 0x546BC6) is unknown color: approx Chetwode Blue. HEX triplet: 54, 6B and C6. RGB value is (84,107,198). Sum of RGB (Red+Green+Blue) = 84+107+198=389 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.59% from 389); Green value is 107 (42.19% from 255 or 27.51% from 389); Blue value is 198 (77.73% from 255 or 50.90% from 389); Max value from RGB is 198 - color contains mainly: blue. Hex color #546BC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #546BC6 is #AB9439. Grayscale: #6E6E6E. Windows color (decimal): -11244602 or 13003604. OLE color: 13003604.

HSL color Cylindrical-coordinate representation of color #546BC6: hue angle of 227.89º 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 #546BC6 is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB84107198-
CMYK0.580.4600.22
HSL227.89º50%55.29%-
HSV(B)227.89º57.58%77.65%-
XYZ19.1116.4855.6-
YUV110.5177.38109.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 84 (33.20% from 255) = 21.59%
GREEN value IS 107 (42.19% from 255) = 27.51%
BLUE value IS 198 (77.73% from 255) = 50.90%
R=21.59%
G=27.51%
B=50.90%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal841071980.580.4600.22227.895055.29
Hex546BC63A2E016e43237
Octal12415330672560263446267
Binary101010011010111100011011101010111001011011100100110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546BC6; }

 p { color: rgb(84,107,198); }

 H1.HeaderClassName
 {
   color: #546BC6;
 }
 .AnyTagClassName
 {
   color: #546BC6;
 }
</style>
background-color css

<style>
 a { background-color: #546BC6; }

 a { background-color: rgb(84,107,198); }

 div.DivClassName
 {
   background-color: #546BC6;
 }
 .BgClassName
 {
   background-color: #546BC6;
 }
</style>
border-color css

<style>
 span { border-color: #546BC6; }

 span { border-color: rgb(84,107,198); }

 td.TdClassName
 {
   border-color: #546BC6;
 }
 .TagClassName
 {
   border-color: #546BC6;
 }
</style>