Html Css Color HEX #061DCD Medium Blue

📋 copy color: '#061DCD'

red 6 ◦ green 29 ◦ blue 205

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

Shades of Medium Blue #061DCD

Tints of Medium Blue #061DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 85.42%

R = 2.5%
G = 12.08%
B = 85.42%

CMYK

 C value IS 0.97

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#061DCD (or 0x061DCD) is known color: Medium Blue. HEX triplet: 06, 1D and CD. RGB value is (6,29,205). Sum of RGB (Red+Green+Blue) = 6+29+205=240 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.5% from 240); Green value is 29 (11.72% from 255 or 12.08% from 240); Blue value is 205 (80.47% from 255 or 85.42% from 240); Max value from RGB is 205 - color contains mainly: blue. Hex color #061DCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #061DCD is #F9E232. Grayscale: #292929. Windows color (decimal): -16376371 or 13442310. OLE color: 13442310.

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

Color convert

RGB 6 29 205 -
CMYK 0.97 0.86 0 0.20
HSL 233.07º 0.94% 0.41% -
HSV(B) 233.07º 0.97% 0.8% -
XYZ 11.53 5.33 58.18 -
YUV 42.19 219.88 102.19 -
System Red Green Blue C M Y K H S L
Decimal 6 29 205 0.97 0.86 0 0.20 233.07 0.94 0.41
Hex 6 1D CD 61 56 0 14 E9 5E 29
Octal 6 35 315 141 126 0 24 351 136 51
Binary 110 11101 11001101 1100001 1010110 0 10100 11101001 1011110 101001

Color Harmonies of #061DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061DCD

Black with #061DCD

Text Example


Text Example

White with #061DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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