#0614BC

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

Shades of Medium Blue #0614BC

Tints of Medium Blue #0614BC

Color information

#0614BC (or 0x0614BC) is unknown color: approx Medium Blue. HEX triplet: 06, 14 and BC. RGB value is (6,20,188). Sum of RGB (Red+Green+Blue) = 6+20+188=214 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.80% from 214); Green value is 20 (8.20% from 255 or 9.35% from 214); Blue value is 188 (73.83% from 255 or 87.85% from 214); Max value from RGB is 188 - color contains mainly: blue. Hex color #0614BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0614BC is #F9EB43. Grayscale: #222222. Windows color (decimal): -16378692 or 12325894. OLE color: 12325894.

HSL color Cylindrical-coordinate representation of color #0614BC: hue angle of 235.38º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0614BC is Cyan = 0.97, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB620188-
CMYK0.970.8900.26
HSL235.38º93.81%38.04%-
HSV(B)235.38º96.81%73.73%-
XYZ9.44.1747.89-
YUV34.97214.36107.34-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.80%
GREEN value IS 20 (8.20% from 255) = 9.35%
BLUE value IS 188 (73.83% from 255) = 87.85%
R=2.80%
G=9.35%
B=87.85%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal6201880.970.8900.26235.3893.8138.04
Hex614BC615901Aeb5e26
Octal62427414113103235313646
Binary110101001011110011000011011001011010111010111011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0614BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0614BC; }

 p { color: rgb(6,20,188); }

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

<style>
 a { background-color: #0614BC; }

 a { background-color: rgb(6,20,188); }

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

<style>
 span { border-color: #0614BC; }

 span { border-color: rgb(6,20,188); }

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