Color Hex Logo

#068be1 Color Hex

#068BE1
(6,139,225)
0 Favorites   0 Comments

Color spaces of #068be1

RGB 6139225
HSL0.570.950.45
HSV204°97°88°
CMYK 0.970.380.00   0.12
XYZ22.898323.940274.6482
Yxy23.94020.18850.1971
Hunter Lab48.9287-2.0885-56.2058
CIE-Lab56.02790.6529-52.1671

#068be1 color RGB value is (6,139,225).

#068be1 hex color red value is 6, green value is 139 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #068be1 hue: 0.57 , saturation: 0.95 and the lightness value of 068be1 is 0.45.

The process color (four color CMYK) of #068be1 color hex is 0.97, 0.38, 0.00, 0.12. Web safe color of #068be1 is #0099cc. Color #068be1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10001011 11100001
Octal 6 213 341
Decimal 6 139 225
Hex 6 8B E1

RGB Percentages of Color #068be1

%1.62
%37.57
%60.81

CMYK Percentages of Color #068be1

%97
%38
%0
%12

Triadic Colors of #068be1

#068be1 #e1068b #8be106

Analogous Colors of #068be1

#068be1 #061de1 #06e1ca

Monochromatic Colors of #068be1

#068be1

Complementary Color

#068be1 #e15c06

#068be1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#068be1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#068be1 Color CSS Codes

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

#068be1 Text Font Color

<p style="color:#068be1">Text here</p>

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


#068be1 Background Color

<div style="background-color:#068be1">
Div content here</div>

This div background color is #068be1


#068be1 Border Color

<div style="border:3px solid #068be1">
Div here</div>

This div border color is #068be1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,139,225, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #068be1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #068be1;
  -webkit-box-shadow: 1px 1px 3px 2px #068be1;
  box-shadow:         1px 1px 3px 2px #068be1; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #068be1


Comments

No comments written yet.

Please login to write comment.