Color Hex Logo

#6c91ab Color Hex

#6C91AB
(108,145,171)
0 Favorites   0 Comments

Color spaces of #6c91ab

RGB 108145171
HSL0.570.270.55
HSV205°37°67°
CMYK 0.370.150.00   0.33
XYZ23.660426.379242.3727
Yxy26.37920.25600.2855
Hunter Lab51.3607-7.6514-12.9619
CIE-Lab58.3952-6.1374-17.7500

#6c91ab color RGB value is (108,145,171).

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

The process color (four color CMYK) of #6c91ab color hex is 0.37, 0.15, 0.00, 0.33. Web safe color of #6c91ab is #669999. Color #6c91ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 10010001 10101011
Octal 154 221 253
Decimal 108 145 171
Hex 6C 91 AB

RGB Percentages of Color #6c91ab

%25.47
%34.20
%40.33

CMYK Percentages of Color #6c91ab

%37
%15
%0
%33

Triadic Colors of #6c91ab

#6c91ab #ab6c91 #91ab6c

Analogous Colors of #6c91ab

#6c91ab #6c72ab #6caba6

Monochromatic Colors of #6c91ab

#6c91ab

Complementary Color

#6c91ab #ab866c

#6c91ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6c91ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#6c91ab Color CSS Codes

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

#6c91ab Text Font Color

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

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


#6c91ab Background Color

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

This div background color is #6c91ab


#6c91ab Border Color

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

This div border color is #6c91ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6c91ab


Comments

No comments written yet.

Please login to write comment.