#060CB9

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

Shades of Medium Blue #060CB9

Tints of Medium Blue #060CB9

Color information

#060CB9 (or 0x060CB9) is unknown color: approx Medium Blue. HEX triplet: 06, 0C and B9. RGB value is (6,12,185). Sum of RGB (Red+Green+Blue) = 6+12+185=203 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.96% from 203); Green value is 12 (5.08% from 255 or 5.91% from 203); Blue value is 185 (72.66% from 255 or 91.13% from 203); Max value from RGB is 185 - color contains mainly: blue. Hex color #060CB9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #060CB9 is #F9F346. Grayscale: #1D1D1D. Windows color (decimal): -16380743 or 12127238. OLE color: 12127238.

HSL color Cylindrical-coordinate representation of color #060CB9: hue angle of 237.99º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #060CB9 is Cyan = 0.97, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB612185-
CMYK0.970.9400.27
HSL237.99º93.72%37.45%-
HSV(B)237.99º96.76%72.55%-
XYZ8.963.846.16-
YUV29.93215.51110.93-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.96%
GREEN value IS 12 (5.08% from 255) = 5.91%
BLUE value IS 185 (72.66% from 255) = 91.13%
R=2.96%
G=5.91%
B=91.13%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal6121850.970.9400.27237.9993.7237.45
Hex6CB9615E01Bee5e25
Octal61427114113603335613645
Binary11011001011100111000011011110011011111011101011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,12,185); }

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

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

 a { background-color: rgb(6,12,185); }

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

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

 span { border-color: rgb(6,12,185); }

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