#060EDF

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

Shades of Medium Blue #060EDF

Tints of Medium Blue #060EDF

Color information

#060EDF (or 0x060EDF) is unknown color: approx Medium Blue. HEX triplet: 06, 0E and DF. RGB value is (6,14,223). Sum of RGB (Red+Green+Blue) = 6+14+223=243 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.47% from 243); Green value is 14 (5.86% from 255 or 5.76% from 243); Blue value is 223 (87.5% from 255 or 91.77% from 243); Max value from RGB is 223 - color contains mainly: blue. Hex color #060EDF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #060EDF is #F9F120. Grayscale: #222222. Windows color (decimal): -16380193 or 14618118. OLE color: 14618118.

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

Color convert

RGB614223-
CMYK0.970.9400.13
HSL237.79º94.76%44.9%-
HSV(B)237.79º97.31%87.45%-
XYZ13.555.6870.19-
YUV35.43233.85107.01-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.47%
GREEN value IS 14 (5.86% from 255) = 5.76%
BLUE value IS 223 (87.5% from 255) = 91.77%
R=2.47%
G=5.76%
B=91.77%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal6142230.970.9400.13237.7994.7644.9
Hex6EDF615E0Dee5f2d
Octal61633714113601535613755
Binary1101110110111111100001101111001101111011101011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,14,223); }

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

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

 a { background-color: rgb(6,14,223); }

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

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

 span { border-color: rgb(6,14,223); }

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