Html Css Color HEX #061DCE Medium Blue

📋 copy color: '#061DCE'

red 6 ◦ green 29 ◦ blue 206

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

Shades of Medium Blue #061DCE

Tints of Medium Blue #061DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 85.48%

R = 2.49%
G = 12.03%
B = 85.48%

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

#061DCE (or 0x061DCE) is known color: Medium Blue. HEX triplet: 06, 1D and CE. RGB value is (6,29,206). Sum of RGB (Red+Green+Blue) = 6+29+206=241 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.49% from 241); Green value is 29 (11.72% from 255 or 12.03% from 241); Blue value is 206 (80.86% from 255 or 85.48% from 241); Max value from RGB is 206 - color contains mainly: blue. Hex color #061DCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #061DCE is #F9E231. Grayscale: #292929. Windows color (decimal): -16376370 or 13507846. OLE color: 13507846.

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

Color convert

RGB 6 29 206 -
CMYK 0.97 0.86 0 0.19
HSL 233.1º 0.94% 0.42% -
HSV(B) 233.1º 0.97% 0.81% -
XYZ 11.66 5.37 58.82 -
YUV 42.3 220.38 102.11 -
System Red Green Blue C M Y K H S L
Decimal 6 29 206 0.97 0.86 0 0.19 233.1 0.94 0.42
Hex 6 1D CE 61 56 0 13 E9 5E 2A
Octal 6 35 316 141 126 0 23 351 136 52
Binary 110 11101 11001110 1100001 1010110 0 10011 11101001 1011110 101010

Color Harmonies of #061DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061DCE

Black with #061DCE

Text Example


Text Example

White with #061DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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