Color Hex Logo

#6c8eaa Color Hex

#6C8EAA
(108,142,170)
0 Favorites   0 Comments

Color spaces of #6c8eaa

RGB 108142170
HSL0.580.270.55
HSV207°36°67°
CMYK 0.360.160.00   0.33
XYZ23.113025.436441.7217
Yxy25.43640.25600.2818
Hunter Lab50.4345-6.4579-13.7432
CIE-Lab57.4982-4.7153-18.5450

#6c8eaa color RGB value is (108,142,170).

#6c8eaa hex color red value is 108, green value is 142 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #6c8eaa hue: 0.58 , saturation: 0.27 and the lightness value of 6c8eaa is 0.55.

The process color (four color CMYK) of #6c8eaa color hex is 0.36, 0.16, 0.00, 0.33. Web safe color of #6c8eaa is #669999. Color #6c8eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 10001110 10101010
Octal 154 216 252
Decimal 108 142 170
Hex 6C 8E AA

RGB Percentages of Color #6c8eaa

%25.71
%33.81
%40.48

CMYK Percentages of Color #6c8eaa

%36
%16
%0
%33

Triadic Colors of #6c8eaa

#6c8eaa #aa6c8e #8eaa6c

Analogous Colors of #6c8eaa

#6c8eaa #6c6faa #6caaa7

Monochromatic Colors of #6c8eaa

#6c8eaa

Complementary Color

#6c8eaa #aa886c

#6c8eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6c8eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6c8eaa Color CSS Codes

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

#6c8eaa Text Font Color

<p style="color:#6c8eaa">Text here</p>

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


#6c8eaa Background Color

<div style="background-color:#6c8eaa">
Div content here</div>

This div background color is #6c8eaa


#6c8eaa Border Color

<div style="border:3px solid #6c8eaa">
Div here</div>

This div border color is #6c8eaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(108,142,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6c8eaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6c8eaa;
  -webkit-box-shadow: 1px 1px 3px 2px #6c8eaa;
  box-shadow:         1px 1px 3px 2px #6c8eaa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(108,142,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6c8eaa


Comments

No comments written yet.

Please login to write comment.