Color Hex Logo

#6781af Color Hex

#6781AF
(103,129,175)
0 Favorites   0 Comments

Color spaces of #6781af

RGB 103129175
HSL0.610.310.55
HSV218°41°69°
CMYK 0.410.260.00   0.31
XYZ21.181621.679243.6256
Yxy21.67920.24490.2507
Hunter Lab46.5609-0.2780-22.9595
CIE-Lab53.68502.7739-27.2964

#6781af color RGB value is (103,129,175).

#6781af hex color red value is 103, green value is 129 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #6781af hue: 0.61 , saturation: 0.31 and the lightness value of 6781af is 0.55.

The process color (four color CMYK) of #6781af color hex is 0.41, 0.26, 0.00, 0.31. Web safe color of #6781af is #669999. Color #6781af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 10000001 10101111
Octal 147 201 257
Decimal 103 129 175
Hex 67 81 AF

RGB Percentages of Color #6781af

%25.31
%31.70
%43.00

CMYK Percentages of Color #6781af

%41
%26
%0
%31

Triadic Colors of #6781af

#6781af #af6781 #81af67

Analogous Colors of #6781af

#6781af #7167af #67a5af

Monochromatic Colors of #6781af

#6781af

Complementary Color

#6781af #af9567

#6781af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6781af Color Preview on White Background

Lorem ipsum dolor sit amet.

#6781af Color CSS Codes

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

#6781af Text Font Color

<p style="color:#6781af">Text here</p>

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


#6781af Background Color

<div style="background-color:#6781af">
Div content here</div>

This div background color is #6781af


#6781af Border Color

<div style="border:3px solid #6781af">
Div here</div>

This div border color is #6781af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,129,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6781af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6781af;
  -webkit-box-shadow: 1px 1px 3px 2px #6781af;
  box-shadow:         1px 1px 3px 2px #6781af; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,129,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 #6781af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6781af


Comments

No comments written yet.

Please login to write comment.