#060DCE

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

Shades of Medium Blue #060DCE

Tints of Medium Blue #060DCE

Color information

#060DCE (or 0x060DCE) is unknown color: approx Medium Blue. HEX triplet: 06, 0D and CE. RGB value is (6,13,206). Sum of RGB (Red+Green+Blue) = 6+13+206=225 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.67% from 225); Green value is 13 (5.47% from 255 or 5.78% from 225); Blue value is 206 (80.86% from 255 or 91.56% from 225); Max value from RGB is 206 - color contains mainly: blue. Hex color #060DCE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #060DCE is #F9F231. Grayscale: #202020. Windows color (decimal): -16380466 or 13503750. OLE color: 13503750.

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

Color convert

RGB613206-
CMYK0.970.9400.19
HSL237.9º94.34%41.57%-
HSV(B)237.9º97.09%80.78%-
XYZ11.364.7858.72-
YUV32.91225.68108.81-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.67%
GREEN value IS 13 (5.47% from 255) = 5.78%
BLUE value IS 206 (80.86% from 255) = 91.56%
R=2.67%
G=5.78%
B=91.56%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal6132060.970.9400.19237.994.3441.57
Hex6DCE615E013ee5e2a
Octal61531614113602335613652
Binary11011011100111011000011011110010011111011101011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,13,206); }

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

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

 a { background-color: rgb(6,13,206); }

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

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

 span { border-color: rgb(6,13,206); }

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