#060FBD

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

Shades of Medium Blue #060FBD

Tints of Medium Blue #060FBD

Color information

#060FBD (or 0x060FBD) is unknown color: approx Medium Blue. HEX triplet: 06, 0F and BD. RGB value is (6,15,189). Sum of RGB (Red+Green+Blue) = 6+15+189=210 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.86% from 210); Green value is 15 (6.25% from 255 or 7.14% from 210); Blue value is 189 (74.22% from 255 or 90% from 210); Max value from RGB is 189 - color contains mainly: blue. Hex color #060FBD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #060FBD is #F9F042. Grayscale: #1F1F1F. Windows color (decimal): -16379971 or 12390150. OLE color: 12390150.

HSL color Cylindrical-coordinate representation of color #060FBD: hue angle of 237.05º 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 #060FBD is Cyan = 0.97, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB615189-
CMYK0.970.9200.26
HSL237.05º93.85%38.24%-
HSV(B)237.05º96.83%74.12%-
XYZ9.434.0548.43-
YUV32.14216.52109.35-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.86%
GREEN value IS 15 (6.25% from 255) = 7.14%
BLUE value IS 189 (74.22% from 255) = 90%
R=2.86%
G=7.14%
B=90%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal6151890.970.9200.26237.0593.8538.24
Hex6FBD615C01Aed5e26
Octal61727514113403235513646
Binary11011111011110111000011011100011010111011011011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,15,189); }

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

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

 a { background-color: rgb(6,15,189); }

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

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

 span { border-color: rgb(6,15,189); }

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