Color Hex Logo

#6897ad Color Hex

#6897AD
(104,151,173)
0 Favorites   0 Comments

Color spaces of #6897ad

RGB 104151173
HSL0.550.300.54
HSV199°40°68°
CMYK 0.400.130.00   0.32
XYZ24.318428.093443.6760
Yxy28.09340.25310.2924
Hunter Lab53.0032-10.8580-11.7542
CIE-Lab59.9730-10.0490-16.5117

#6897ad color RGB value is (104,151,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 10010111 10101101
Octal 150 227 255
Decimal 104 151 173
Hex 68 97 AD

RGB Percentages of Color #6897ad

%24.30
%35.28
%40.42

CMYK Percentages of Color #6897ad

%40
%13
%0
%32

Triadic Colors of #6897ad

#6897ad #ad6897 #97ad68

Analogous Colors of #6897ad

#6897ad #6875ad #68ada1

Monochromatic Colors of #6897ad

#6897ad

Complementary Color

#6897ad #ad7e68

#6897ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6897ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#6897ad Color CSS Codes

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

#6897ad Text Font Color

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

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


#6897ad Background Color

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

This div background color is #6897ad


#6897ad Border Color

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

This div border color is #6897ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6897ad


Comments

No comments written yet.

Please login to write comment.