Color Hex Logo

#066cfa Color Hex

#066CFA
(6,108,250)
0 Favorites   0 Comments

Color spaces of #066cfa

RGB 6108250
HSL0.600.960.50
HSV215°98°98°
CMYK 0.980.570.00   0.02
XYZ22.693017.666092.6563
Yxy17.66600.17060.1328
Hunter Lab42.030922.8201-101.2819
CIE-Lab49.088529.6315-77.3043

#066cfa color RGB value is (6,108,250).

#066cfa hex color red value is 6, green value is 108 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #066cfa hue: 0.60 , saturation: 0.96 and the lightness value of 066cfa is 0.50.

The process color (four color CMYK) of #066cfa color hex is 0.98, 0.57, 0.00, 0.02. Web safe color of #066cfa is #0066ff. Color #066cfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01101100 11111010
Octal 6 154 372
Decimal 6 108 250
Hex 6 6C FA

RGB Percentages of Color #066cfa

%1.65
%29.67
%68.68

CMYK Percentages of Color #066cfa

%98
%57
%0
%2

Triadic Colors of #066cfa

#066cfa #fa066c #6cfa06

Analogous Colors of #066cfa

#066cfa #1a06fa #06e6fa

Monochromatic Colors of #066cfa

#066cfa

Complementary Color

#066cfa #fa9406

#066cfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#066cfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#066cfa Color CSS Codes

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

#066cfa Text Font Color

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

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


#066cfa Background Color

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

This div background color is #066cfa


#066cfa Border Color

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

This div border color is #066cfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #066cfa


Comments

No comments written yet.

Please login to write comment.