Color Hex Logo

#061bcc Color Hex

#061BCC
(6,27,204)
0 Favorites   0 Comments

Color spaces of #061bcc

RGB 627204
HSL0.650.940.41
HSV234°97°80°
CMYK 0.970.870.00   0.20
XYZ11.36615.182257.5279
Yxy5.18220.15340.0700
Hunter Lab22.764449.2858-133.8963
CIE-Lab27.247759.9235-87.1200

#061bcc color RGB value is (6,27,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 00011011 11001100
Octal 6 33 314
Decimal 6 27 204
Hex 6 1B CC

RGB Percentages of Color #061bcc

%2.53
%11.39
%86.08

CMYK Percentages of Color #061bcc

%97
%87
%0
%20

Triadic Colors of #061bcc

#061bcc #cc061b #1bcc06

Analogous Colors of #061bcc

#061bcc #5406cc #067ecc

Monochromatic Colors of #061bcc

#061bcc

Complementary Color

#061bcc #ccb706

#061bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#061bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#061bcc Color CSS Codes

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

#061bcc Text Font Color

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

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


#061bcc Background Color

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

This div background color is #061bcc


#061bcc Border Color

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

This div border color is #061bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #061bcc


Comments

No comments written yet.

Please login to write comment.