#6072E3

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

Shades of Royal Blue #6072E3

Tints of Royal Blue #6072E3

Color information

#6072E3 (or 0x6072E3) is unknown color: approx Royal Blue. HEX triplet: 60, 72 and E3. RGB value is (96,114,227). Sum of RGB (Red+Green+Blue) = 96+114+227=437 (57% of max value = 765). Red value is 96 (37.89% from 255 or 21.97% from 437); Green value is 114 (44.92% from 255 or 26.09% from 437); Blue value is 227 (89.06% from 255 or 51.95% from 437); Max value from RGB is 227 - color contains mainly: blue. Hex color #6072E3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6072E3 is #9F8D1C. Grayscale: #797979. Windows color (decimal): -10456349 or 14905952. OLE color: 14905952.

HSL color Cylindrical-coordinate representation of color #6072E3: hue angle of 231.76º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6072E3 is Cyan = 0.58, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB96114227-
CMYK0.580.5000.11
HSL231.76º70.05%63.33%-
HSV(B)231.76º57.71%89.02%-
XYZ24.7120.0775.24-
YUV121.5187.54109.81-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.97%
GREEN value IS 114 (44.92% from 255) = 26.09%
BLUE value IS 227 (89.06% from 255) = 51.95%
R=21.97%
G=26.09%
B=51.95%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal961142270.580.5000.11231.7670.0563.33
Hex6072E33A320Be8463f
Octal140162343726201335010677
Binary110000011100101110001111101011001001011111010001000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6072E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6072E3; }

 p { color: rgb(96,114,227); }

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

<style>
 a { background-color: #6072E3; }

 a { background-color: rgb(96,114,227); }

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

<style>
 span { border-color: #6072E3; }

 span { border-color: rgb(96,114,227); }

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