Color Hex Logo

#067fff Color Hex

#067FFF
(6,127,255)
0 Favorites   0 Comments

Color spaces of #067fff

RGB 6127255
HSL0.591.000.51
HSV211°98°100°
CMYK 0.980.500.00   0.00
XYZ25.714522.437597.5833
Yxy22.43750.17640.1540
Hunter Lab47.368214.0068-88.9856
CIE-Lab54.488219.5543-71.2960

#067fff color RGB value is (6,127,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 01111111 11111111
Octal 6 177 377
Decimal 6 127 255
Hex 6 7F FF

RGB Percentages of Color #067fff

%1.55
%32.73
%65.72

CMYK Percentages of Color #067fff

%98
%50
%0
%0

Triadic Colors of #067fff

#067fff #ff067f #7fff06

Analogous Colors of #067fff

#067fff #0a06ff #06fcff

Monochromatic Colors of #067fff

#067fff

Complementary Color

#067fff #ff8606

#067fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#067fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#067fff Color CSS Codes

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

#067fff Text Font Color

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

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


#067fff Background Color

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

This div background color is #067fff


#067fff Border Color

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

This div border color is #067fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #067fff

Related Colors


Comments

No comments written yet.

Please login to write comment.