#060AD7

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

Shades of Medium Blue #060AD7

Tints of Medium Blue #060AD7

Color information

#060AD7 (or 0x060AD7) is unknown color: approx Medium Blue. HEX triplet: 06, 0A and D7. RGB value is (6,10,215). Sum of RGB (Red+Green+Blue) = 6+10+215=231 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.60% from 231); Green value is 10 (4.30% from 255 or 4.33% from 231); Blue value is 215 (84.38% from 255 or 93.07% from 231); Max value from RGB is 215 - color contains mainly: blue. Hex color #060AD7 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #060AD7 is #F9F528. Grayscale: #1F1F1F. Windows color (decimal): -16381225 or 14092806. OLE color: 14092806.

HSL color Cylindrical-coordinate representation of color #060AD7: hue angle of 238.85º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #060AD7 is Cyan = 0.97, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB610215-
CMYK0.970.9500.16
HSL238.85º94.57%43.33%-
HSV(B)238.85º97.21%84.31%-
XYZ12.455.1664.63-
YUV32.17231.17109.33-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.60%
GREEN value IS 10 (4.30% from 255) = 4.33%
BLUE value IS 215 (84.38% from 255) = 93.07%
R=2.60%
G=4.33%
B=93.07%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal6102150.970.9500.16238.8594.5743.33
Hex6AD7615F010ef5f2b
Octal61232714113702035713753
Binary11010101101011111000011011111010000111011111011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,10,215); }

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

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

 a { background-color: rgb(6,10,215); }

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

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

 span { border-color: rgb(6,10,215); }

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