Html Css Color HEX #061ACC Medium Blue

📋 copy color: '#061ACC'

red 6 ◦ green 26 ◦ blue 204

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

Shades of Medium Blue #061ACC

Tints of Medium Blue #061ACC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.02%

 BLUE value IS 204 (80.08% from 255) = 86.44%

R = 2.54%
G = 11.02%
B = 86.44%

CMYK

 C value IS 0.97

 M value IS 0.87

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#061ACC (or 0x061ACC) is known color: Medium Blue. HEX triplet: 06, 1A and CC. RGB value is (6,26,204). Sum of RGB (Red+Green+Blue) = 6+26+204=236 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.54% from 236); Green value is 26 (10.55% from 255 or 11.02% from 236); Blue value is 204 (80.08% from 255 or 86.44% from 236); Max value from RGB is 204 - color contains mainly: blue. Hex color #061ACC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #061ACC is #F9E533. Grayscale: #272727. Windows color (decimal): -16377140 or 13376006. OLE color: 13376006.

HSL color Cylindrical-coordinate representation of color #061ACC: hue angle of 233.94º 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 #061ACC is Cyan = 0.97, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 6 26 204 -
CMYK 0.97 0.87 0 0.2
HSL 233.94º 0.94% 0.41% -
HSV(B) 233.94º 0.97% 0.8% -
XYZ 11.34 5.14 57.52 -
YUV 40.31 220.37 103.53 -
System Red Green Blue C M Y K H S L
Decimal 6 26 204 0.97 0.87 0 0.2 233.94 0.94 0.41
Hex 6 1A CC 61 57 0 14 EA 5E 29
Octal 6 32 314 141 127 0 24 352 136 51
Binary 110 11010 11001100 1100001 1010111 0 10100 11101010 1011110 101001

Color Harmonies of #061ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061ACC

Black with #061ACC

Text Example


Text Example

White with #061ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061ACC; }

 p { color: rgb(6,26,204); }

 H1.HeaderClassName
 {
   color: #061ACC;
 }
 .AnyTagClassName
 {
   color: #061ACC;
 }
</style>

background-color css

<style>
 a { background-color: #061ACC; }

 a { background-color: rgb(6,26,204); }

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

border-color css

<style>
 span { border-color: #061ACC; }

 span { border-color: rgb(6,26,204); }

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