Color Hex Logo

#006fcf Color Hex

#006FCF
(0,111,207)
0 Favorites   0 Comments

Color spaces of #006fcf

RGB 0111207
HSL0.581.000.41
HSV208°100°81°
CMYK 1.000.460.00   0.19
XYZ16.946915.873961.2022
Yxy15.87390.18020.1688
Hunter Lab39.84216.2017-63.1871
CIE-Lab46.808610.6926-56.7657

#006fcf color RGB value is (0,111,207).

#006fcf hex color red value is 0, green value is 111 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #006fcf hue: 0.58 , saturation: 1.00 and the lightness value of 006fcf is 0.41.

The process color (four color CMYK) of #006fcf color hex is 1.00, 0.46, 0.00, 0.19. Web safe color of #006fcf is #0066cc. Color #006fcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01101111 11001111
Octal 0 157 317
Decimal 0 111 207
Hex 0 6F CF

RGB Percentages of Color #006fcf

%0.00
%34.91
%65.09

CMYK Percentages of Color #006fcf

%100
%46
%0
%19

Triadic Colors of #006fcf

#006fcf #cf006f #6fcf00

Analogous Colors of #006fcf

#006fcf #0007cf #00cfc8

Monochromatic Colors of #006fcf

#006fcf

Complementary Color

#006fcf #cf6000

#006fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#006fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#006fcf Color CSS Codes

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

#006fcf Text Font Color

<p style="color:#006fcf">Text here</p>

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


#006fcf Background Color

<div style="background-color:#006fcf">
Div content here</div>

This div background color is #006fcf


#006fcf Border Color

<div style="border:3px solid #006fcf">
Div here</div>

This div border color is #006fcf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,111,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #006fcf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #006fcf;
  -webkit-box-shadow: 1px 1px 3px 2px #006fcf;
  box-shadow:         1px 1px 3px 2px #006fcf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,111,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #006fcf


Comments

No comments written yet.

Please login to write comment.