Html Css Color HEX #061ECC Medium Blue

📋 copy color: '#061ECC'

red 6 ◦ green 30 ◦ blue 204

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

Shades of Medium Blue #061ECC

Tints of Medium Blue #061ECC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.5%

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

R = 2.5%
G = 12.5%
B = 85%

CMYK

 C value IS 0.97

 M value IS 0.85

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#061ECC (or 0x061ECC) is known color: Medium Blue. HEX triplet: 06, 1E and CC. RGB value is (6,30,204). Sum of RGB (Red+Green+Blue) = 6+30+204=240 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.5% from 240); Green value is 30 (12.11% from 255 or 12.5% from 240); Blue value is 204 (80.08% from 255 or 85% from 240); Max value from RGB is 204 - color contains mainly: blue. Hex color #061ECC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #061ECC is #F9E133. Grayscale: #292929. Windows color (decimal): -16376116 or 13377030. OLE color: 13377030.

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

Color convert

RGB 6 30 204 -
CMYK 0.97 0.85 0 0.2
HSL 232.73º 0.94% 0.41% -
HSV(B) 232.73º 0.97% 0.8% -
XYZ 11.44 5.33 57.55 -
YUV 42.66 219.05 101.85 -
System Red Green Blue C M Y K H S L
Decimal 6 30 204 0.97 0.85 0 0.2 232.73 0.94 0.41
Hex 6 1E CC 61 55 0 14 E9 5E 29
Octal 6 36 314 141 125 0 24 351 136 51
Binary 110 11110 11001100 1100001 1010101 0 10100 11101001 1011110 101001

Color Harmonies of #061ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061ECC

Black with #061ECC

Text Example


Text Example

White with #061ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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