Html Css Color HEX #060CC5 Medium Blue

📋 copy color: '#060CC5'

red 6 ◦ green 12 ◦ blue 197

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

Shades of Medium Blue #060CC5

Tints of Medium Blue #060CC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 91.63%

R = 2.79%
G = 5.58%
B = 91.63%

CMYK

 C value IS 0.97

 M value IS 0.94

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#060CC5 (or 0x060CC5) is known color: Medium Blue. HEX triplet: 06, 0C and C5. RGB value is (6,12,197). Sum of RGB (Red+Green+Blue) = 6+12+197=215 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.79% from 215); Green value is 12 (5.08% from 255 or 5.58% from 215); Blue value is 197 (77.34% from 255 or 91.63% from 215); Max value from RGB is 197 - color contains mainly: blue. Hex color #060CC5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #060CC5 is #F9F33A. Grayscale: #1E1E1E. Windows color (decimal): -16380731 or 12913670. OLE color: 12913670.

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

Color convert

RGB 6 12 197 -
CMYK 0.97 0.94 0 0.23
HSL 238.12º 0.94% 0.4% -
HSV(B) 238.12º 0.97% 0.77% -
XYZ 10.28 4.33 53.12 -
YUV 31.3 221.51 109.96 -
System Red Green Blue C M Y K H S L
Decimal 6 12 197 0.97 0.94 0 0.23 238.12 0.94 0.4
Hex 6 C C5 61 5E 0 17 EE 5E 28
Octal 6 14 305 141 136 0 27 356 136 50
Binary 110 1100 11000101 1100001 1011110 0 10111 11101110 1011110 101000

Color Harmonies of #060CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060CC5

Black with #060CC5

Text Example


Text Example

White with #060CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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