#6072EE

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

Shades of Royal Blue #6072EE

Tints of Royal Blue #6072EE

Color information

#6072EE (or 0x6072EE) is unknown color: approx Royal Blue. HEX triplet: 60, 72 and EE. RGB value is (96,114,238). Sum of RGB (Red+Green+Blue) = 96+114+238=448 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.43% from 448); Green value is 114 (44.92% from 255 or 25.45% from 448); Blue value is 238 (93.36% from 255 or 53.12% from 448); Max value from RGB is 238 - color contains mainly: blue. Hex color #6072EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6072EE is #9F8D11. Grayscale: #7A7A7A. Windows color (decimal): -10456338 or 15626848. OLE color: 15626848.

HSL color Cylindrical-coordinate representation of color #6072EE: hue angle of 232.39º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6072EE is Cyan = 0.60, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB96114238-
CMYK0.600.5200.07
HSL232.39º80.68%65.49%-
HSV(B)232.39º59.66%93.33%-
XYZ26.2720.6983.5-
YUV122.75193.04108.92-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.43%
GREEN value IS 114 (44.92% from 255) = 25.45%
BLUE value IS 238 (93.36% from 255) = 53.12%
R=21.43%
G=25.45%
B=53.12%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal961142380.600.5200.07232.3980.6865.49
Hex6072EE3C3407e85141
Octal140162356746407350121101
Binary110000011100101110111011110011010001111110100010100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6072EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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