Color Hex Logo

#6791ad Color Hex

#6791AD
(103,145,173)
0 Favorites   0 Comments

Color spaces of #6791ad

RGB 103145173
HSL0.570.300.54
HSV204°40°68°
CMYK 0.400.160.00   0.32
XYZ23.261726.151543.3569
Yxy26.15150.25070.2819
Hunter Lab51.1385-8.2971-14.4710
CIE-Lab58.1806-6.9888-19.2420

#6791ad color RGB value is (103,145,173).

#6791ad hex color red value is 103, green value is 145 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #6791ad hue: 0.57 , saturation: 0.30 and the lightness value of 6791ad is 0.54.

The process color (four color CMYK) of #6791ad color hex is 0.40, 0.16, 0.00, 0.32. Web safe color of #6791ad is #669999. Color #6791ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 10010001 10101101
Octal 147 221 255
Decimal 103 145 173
Hex 67 91 AD

RGB Percentages of Color #6791ad

%24.47
%34.44
%41.09

CMYK Percentages of Color #6791ad

%40
%16
%0
%32

Triadic Colors of #6791ad

#6791ad #ad6791 #91ad67

Analogous Colors of #6791ad

#6791ad #676ead #67ada6

Monochromatic Colors of #6791ad

#6791ad

Complementary Color

#6791ad #ad8367

#6791ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6791ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#6791ad Color CSS Codes

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

#6791ad Text Font Color

<p style="color:#6791ad">Text here</p>

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


#6791ad Background Color

<div style="background-color:#6791ad">
Div content here</div>

This div background color is #6791ad


#6791ad Border Color

<div style="border:3px solid #6791ad">
Div here</div>

This div border color is #6791ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,145,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6791ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6791ad;
  -webkit-box-shadow: 1px 1px 3px 2px #6791ad;
  box-shadow:         1px 1px 3px 2px #6791ad; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6791ad


Comments

No comments written yet.

Please login to write comment.