Color Hex Logo

#061acd Color Hex

#061ACD
(6,26,205)
0 Favorites   0 Comments

Color spaces of #061acd

RGB 626205
HSL0.650.940.41
HSV234°97°80°
CMYK 0.970.870.00   0.20
XYZ11.46395.185358.1543
Yxy5.18530.15330.0693
Hunter Lab22.771350.0139-135.4777
CIE-Lab27.256360.5909-87.6898

#061acd color RGB value is (6,26,205).

#061acd hex color red value is 6, green value is 26 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #061acd hue: 0.65 , saturation: 0.94 and the lightness value of 061acd is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 00011010 11001101
Octal 6 32 315
Decimal 6 26 205
Hex 6 1A CD

RGB Percentages of Color #061acd

%2.53
%10.97
%86.50

CMYK Percentages of Color #061acd

%97
%87
%0
%20

Triadic Colors of #061acd

#061acd #cd061a #1acd06

Analogous Colors of #061acd

#061acd #5506cd #067ecd

Monochromatic Colors of #061acd

#061acd

Complementary Color

#061acd #cdb906

#061acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#061acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#061acd Color CSS Codes

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

#061acd Text Font Color

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

This sample text font color is #061acd
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.


#061acd Background Color

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

This div background color is #061acd


#061acd Border Color

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

This div border color is #061acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #061acd


Comments

No comments written yet.

Please login to write comment.