Color Hex Logo

#6086bc Color Hex

#6086BC
(96,134,188)
0 Favorites   0 Comments

Color spaces of #6086bc

RGB 96134188
HSL0.600.410.56
HSV215°49°74°
CMYK 0.490.290.00   0.26
XYZ22.426123.167850.8668
Yxy23.16780.23250.2402
Hunter Lab48.1329-1.0659-28.9645
CIE-Lab55.24481.8749-32.3510

#6086bc color RGB value is (96,134,188).

#6086bc hex color red value is 96, green value is 134 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #6086bc hue: 0.60 , saturation: 0.41 and the lightness value of 6086bc is 0.56.

The process color (four color CMYK) of #6086bc color hex is 0.49, 0.29, 0.00, 0.26. Web safe color of #6086bc is #6699cc. Color #6086bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10000110 10111100
Octal 140 206 274
Decimal 96 134 188
Hex 60 86 BC

RGB Percentages of Color #6086bc

%22.97
%32.06
%44.98

CMYK Percentages of Color #6086bc

%49
%29
%0
%26

Triadic Colors of #6086bc

#6086bc #bc6086 #86bc60

Analogous Colors of #6086bc

#6086bc #6860bc #60b4bc

Monochromatic Colors of #6086bc

#6086bc

Complementary Color

#6086bc #bc9660

#6086bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6086bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6086bc Color CSS Codes

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

#6086bc Text Font Color

<p style="color:#6086bc">Text here</p>

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


#6086bc Background Color

<div style="background-color:#6086bc">
Div content here</div>

This div background color is #6086bc


#6086bc Border Color

<div style="border:3px solid #6086bc">
Div here</div>

This div border color is #6086bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,134,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6086bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6086bc;
  -webkit-box-shadow: 1px 1px 3px 2px #6086bc;
  box-shadow:         1px 1px 3px 2px #6086bc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,134,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6086bc


Comments

No comments written yet.

Please login to write comment.