Color Hex Logo

#066bf3 Color Hex

#066BF3
(6,107,243)
0 Favorites   0 Comments

Color spaces of #066bf3

RGB 6107243
HSL0.600.950.49
HSV214°98°95°
CMYK 0.980.560.00   0.05
XYZ21.510517.025286.9465
Yxy17.02520.17140.1357
Hunter Lab41.261620.8478-96.0528
CIE-Lab48.291827.5814-74.7020

#066bf3 color RGB value is (6,107,243).

#066bf3 hex color red value is 6, green value is 107 and the blue value of its RGB is 243. Cylindrical-coordinate representations (also known as HSL) of color #066bf3 hue: 0.60 , saturation: 0.95 and the lightness value of 066bf3 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 01101011 11110011
Octal 6 153 363
Decimal 6 107 243
Hex 6 6B F3

RGB Percentages of Color #066bf3

%1.69
%30.06
%68.26

CMYK Percentages of Color #066bf3

%98
%56
%0
%5

Triadic Colors of #066bf3

#066bf3 #f3066b #6bf306

Analogous Colors of #066bf3

#066bf3 #1706f3 #06e2f3

Monochromatic Colors of #066bf3

#066bf3

Complementary Color

#066bf3 #f38e06

#066bf3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#066bf3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#066bf3 Color CSS Codes

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

#066bf3 Text Font Color

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

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


#066bf3 Background Color

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

This div background color is #066bf3


#066bf3 Border Color

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

This div border color is #066bf3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #066bf3


Comments

No comments written yet.

Please login to write comment.