Html Css Color HEX #060ECD Medium Blue

📋 copy color: '#060ECD'

red 6 ◦ green 14 ◦ blue 205

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

Shades of Medium Blue #060ECD

Tints of Medium Blue #060ECD

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.22%

 BLUE value IS 205 (80.47% from 255) = 91.11%

R = 2.67%
G = 6.22%
B = 91.11%

CMYK

 C value IS 0.97

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#060ECD (or 0x060ECD) is known color: Medium Blue. HEX triplet: 06, 0E and CD. RGB value is (6,14,205). Sum of RGB (Red+Green+Blue) = 6+14+205=225 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.67% from 225); Green value is 14 (5.86% from 255 or 6.22% from 225); Blue value is 205 (80.47% from 255 or 91.11% from 225); Max value from RGB is 205 - color contains mainly: blue. Hex color #060ECD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #060ECD is #F9F132. Grayscale: #202020. Windows color (decimal): -16380211 or 13438470. OLE color: 13438470.

HSL color Cylindrical-coordinate representation of color #060ECD: hue angle of 237.59º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #060ECD is Cyan = 0.97, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 6 14 205 -
CMYK 0.97 0.93 0 0.20
HSL 237.59º 0.94% 0.41% -
HSV(B) 237.59º 0.97% 0.8% -
XYZ 11.25 4.76 58.08 -
YUV 33.38 224.85 108.47 -
System Red Green Blue C M Y K H S L
Decimal 6 14 205 0.97 0.93 0 0.20 237.59 0.94 0.41
Hex 6 E CD 61 5D 0 14 EE 5E 29
Octal 6 16 315 141 135 0 24 356 136 51
Binary 110 1110 11001101 1100001 1011101 0 10100 11101110 1011110 101001

Color Harmonies of #060ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060ECD

Black with #060ECD

Text Example


Text Example

White with #060ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,14,205); }

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

background-color css

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

 a { background-color: rgb(6,14,205); }

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

border-color css

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

 span { border-color: rgb(6,14,205); }

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