Html Css Color HEX #061ECF Medium Blue

📋 copy color: '#061ECF'

red 6 ◦ green 30 ◦ blue 207

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

Shades of Medium Blue #061ECF

Tints of Medium Blue #061ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 85.19%

R = 2.47%
G = 12.35%
B = 85.19%

CMYK

 C value IS 0.97

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#061ECF (or 0x061ECF) is known color: Medium Blue. HEX triplet: 06, 1E and CF. RGB value is (6,30,207). Sum of RGB (Red+Green+Blue) = 6+30+207=243 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.47% from 243); Green value is 30 (12.11% from 255 or 12.35% from 243); Blue value is 207 (81.25% from 255 or 85.19% from 243); Max value from RGB is 207 - color contains mainly: blue. Hex color #061ECF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #061ECF is #F9E130. Grayscale: #2A2A2A. Windows color (decimal): -16376113 or 13573638. OLE color: 13573638.

HSL color Cylindrical-coordinate representation of color #061ECF: hue angle of 232.84º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #061ECF is Cyan = 0.97, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 6 30 207 -
CMYK 0.97 0.86 0 0.19
HSL 232.84º 0.94% 0.42% -
HSV(B) 232.84º 0.97% 0.81% -
XYZ 11.8 5.47 59.47 -
YUV 43 220.55 101.61 -
System Red Green Blue C M Y K H S L
Decimal 6 30 207 0.97 0.86 0 0.19 232.84 0.94 0.42
Hex 6 1E CF 61 56 0 13 E9 5E 2A
Octal 6 36 317 141 126 0 23 351 136 52
Binary 110 11110 11001111 1100001 1010110 0 10011 11101001 1011110 101010

Color Harmonies of #061ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061ECF

Black with #061ECF

Text Example


Text Example

White with #061ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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