Color Hex Logo

#066aeb Color Hex

#066AEB
(6,106,235)
0 Favorites   0 Comments

Color spaces of #066aeb

RGB 6106235
HSL0.590.950.47
HSV214°97°92°
CMYK 0.970.550.00   0.08
XYZ20.224516.344980.6862
Yxy16.34490.17250.1394
Hunter Lab40.428818.5441-90.0284
CIE-Lab47.423825.1254-71.6339

#066aeb color RGB value is (6,106,235).

#066aeb hex color red value is 6, green value is 106 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #066aeb hue: 0.59 , saturation: 0.95 and the lightness value of 066aeb is 0.47.

The process color (four color CMYK) of #066aeb color hex is 0.97, 0.55, 0.00, 0.08. Web safe color of #066aeb is #0066ff. Color #066aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01101010 11101011
Octal 6 152 353
Decimal 6 106 235
Hex 6 6A EB

RGB Percentages of Color #066aeb

%1.73
%30.55
%67.72

CMYK Percentages of Color #066aeb

%97
%55
%0
%8

Triadic Colors of #066aeb

#066aeb #eb066a #6aeb06

Analogous Colors of #066aeb

#066aeb #1406eb #06ddeb

Monochromatic Colors of #066aeb

#066aeb

Complementary Color

#066aeb #eb8706

#066aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#066aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#066aeb Color CSS Codes

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

#066aeb Text Font Color

<p style="color:#066aeb">Text here</p>

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


#066aeb Background Color

<div style="background-color:#066aeb">
Div content here</div>

This div background color is #066aeb


#066aeb Border Color

<div style="border:3px solid #066aeb">
Div here</div>

This div border color is #066aeb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,106,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #066aeb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #066aeb;
  -webkit-box-shadow: 1px 1px 3px 2px #066aeb;
  box-shadow:         1px 1px 3px 2px #066aeb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #066aeb


Comments

No comments written yet.

Please login to write comment.