Color Hex Logo

#066ceb Color Hex

#066CEB
(6,108,235)
0 Favorites   0 Comments

Color spaces of #066ceb

RGB 6108235
HSL0.590.950.47
HSV213°97°92°
CMYK 0.970.540.00   0.08
XYZ20.433116.762080.7557
Yxy16.76200.17320.1421
Hunter Lab40.941417.4385-88.2887
CIE-Lab47.958723.8423-70.7634

#066ceb color RGB value is (6,108,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 01101100 11101011
Octal 6 154 353
Decimal 6 108 235
Hex 6 6C EB

RGB Percentages of Color #066ceb

%1.72
%30.95
%67.34

CMYK Percentages of Color #066ceb

%97
%54
%0
%8

Triadic Colors of #066ceb

#066ceb #eb066c #6ceb06

Analogous Colors of #066ceb

#066ceb #1306eb #06dfeb

Monochromatic Colors of #066ceb

#066ceb

Complementary Color

#066ceb #eb8506

#066ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#066ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#066ceb Color CSS Codes

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

#066ceb Text Font Color

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

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


#066ceb Background Color

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

This div background color is #066ceb


#066ceb Border Color

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

This div border color is #066ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #066ceb


Comments

No comments written yet.

Please login to write comment.