#506CE6

Color #506CE6 Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #506CE6

Tints of Royal Blue #506CE6

Color information

#506CE6 (or 0x506CE6) is unknown color: approx Royal Blue. HEX triplet: 50, 6C and E6. RGB value is (80,108,230). Sum of RGB (Red+Green+Blue) = 80+108+230=418 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.14% from 418); Green value is 108 (42.58% from 255 or 25.84% from 418); Blue value is 230 (90.23% from 255 or 55.02% from 418); Max value from RGB is 230 - color contains mainly: blue. Hex color #506CE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #506CE6 is #AF9319. Grayscale: #717171. Windows color (decimal): -11506458 or 15101008. OLE color: 15101008.

HSL color Cylindrical-coordinate representation of color #506CE6: hue angle of 228.8º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #506CE6 is Cyan = 0.65, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB80108230-
CMYK0.650.5300.10
HSL228.8º75%60.78%-
HSV(B)228.8º65.22%90.2%-
XYZ22.9518.1477.16-
YUV113.54193.72104.08-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.14%
GREEN value IS 108 (42.58% from 255) = 25.84%
BLUE value IS 230 (90.23% from 255) = 55.02%
R=19.14%
G=25.84%
B=55.02%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal801082300.650.5300.10228.87560.78
Hex506CE641350Ae54b3d
Octal1201543461016501234511375
Binary1010000110110011100110100000111010101010111001011001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506CE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506CE6; }

 p { color: rgb(80,108,230); }

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

<style>
 a { background-color: #506CE6; }

 a { background-color: rgb(80,108,230); }

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

<style>
 span { border-color: #506CE6; }

 span { border-color: rgb(80,108,230); }

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