Html Css Color HEX #060CB9 Medium Blue

📋 copy color: '#060CB9'

red 6 ◦ green 12 ◦ blue 185

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

Shades of Medium Blue #060CB9

Tints of Medium Blue #060CB9

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.91%

 BLUE value IS 185 (72.66% from 255) = 91.13%

R = 2.96%
G = 5.91%
B = 91.13%

CMYK

 C value IS 0.97

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#060CB9 (or 0x060CB9) is known color: Medium Blue. HEX triplet: 06, 0C and B9. RGB value is (6,12,185). Sum of RGB (Red+Green+Blue) = 6+12+185=203 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.96% from 203); Green value is 12 (5.08% from 255 or 5.91% from 203); Blue value is 185 (72.66% from 255 or 91.13% from 203); Max value from RGB is 185 - color contains mainly: blue. Hex color #060CB9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #060CB9 is #F9F346. Grayscale: #1D1D1D. Windows color (decimal): -16380743 or 12127238. OLE color: 12127238.

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

Color convert

RGB 6 12 185 -
CMYK 0.97 0.94 0 0.27
HSL 237.99º 0.94% 0.37% -
HSV(B) 237.99º 0.97% 0.73% -
XYZ 8.96 3.8 46.16 -
YUV 29.93 215.51 110.93 -
System Red Green Blue C M Y K H S L
Decimal 6 12 185 0.97 0.94 0 0.27 237.99 0.94 0.37
Hex 6 C B9 61 5E 0 1B EE 5E 25
Octal 6 14 271 141 136 0 33 356 136 45
Binary 110 1100 10111001 1100001 1011110 0 11011 11101110 1011110 100101

Color Harmonies of #060CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060CB9

Black with #060CB9

Text Example


Text Example

White with #060CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,12,185); }

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

background-color css

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

 a { background-color: rgb(6,12,185); }

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

border-color css

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

 span { border-color: rgb(6,12,185); }

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