Color Hex Logo

#061cdc Color Hex

#061CDC
(6,28,220)
0 Favorites   0 Comments

Color spaces of #061cdc

RGB 628220
HSL0.650.950.44
HSV234°97°86°
CMYK 0.970.870.00   0.14
XYZ13.40866.036568.1686
Yxy6.03650.15300.0689
Hunter Lab24.569354.4195-147.3043
CIE-Lab29.504464.1470-92.6395

#061cdc color RGB value is (6,28,220).

#061cdc hex color red value is 6, green value is 28 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #061cdc hue: 0.65 , saturation: 0.95 and the lightness value of 061cdc is 0.44.

The process color (four color CMYK) of #061cdc color hex is 0.97, 0.87, 0.00, 0.14. Web safe color of #061cdc is #0033cc. Color #061cdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00011100 11011100
Octal 6 34 334
Decimal 6 28 220
Hex 6 1C DC

RGB Percentages of Color #061cdc

%2.36
%11.02
%86.61

CMYK Percentages of Color #061cdc

%97
%87
%0
%14

Triadic Colors of #061cdc

#061cdc #dc061c #1cdc06

Analogous Colors of #061cdc

#061cdc #5b06dc #0687dc

Monochromatic Colors of #061cdc

#061cdc

Complementary Color

#061cdc #dcc606

#061cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#061cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#061cdc Color CSS Codes

.mybgcolor {background-color:#061cdc; } 
.myforecolor {color:#061cdc; }
.mybordercolor {border:3px solid #061cdc; }

#061cdc Text Font Color

<p style="color:#061cdc">Text here</p>

This sample text font color is #061cdc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#061cdc Background Color

<div style="background-color:#061cdc">
Div content here</div>

This div background color is #061cdc


#061cdc Border Color

<div style="border:3px solid #061cdc">
Div here</div>

This div border color is #061cdc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,28,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #061cdc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #061cdc;
  -webkit-box-shadow: 1px 1px 3px 2px #061cdc;
  box-shadow:         1px 1px 3px 2px #061cdc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,28,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #061cdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #061cdc;
  -webkit-box-shadow: 1px 1px 3px 2px #061cdc;
  box-shadow:         1px 1px 3px 2px #061cdc;">
Div content here</div>

This div box has shadow with color #061cdc


Comments

No comments written yet.

Please login to write comment.