Color Hex Logo

#6b7aab Color Hex

#6B7AAB
(107,122,171)
0 Favorites   0 Comments

Color spaces of #6b7aab

RGB 107122171
HSL0.630.280.55
HSV226°37°67°
CMYK 0.370.290.00   0.33
XYZ20.373619.985141.3118
Yxy19.98510.24950.2447
Hunter Lab44.70473.1159-23.4969
CIE-Lab51.82046.9064-27.8570

#6b7aab color RGB value is (107,122,171).

#6b7aab hex color red value is 107, green value is 122 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #6b7aab hue: 0.63 , saturation: 0.28 and the lightness value of 6b7aab is 0.55.

The process color (four color CMYK) of #6b7aab color hex is 0.37, 0.29, 0.00, 0.33. Web safe color of #6b7aab is #666699. Color #6b7aab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 01111010 10101011
Octal 153 172 253
Decimal 107 122 171
Hex 6B 7A AB

RGB Percentages of Color #6b7aab

%26.75
%30.50
%42.75

CMYK Percentages of Color #6b7aab

%37
%29
%0
%33

Triadic Colors of #6b7aab

#6b7aab #ab6b7a #7aab6b

Analogous Colors of #6b7aab

#6b7aab #7c6bab #6b9aab

Monochromatic Colors of #6b7aab

#6b7aab

Complementary Color

#6b7aab #ab9c6b

#6b7aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b7aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b7aab Color CSS Codes

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

#6b7aab Text Font Color

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

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


#6b7aab Background Color

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

This div background color is #6b7aab


#6b7aab Border Color

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

This div border color is #6b7aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b7aab


Comments

No comments written yet.

Please login to write comment.