Color Hex Logo

#068fca Color Hex

#068FCA
(6,143,202)
0 Favorites   0 Comments

Color spaces of #068fca

RGB 6143202
HSL0.550.940.41
HSV198°97°79°
CMYK 0.970.290.00   0.21
XYZ20.558223.947959.4160
Yxy23.94790.19780.2304
Hunter Lab48.9366-10.6514-37.7309
CIE-Lab56.0356-10.3617-39.2355

#068fca color RGB value is (6,143,202).

#068fca hex color red value is 6, green value is 143 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #068fca hue: 0.55 , saturation: 0.94 and the lightness value of 068fca is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 10001111 11001010
Octal 6 217 312
Decimal 6 143 202
Hex 6 8F CA

RGB Percentages of Color #068fca

%1.71
%40.74
%57.55

CMYK Percentages of Color #068fca

%97
%29
%0
%21

Triadic Colors of #068fca

#068fca #ca068f #8fca06

Analogous Colors of #068fca

#068fca #062dca #06caa3

Monochromatic Colors of #068fca

#068fca

Complementary Color

#068fca #ca4106

#068fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#068fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#068fca Color CSS Codes

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

#068fca Text Font Color

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

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


#068fca Background Color

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

This div background color is #068fca


#068fca Border Color

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

This div border color is #068fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #068fca


Comments

No comments written yet.

Please login to write comment.