Color Hex Logo

#6497ac Color Hex

#6497AC
(100,151,172)
0 Favorites   0 Comments

Color spaces of #6497ac

RGB 100151172
HSL0.550.300.53
HSV198°42°67°
CMYK 0.420.120.00   0.33
XYZ23.768527.821143.1470
Yxy27.82110.25090.2937
Hunter Lab52.7457-11.8686-11.5784
CIE-Lab59.7268-11.3984-16.3383

#6497ac color RGB value is (100,151,172).

#6497ac hex color red value is 100, green value is 151 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #6497ac hue: 0.55 , saturation: 0.30 and the lightness value of 6497ac is 0.53.

The process color (four color CMYK) of #6497ac color hex is 0.42, 0.12, 0.00, 0.33. Web safe color of #6497ac is #669999. Color #6497ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10010111 10101100
Octal 144 227 254
Decimal 100 151 172
Hex 64 97 AC

RGB Percentages of Color #6497ac

%23.64
%35.70
%40.66

CMYK Percentages of Color #6497ac

%42
%12
%0
%33

Triadic Colors of #6497ac

#6497ac #ac6497 #97ac64

Analogous Colors of #6497ac

#6497ac #6473ac #64ac9d

Monochromatic Colors of #6497ac

#6497ac

Complementary Color

#6497ac #ac7964

#6497ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6497ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#6497ac Color CSS Codes

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

#6497ac Text Font Color

<p style="color:#6497ac">Text here</p>

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


#6497ac Background Color

<div style="background-color:#6497ac">
Div content here</div>

This div background color is #6497ac


#6497ac Border Color

<div style="border:3px solid #6497ac">
Div here</div>

This div border color is #6497ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,151,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6497ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6497ac;
  -webkit-box-shadow: 1px 1px 3px 2px #6497ac;
  box-shadow:         1px 1px 3px 2px #6497ac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(100,151,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6497ac


Comments

No comments written yet.

Please login to write comment.