Html Css Color HEX #060EC2 Medium Blue

📋 copy color: '#060EC2'

red 6 ◦ green 14 ◦ blue 194

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

Shades of Medium Blue #060EC2

Tints of Medium Blue #060EC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 90.65%

R = 2.8%
G = 6.54%
B = 90.65%

CMYK

 C value IS 0.97

 M value IS 0.93

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#060EC2 (or 0x060EC2) is known color: Medium Blue. HEX triplet: 06, 0E and C2. RGB value is (6,14,194). Sum of RGB (Red+Green+Blue) = 6+14+194=214 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.80% from 214); Green value is 14 (5.86% from 255 or 6.54% from 214); Blue value is 194 (76.17% from 255 or 90.65% from 214); Max value from RGB is 194 - color contains mainly: blue. Hex color #060EC2 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #060EC2 is #F9F13D. Grayscale: #1F1F1F. Windows color (decimal): -16380222 or 12717574. OLE color: 12717574.

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

Color convert

RGB 6 14 194 -
CMYK 0.97 0.93 0 0.24
HSL 237.45º 0.94% 0.39% -
HSV(B) 237.45º 0.97% 0.76% -
XYZ 9.97 4.25 51.33 -
YUV 32.13 219.35 109.36 -
System Red Green Blue C M Y K H S L
Decimal 6 14 194 0.97 0.93 0 0.24 237.45 0.94 0.39
Hex 6 E C2 61 5D 0 18 ED 5E 27
Octal 6 16 302 141 135 0 30 355 136 47
Binary 110 1110 11000010 1100001 1011101 0 11000 11101101 1011110 100111

Color Harmonies of #060EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060EC2

Black with #060EC2

Text Example


Text Example

White with #060EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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