Color Hex Logo

#067bfe Color Hex

#067BFE
(6,123,254)
0 Favorites   0 Comments

Color spaces of #067bfe

RGB 6123254
HSL0.590.990.51
HSV212°98°100°
CMYK 0.980.520.00   0.00
XYZ25.047521.360496.5688
Yxy21.36040.17520.1494
Hunter Lab46.217315.8579-91.5314
CIE-Lab53.341721.6754-72.6021

#067bfe color RGB value is (6,123,254).

#067bfe hex color red value is 6, green value is 123 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #067bfe hue: 0.59 , saturation: 0.99 and the lightness value of 067bfe is 0.51.

The process color (four color CMYK) of #067bfe color hex is 0.98, 0.52, 0.00, 0.00. Web safe color of #067bfe is #0066ff. Color #067bfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01111011 11111110
Octal 6 173 376
Decimal 6 123 254
Hex 6 7B FE

RGB Percentages of Color #067bfe

%1.57
%32.11
%66.32

CMYK Percentages of Color #067bfe

%98
%52
%0
%0

Triadic Colors of #067bfe

#067bfe #fe067b #7bfe06

Analogous Colors of #067bfe

#067bfe #0d06fe #06f7fe

Monochromatic Colors of #067bfe

#067bfe

Complementary Color

#067bfe #fe8906

#067bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#067bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#067bfe Color CSS Codes

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

#067bfe Text Font Color

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

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


#067bfe Background Color

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

This div background color is #067bfe


#067bfe Border Color

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

This div border color is #067bfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #067bfe

Related Colors


Comments

No comments written yet.

Please login to write comment.