Html Css Color HEX #060DDC Medium Blue

📋 copy color: '#060DDC'

red 6 ◦ green 13 ◦ blue 220

#060DDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Blue #060DDC

Tints of Medium Blue #060DDC

RGB

 RED value IS 6 (2.73% from 255) = 2.51%

 GREEN value IS 13 (5.47% from 255) = 5.44%

 BLUE value IS 220 (86.33% from 255) = 92.05%

R = 2.51%
G = 5.44%
B = 92.05%

CMYK

 C value IS 0.97

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#060DDC (or 0x060DDC) is known color: Medium Blue. HEX triplet: 06, 0D and DC. RGB value is (6,13,220). Sum of RGB (Red+Green+Blue) = 6+13+220=239 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.51% from 239); Green value is 13 (5.47% from 255 or 5.44% from 239); Blue value is 220 (86.33% from 255 or 92.05% from 239); Max value from RGB is 220 - color contains mainly: blue. Hex color #060DDC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #060DDC is #F9F223. Grayscale: #212121. Windows color (decimal): -16380452 or 14421254. OLE color: 14421254.

HSL color Cylindrical-coordinate representation of color #060DDC: hue angle of 238.04º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #060DDC is Cyan = 0.97, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 6 13 220 -
CMYK 0.97 0.94 0 0.14
HSL 238.04º 0.95% 0.44% -
HSV(B) 238.04º 0.97% 0.86% -
XYZ 13.14 5.49 68.08 -
YUV 34.51 232.68 107.67 -
System Red Green Blue C M Y K H S L
Decimal 6 13 220 0.97 0.94 0 0.14 238.04 0.95 0.44
Hex 6 D DC 61 5E 0 E EE 5F 2C
Octal 6 15 334 141 136 0 16 356 137 54
Binary 110 1101 11011100 1100001 1011110 0 1110 11101110 1011111 101100

Color Harmonies of #060DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060DDC

Black with #060DDC

Text Example


Text Example

White with #060DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #060DDC;
 }
 .AnyTagClassName
 {
   color: #060DDC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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