Color Hex Logo

#6a87ad Color Hex

#6A87AD
(106,135,173)
0 Favorites   0 Comments

Color spaces of #6a87ad

RGB 106135173
HSL0.590.290.55
HSV214°39°68°
CMYK 0.390.220.00   0.32
XYZ22.150723.409242.8861
Yxy23.40920.25040.2647
Hunter Lab48.3831-2.9496-18.6857
CIE-Lab55.4914-0.4579-23.3441

#6a87ad color RGB value is (106,135,173).

#6a87ad hex color red value is 106, green value is 135 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #6a87ad hue: 0.59 , saturation: 0.29 and the lightness value of 6a87ad is 0.55.

The process color (four color CMYK) of #6a87ad color hex is 0.39, 0.22, 0.00, 0.32. Web safe color of #6a87ad is #669999. Color #6a87ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 10000111 10101101
Octal 152 207 255
Decimal 106 135 173
Hex 6A 87 AD

RGB Percentages of Color #6a87ad

%25.60
%32.61
%41.79

CMYK Percentages of Color #6a87ad

%39
%22
%0
%32

Triadic Colors of #6a87ad

#6a87ad #ad6a87 #87ad6a

Analogous Colors of #6a87ad

#6a87ad #6f6aad #6aa9ad

Monochromatic Colors of #6a87ad

#6a87ad

Complementary Color

#6a87ad #ad906a

#6a87ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a87ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a87ad Color CSS Codes

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

#6a87ad Text Font Color

<p style="color:#6a87ad">Text here</p>

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


#6a87ad Background Color

<div style="background-color:#6a87ad">
Div content here</div>

This div background color is #6a87ad


#6a87ad Border Color

<div style="border:3px solid #6a87ad">
Div here</div>

This div border color is #6a87ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(106,135,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6a87ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6a87ad;
  -webkit-box-shadow: 1px 1px 3px 2px #6a87ad;
  box-shadow:         1px 1px 3px 2px #6a87ad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,135,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a87ad


Comments

No comments written yet.

Please login to write comment.