#516CF6

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

Shades of Royal Blue #516CF6

Tints of Royal Blue #516CF6

Color information

#516CF6 (or 0x516CF6) is unknown color: approx Royal Blue. HEX triplet: 51, 6C and F6. RGB value is (81,108,246). Sum of RGB (Red+Green+Blue) = 81+108+246=435 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.62% from 435); Green value is 108 (42.58% from 255 or 24.83% from 435); Blue value is 246 (96.48% from 255 or 56.55% from 435); Max value from RGB is 246 - color contains mainly: blue. Hex color #516CF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #516CF6 is #AE9309. Grayscale: #737373. Windows color (decimal): -11440906 or 16149585. OLE color: 16149585.

HSL color Cylindrical-coordinate representation of color #516CF6: hue angle of 230.18º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #516CF6 is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB81108246-
CMYK0.670.5600.04
HSL230.18º90.16%64.12%-
HSV(B)230.18º67.07%96.47%-
XYZ25.3919.1389.54-
YUV115.66201.55103.28-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.62%
GREEN value IS 108 (42.58% from 255) = 24.83%
BLUE value IS 246 (96.48% from 255) = 56.55%
R=18.62%
G=24.83%
B=56.55%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal811082460.670.5600.04230.1890.1664.12
Hex516CF6433804e65a40
Octal1211543661037004346132100
Binary1010001110110011110110100001111100001001110011010110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516CF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516CF6; }

 p { color: rgb(81,108,246); }

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

<style>
 a { background-color: #516CF6; }

 a { background-color: rgb(81,108,246); }

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

<style>
 span { border-color: #516CF6; }

 span { border-color: rgb(81,108,246); }

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