Color Hex Logo

#6892ae Color Hex

#6892AE
(104,146,174)
0 Favorites   0 Comments

Color spaces of #6892ae

RGB 104146174
HSL0.570.300.55
HSV204°40°68°
CMYK 0.400.160.00   0.32
XYZ23.627826.556843.9251
Yxy26.55680.25110.2822
Hunter Lab51.5333-8.3417-14.4633
CIE-Lab58.5618-6.9999-19.2246

#6892ae color RGB value is (104,146,174).

#6892ae hex color red value is 104, green value is 146 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #6892ae hue: 0.57 , saturation: 0.30 and the lightness value of 6892ae is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 10010010 10101110
Octal 150 222 256
Decimal 104 146 174
Hex 68 92 AE

RGB Percentages of Color #6892ae

%24.53
%34.43
%41.04

CMYK Percentages of Color #6892ae

%40
%16
%0
%32

Triadic Colors of #6892ae

#6892ae #ae6892 #92ae68

Analogous Colors of #6892ae

#6892ae #686fae #68aea7

Monochromatic Colors of #6892ae

#6892ae

Complementary Color

#6892ae #ae8468

#6892ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6892ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#6892ae Color CSS Codes

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

#6892ae Text Font Color

<p style="color:#6892ae">Text here</p>

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


#6892ae Background Color

<div style="background-color:#6892ae">
Div content here</div>

This div background color is #6892ae


#6892ae Border Color

<div style="border:3px solid #6892ae">
Div here</div>

This div border color is #6892ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,146,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6892ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6892ae;
  -webkit-box-shadow: 1px 1px 3px 2px #6892ae;
  box-shadow:         1px 1px 3px 2px #6892ae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,146,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6892ae


Comments

No comments written yet.

Please login to write comment.