Color Hex Logo

#065ecf Color Hex

#065ECF
(6,94,207)
0 Favorites   0 Comments

Color spaces of #065ecf

RGB 694207
HSL0.590.940.42
HSV214°97°81°
CMYK 0.970.550.00   0.19
XYZ15.340312.549160.6452
Yxy12.54910.17330.1417
Hunter Lab35.424715.3043-76.7040
CIE-Lab42.075821.9026-64.4234

#065ecf color RGB value is (6,94,207).

#065ecf hex color red value is 6, green value is 94 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #065ecf hue: 0.59 , saturation: 0.94 and the lightness value of 065ecf is 0.42.

The process color (four color CMYK) of #065ecf color hex is 0.97, 0.55, 0.00, 0.19. Web safe color of #065ecf is #0066cc. Color #065ecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01011110 11001111
Octal 6 136 317
Decimal 6 94 207
Hex 6 5E CF

RGB Percentages of Color #065ecf

%1.95
%30.62
%67.43

CMYK Percentages of Color #065ecf

%97
%55
%0
%19

Triadic Colors of #065ecf

#065ecf #cf065e #5ecf06

Analogous Colors of #065ecf

#065ecf #1306cf #06c3cf

Monochromatic Colors of #065ecf

#065ecf

Complementary Color

#065ecf #cf7706

#065ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#065ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#065ecf Color CSS Codes

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

#065ecf Text Font Color

<p style="color:#065ecf">Text here</p>

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


#065ecf Background Color

<div style="background-color:#065ecf">
Div content here</div>

This div background color is #065ecf


#065ecf Border Color

<div style="border:3px solid #065ecf">
Div here</div>

This div border color is #065ecf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,94,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #065ecf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #065ecf;
  -webkit-box-shadow: 1px 1px 3px 2px #065ecf;
  box-shadow:         1px 1px 3px 2px #065ecf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,94,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 #065ecf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #065ecf


Comments

No comments written yet.

Please login to write comment.