#060ADF

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

Shades of Medium Blue #060ADF

Tints of Medium Blue #060ADF

Color information

#060ADF (or 0x060ADF) is unknown color: approx Medium Blue. HEX triplet: 06, 0A and DF. RGB value is (6,10,223). Sum of RGB (Red+Green+Blue) = 6+10+223=239 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.51% from 239); Green value is 10 (4.30% from 255 or 4.18% from 239); Blue value is 223 (87.5% from 255 or 93.31% from 239); Max value from RGB is 223 - color contains mainly: blue. Hex color #060ADF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #060ADF is #F9F520. Grayscale: #202020. Windows color (decimal): -16381217 or 14617094. OLE color: 14617094.

HSL color Cylindrical-coordinate representation of color #060ADF: hue angle of 238.89º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #060ADF is Cyan = 0.97, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB610223-
CMYK0.970.9600.13
HSL238.89º94.76%44.9%-
HSV(B)238.89º97.31%87.45%-
XYZ13.55.5870.18-
YUV33.09235.17108.68-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.51%
GREEN value IS 10 (4.30% from 255) = 4.18%
BLUE value IS 223 (87.5% from 255) = 93.31%
R=2.51%
G=4.18%
B=93.31%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal6102230.970.9600.13238.8994.7644.9
Hex6ADF61600Def5f2d
Octal61233714114001535713755
Binary1101010110111111100001110000001101111011111011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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