#6072DC

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

Shades of Royal Blue #6072DC

Tints of Royal Blue #6072DC

Color information

#6072DC (or 0x6072DC) is unknown color: approx Royal Blue. HEX triplet: 60, 72 and DC. RGB value is (96,114,220). Sum of RGB (Red+Green+Blue) = 96+114+220=430 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.33% from 430); Green value is 114 (44.92% from 255 or 26.51% from 430); Blue value is 220 (86.33% from 255 or 51.16% from 430); Max value from RGB is 220 - color contains mainly: blue. Hex color #6072DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6072DC is #9F8D23. Grayscale: #787878. Windows color (decimal): -10456356 or 14447200. OLE color: 14447200.

HSL color Cylindrical-coordinate representation of color #6072DC: hue angle of 231.29º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6072DC is Cyan = 0.56, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB96114220-
CMYK0.560.4800.14
HSL231.29º63.92%61.96%-
HSV(B)231.29º56.36%86.27%-
XYZ23.7619.6970.26-
YUV120.7184.04110.38-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.33%
GREEN value IS 114 (44.92% from 255) = 26.51%
BLUE value IS 220 (86.33% from 255) = 51.16%
R=22.33%
G=26.51%
B=51.16%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal961142200.560.4800.14231.2963.9261.96
Hex6072DC38300Ee7403e
Octal140162334706001634710076
Binary110000011100101101110011100011000001110111001111000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6072DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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