#060DE4

Color #060DE4 Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #060DE4

Tints of Medium Blue #060DE4

Color information

#060DE4 (or 0x060DE4) is unknown color: approx Medium Blue. HEX triplet: 06, 0D and E4. RGB value is (6,13,228). Sum of RGB (Red+Green+Blue) = 6+13+228=247 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.43% from 247); Green value is 13 (5.47% from 255 or 5.26% from 247); Blue value is 228 (89.45% from 255 or 92.31% from 247); Max value from RGB is 228 - color contains mainly: blue. Hex color #060DE4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #060DE4 is #F9F21B. Grayscale: #222222. Windows color (decimal): -16380444 or 14945542. OLE color: 14945542.

HSL color Cylindrical-coordinate representation of color #060DE4: hue angle of 238.11º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #060DE4 is Cyan = 0.97, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB613228-
CMYK0.970.9400.11
HSL238.11º94.87%45.88%-
HSV(B)238.11º97.37%89.41%-
XYZ14.225.9373.79-
YUV35.42236.68107.02-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.43%
GREEN value IS 13 (5.47% from 255) = 5.26%
BLUE value IS 228 (89.45% from 255) = 92.31%
R=2.43%
G=5.26%
B=92.31%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal6132280.970.9400.11238.1194.8745.88
Hex6DE4615E0Bee5f2e
Octal61534414113601335613756
Binary1101101111001001100001101111001011111011101011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060DE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060DE4; }

 p { color: rgb(6,13,228); }

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

<style>
 a { background-color: #060DE4; }

 a { background-color: rgb(6,13,228); }

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

<style>
 span { border-color: #060DE4; }

 span { border-color: rgb(6,13,228); }

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