Color Hex Logo

#6a82af Color Hex

#6A82AF
(106,130,175)
0 Favorites   0 Comments

Color spaces of #6a82af

RGB 106130175
HSL0.610.300.55
HSV219°39°69°
CMYK 0.390.260.00   0.31
XYZ21.664422.124643.6861
Yxy22.12460.24770.2529
Hunter Lab47.0368-0.1001-22.1407
CIE-Lab54.15903.0168-26.5473

#6a82af color RGB value is (106,130,175).

#6a82af hex color red value is 106, green value is 130 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #6a82af hue: 0.61 , saturation: 0.30 and the lightness value of 6a82af is 0.55.

The process color (four color CMYK) of #6a82af color hex is 0.39, 0.26, 0.00, 0.31. Web safe color of #6a82af is #669999. Color #6a82af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 10000010 10101111
Octal 152 202 257
Decimal 106 130 175
Hex 6A 82 AF

RGB Percentages of Color #6a82af

%25.79
%31.63
%42.58

CMYK Percentages of Color #6a82af

%39
%26
%0
%31

Triadic Colors of #6a82af

#6a82af #af6a82 #82af6a

Analogous Colors of #6a82af

#6a82af #756aaf #6aa5af

Monochromatic Colors of #6a82af

#6a82af

Complementary Color

#6a82af #af976a

#6a82af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a82af Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a82af Color CSS Codes

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

#6a82af Text Font Color

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

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


#6a82af Background Color

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

This div background color is #6a82af


#6a82af Border Color

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

This div border color is #6a82af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a82af


Comments

No comments written yet.

Please login to write comment.