Color Hex Logo

#064bcd Color Hex

#064BCD
(6,75,205)
0 Favorites   0 Comments

Color spaces of #064bcd

RGB 675205
HSL0.610.940.41
HSV219°97°80°
CMYK 0.970.630.00   0.20
XYZ13.61069.478658.8698
Yxy9.47860.16610.1157
Hunter Lab30.787325.0342-91.8198
CIE-Lab36.889933.6134-71.7429

#064bcd color RGB value is (6,75,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 01001011 11001101
Octal 6 113 315
Decimal 6 75 205
Hex 6 4B CD

RGB Percentages of Color #064bcd

%2.10
%26.22
%71.68

CMYK Percentages of Color #064bcd

%97
%63
%0
%20

Triadic Colors of #064bcd

#064bcd #cd064b #4bcd06

Analogous Colors of #064bcd

#064bcd #2406cd #06afcd

Monochromatic Colors of #064bcd

#064bcd

Complementary Color

#064bcd #cd8806

#064bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#064bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#064bcd Color CSS Codes

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

#064bcd Text Font Color

<p style="color:#064bcd">Text here</p>

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


#064bcd Background Color

<div style="background-color:#064bcd">
Div content here</div>

This div background color is #064bcd


#064bcd Border Color

<div style="border:3px solid #064bcd">
Div here</div>

This div border color is #064bcd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,75,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 #064bcd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #064bcd


Comments

No comments written yet.

Please login to write comment.