Color Hex Logo

#067bdb Color Hex

#067BDB
(6,123,219)
0 Favorites   0 Comments

Color spaces of #067bdb

RGB 6123219
HSL0.580.950.44
HSV207°97°86°
CMYK 0.970.440.00   0.14
XYZ19.944219.319169.6956
Yxy19.31910.18300.1773
Hunter Lab43.95354.0770-63.2467
CIE-Lab51.05858.0732-56.7454

#067bdb color RGB value is (6,123,219).

#067bdb hex color red value is 6, green value is 123 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #067bdb hue: 0.58 , saturation: 0.95 and the lightness value of 067bdb is 0.44.

The process color (four color CMYK) of #067bdb color hex is 0.97, 0.44, 0.00, 0.14. Web safe color of #067bdb is #0066cc. Color #067bdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01111011 11011011
Octal 6 173 333
Decimal 6 123 219
Hex 6 7B DB

RGB Percentages of Color #067bdb

%1.72
%35.34
%62.93

CMYK Percentages of Color #067bdb

%97
%44
%0
%14

Triadic Colors of #067bdb

#067bdb #db067b #7bdb06

Analogous Colors of #067bdb

#067bdb #0610db #06dbd1

Monochromatic Colors of #067bdb

#067bdb

Complementary Color

#067bdb #db6606

#067bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#067bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#067bdb Color CSS Codes

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

#067bdb Text Font Color

<p style="color:#067bdb">Text here</p>

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


#067bdb Background Color

<div style="background-color:#067bdb">
Div content here</div>

This div background color is #067bdb


#067bdb Border Color

<div style="border:3px solid #067bdb">
Div here</div>

This div border color is #067bdb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,123,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #067bdb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #067bdb;
  -webkit-box-shadow: 1px 1px 3px 2px #067bdb;
  box-shadow:         1px 1px 3px 2px #067bdb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #067bdb


Comments

No comments written yet.

Please login to write comment.