#060BB7

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

Shades of Medium Blue #060BB7

Tints of Medium Blue #060BB7

Color information

#060BB7 (or 0x060BB7) is unknown color: approx Medium Blue. HEX triplet: 06, 0B and B7. RGB value is (6,11,183). Sum of RGB (Red+Green+Blue) = 6+11+183=200 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3% from 200); Green value is 11 (4.69% from 255 or 5.5% from 200); Blue value is 183 (71.88% from 255 or 91.5% from 200); Max value from RGB is 183 - color contains mainly: blue. Hex color #060BB7 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #060BB7 is #F9F448. Grayscale: #1C1C1C. Windows color (decimal): -16381001 or 11995910. OLE color: 11995910.

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

Color convert

RGB611183-
CMYK0.970.9400.28
HSL238.31º93.65%37.06%-
HSV(B)238.31º96.72%71.76%-
XYZ8.743.745.05-
YUV29.11214.84111.51-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3%
GREEN value IS 11 (4.69% from 255) = 5.5%
BLUE value IS 183 (71.88% from 255) = 91.5%
R=3%
G=5.5%
B=91.5%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal6111830.970.9400.28238.3193.6537.06
Hex6BB7615E01Cee5e25
Octal61326714113603435613645
Binary11010111011011111000011011110011100111011101011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,11,183); }

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

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

 a { background-color: rgb(6,11,183); }

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

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

 span { border-color: rgb(6,11,183); }

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