#061EE0

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

Shades of Medium Blue #061EE0

Tints of Medium Blue #061EE0

Color information

#061EE0 (or 0x061EE0) is unknown color: approx Medium Blue. HEX triplet: 06, 1E and E0. RGB value is (6,30,224). Sum of RGB (Red+Green+Blue) = 6+30+224=260 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.31% from 260); Green value is 30 (12.11% from 255 or 11.54% from 260); Blue value is 224 (87.89% from 255 or 86.15% from 260); Max value from RGB is 224 - color contains mainly: blue. Hex color #061EE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #061EE0 is #F9E11F. Grayscale: #2C2C2C. Windows color (decimal): -16376096 or 14687750. OLE color: 14687750.

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

Color convert

RGB630224-
CMYK0.970.8700.12
HSL233.39º94.78%45.1%-
HSV(B)233.39º97.32%87.84%-
XYZ13.996.3571.01-
YUV44.94229.05100.23-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.31%
GREEN value IS 30 (12.11% from 255) = 11.54%
BLUE value IS 224 (87.89% from 255) = 86.15%
R=2.31%
G=11.54%
B=86.15%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal6302240.970.8700.12233.3994.7845.1
Hex61EE061570Ce95f2d
Octal63634014112701435113755
Binary11011110111000001100001101011101100111010011011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061EE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061EE0; }

 p { color: rgb(6,30,224); }

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

<style>
 a { background-color: #061EE0; }

 a { background-color: rgb(6,30,224); }

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

<style>
 span { border-color: #061EE0; }

 span { border-color: rgb(6,30,224); }

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