Html Css Color HEX #060BC2 Medium Blue

📋 copy color: '#060BC2'

red 6 ◦ green 11 ◦ blue 194

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

Shades of Medium Blue #060BC2

Tints of Medium Blue #060BC2

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.21%

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

R = 2.84%
G = 5.21%
B = 91.94%

CMYK

 C value IS 0.97

 M value IS 0.94

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#060BC2 (or 0x060BC2) is known color: Medium Blue. HEX triplet: 06, 0B and C2. RGB value is (6,11,194). Sum of RGB (Red+Green+Blue) = 6+11+194=211 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.84% from 211); Green value is 11 (4.69% from 255 or 5.21% from 211); Blue value is 194 (76.17% from 255 or 91.94% from 211); Max value from RGB is 194 - color contains mainly: blue. Hex color #060BC2 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #060BC2 is #F9F43D. Grayscale: #1D1D1D. Windows color (decimal): -16380990 or 12716806. OLE color: 12716806.

HSL color Cylindrical-coordinate representation of color #060BC2: hue angle of 238.4º 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 #060BC2 is Cyan = 0.97, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 6 11 194 -
CMYK 0.97 0.94 0 0.24
HSL 238.4º 0.94% 0.39% -
HSV(B) 238.4º 0.97% 0.76% -
XYZ 9.93 4.17 51.32 -
YUV 30.37 220.34 110.62 -
System Red Green Blue C M Y K H S L
Decimal 6 11 194 0.97 0.94 0 0.24 238.4 0.94 0.39
Hex 6 B C2 61 5E 0 18 EE 5E 27
Octal 6 13 302 141 136 0 30 356 136 47
Binary 110 1011 11000010 1100001 1011110 0 11000 11101110 1011110 100111

Color Harmonies of #060BC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060BC2

Black with #060BC2

Text Example


Text Example

White with #060BC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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