Color Hex Logo

#6c97ab Color Hex

#6C97AB
(108,151,171)
0 Favorites   0 Comments

Color spaces of #6c97ab

RGB 108151171
HSL0.550.270.55
HSV199°37°67°
CMYK 0.370.120.00   0.33
XYZ24.601628.261642.6865
Yxy28.26160.25750.2958
Hunter Lab53.1616-10.4285-10.3942
CIE-Lab60.1243-9.4738-15.1283

#6c97ab color RGB value is (108,151,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 10010111 10101011
Octal 154 227 253
Decimal 108 151 171
Hex 6C 97 AB

RGB Percentages of Color #6c97ab

%25.12
%35.12
%39.77

CMYK Percentages of Color #6c97ab

%37
%12
%0
%33

Triadic Colors of #6c97ab

#6c97ab #ab6c97 #97ab6c

Analogous Colors of #6c97ab

#6c97ab #6c78ab #6caba0

Monochromatic Colors of #6c97ab

#6c97ab

Complementary Color

#6c97ab #ab806c

#6c97ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6c97ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#6c97ab Color CSS Codes

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

#6c97ab Text Font Color

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

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


#6c97ab Background Color

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

This div background color is #6c97ab


#6c97ab Border Color

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

This div border color is #6c97ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6c97ab


Comments

No comments written yet.

Please login to write comment.