Html Css Color HEX #061DCF Medium Blue

📋 copy color: '#061DCF'

red 6 ◦ green 29 ◦ blue 207

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

Shades of Medium Blue #061DCF

Tints of Medium Blue #061DCF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.98%

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

R = 2.48%
G = 11.98%
B = 85.54%

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

#061DCF (or 0x061DCF) is known color: Medium Blue. HEX triplet: 06, 1D and CF. RGB value is (6,29,207). Sum of RGB (Red+Green+Blue) = 6+29+207=242 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.48% from 242); Green value is 29 (11.72% from 255 or 11.98% from 242); Blue value is 207 (81.25% from 255 or 85.54% from 242); Max value from RGB is 207 - color contains mainly: blue. Hex color #061DCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #061DCF is #F9E230. Grayscale: #292929. Windows color (decimal): -16376369 or 13573382. OLE color: 13573382.

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

Color convert

RGB 6 29 207 -
CMYK 0.97 0.86 0 0.19
HSL 233.13º 0.94% 0.42% -
HSV(B) 233.13º 0.97% 0.81% -
XYZ 11.78 5.42 59.46 -
YUV 42.42 220.88 102.03 -
System Red Green Blue C M Y K H S L
Decimal 6 29 207 0.97 0.86 0 0.19 233.13 0.94 0.42
Hex 6 1D CF 61 56 0 13 E9 5E 2A
Octal 6 35 317 141 126 0 23 351 136 52
Binary 110 11101 11001111 1100001 1010110 0 10011 11101001 1011110 101010

Color Harmonies of #061DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061DCF

Black with #061DCF

Text Example


Text Example

White with #061DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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