Color Hex Logo

#006dcf Color Hex

#006DCF
(0,109,207)
0 Favorites   0 Comments

Color spaces of #006dcf

RGB 0109207
HSL0.581.000.41
HSV208°100°81°
CMYK 1.000.470.00   0.19
XYZ16.731115.442361.1303
Yxy15.44230.17930.1655
Hunter Lab39.29677.2296-64.7244
CIE-Lab46.234111.9691-57.6915

#006dcf color RGB value is (0,109,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 01101101 11001111
Octal 0 155 317
Decimal 0 109 207
Hex 0 6D CF

RGB Percentages of Color #006dcf

%0.00
%34.49
%65.51

CMYK Percentages of Color #006dcf

%100
%47
%0
%19

Triadic Colors of #006dcf

#006dcf #cf006d #6dcf00

Analogous Colors of #006dcf

#006dcf #0005cf #00cfca

Monochromatic Colors of #006dcf

#006dcf

Complementary Color

#006dcf #cf6200

#006dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#006dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#006dcf Color CSS Codes

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

#006dcf Text Font Color

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

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


#006dcf Background Color

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

This div background color is #006dcf


#006dcf Border Color

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

This div border color is #006dcf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,109,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 #006dcf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #006dcf


Comments

No comments written yet.

Please login to write comment.