#546CC6

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

Shades of Chetwode Blue #546CC6

Tints of Chetwode Blue #546CC6

Color information

#546CC6 (or 0x546CC6) is unknown color: approx Chetwode Blue. HEX triplet: 54, 6C and C6. RGB value is (84,108,198). Sum of RGB (Red+Green+Blue) = 84+108+198=390 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.54% from 390); Green value is 108 (42.58% from 255 or 27.69% from 390); Blue value is 198 (77.73% from 255 or 50.77% from 390); Max value from RGB is 198 - color contains mainly: blue. Hex color #546CC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #546CC6 is #AB9339. Grayscale: #6E6E6E. Windows color (decimal): -11244346 or 13003860. OLE color: 13003860.

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

Color convert

RGB84108198-
CMYK0.580.4500.22
HSL227.37º50%55.29%-
HSV(B)227.37º57.58%77.65%-
XYZ19.2116.6955.63-
YUV111.08177.05108.68-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.54%
GREEN value IS 108 (42.58% from 255) = 27.69%
BLUE value IS 198 (77.73% from 255) = 50.77%
R=21.54%
G=27.69%
B=50.77%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal841081980.580.4500.22227.375055.29
Hex546CC63A2D016e33237
Octal12415430672550263436267
Binary101010011011001100011011101010110101011011100011110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546CC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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