Color Hex Logo

#068bdc Color Hex

#068BDC
(6,139,220)
0 Favorites   0 Comments

Color spaces of #068bdc

RGB 6139220
HSL0.560.950.44
HSV203°97°86°
CMYK 0.970.370.00   0.14
XYZ22.226023.671371.1077
Yxy23.67130.19000.2023
Hunter Lab48.6532-3.5997-52.5965
CIE-Lab55.7572-1.2555-49.8004

#068bdc color RGB value is (6,139,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 10001011 11011100
Octal 6 213 334
Decimal 6 139 220
Hex 6 8B DC

RGB Percentages of Color #068bdc

%1.64
%38.08
%60.27

CMYK Percentages of Color #068bdc

%97
%37
%0
%14

Triadic Colors of #068bdc

#068bdc #dc068b #8bdc06

Analogous Colors of #068bdc

#068bdc #0620dc #06dcc2

Monochromatic Colors of #068bdc

#068bdc

Complementary Color

#068bdc #dc5706

#068bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#068bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#068bdc Color CSS Codes

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

#068bdc Text Font Color

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

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


#068bdc Background Color

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

This div background color is #068bdc


#068bdc Border Color

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

This div border color is #068bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #068bdc


Comments

No comments written yet.

Please login to write comment.