Color Hex Logo

#066abb Color Hex

#066ABB
(6,106,187)
0 Favorites   0 Comments

Color spaces of #066abb

RGB 6106187
HSL0.570.940.38
HSV207°97°73°
CMYK 0.970.430.00   0.27
XYZ14.198813.934648.9550
Yxy13.93460.18420.1808
Hunter Lab37.32912.5699-51.6252
CIE-Lab44.13906.0825-49.5298

#066abb color RGB value is (6,106,187).

#066abb hex color red value is 6, green value is 106 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #066abb hue: 0.57 , saturation: 0.94 and the lightness value of 066abb is 0.38.

The process color (four color CMYK) of #066abb color hex is 0.97, 0.43, 0.00, 0.27. Web safe color of #066abb is #0066cc. Color #066abb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01101010 10111011
Octal 6 152 273
Decimal 6 106 187
Hex 6 6A BB

RGB Percentages of Color #066abb

%2.01
%35.45
%62.54

CMYK Percentages of Color #066abb

%97
%43
%0
%27

Triadic Colors of #066abb

#066abb #bb066a #6abb06

Analogous Colors of #066abb

#066abb #0610bb #06bbb2

Monochromatic Colors of #066abb

#066abb

Complementary Color

#066abb #bb5706

#066abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#066abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#066abb Color CSS Codes

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

#066abb Text Font Color

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

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


#066abb Background Color

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

This div background color is #066abb


#066abb Border Color

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

This div border color is #066abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #066abb


Comments

No comments written yet.

Please login to write comment.