Color Hex Logo

#6a7cab Color Hex

#6A7CAB
(106,124,171)
0 Favorites   0 Comments

Color spaces of #6a7cab

RGB 106124171
HSL0.620.280.54
HSV223°38°67°
CMYK 0.380.270.00   0.33
XYZ20.502220.419741.3889
Yxy20.41970.24910.2481
Hunter Lab45.18821.9075-22.6734
CIE-Lab52.30855.4308-27.1055

#6a7cab color RGB value is (106,124,171).

#6a7cab hex color red value is 106, green value is 124 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #6a7cab hue: 0.62 , saturation: 0.28 and the lightness value of 6a7cab is 0.54.

The process color (four color CMYK) of #6a7cab color hex is 0.38, 0.27, 0.00, 0.33. Web safe color of #6a7cab is #666699. Color #6a7cab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 01111100 10101011
Octal 152 174 253
Decimal 106 124 171
Hex 6A 7C AB

RGB Percentages of Color #6a7cab

%26.43
%30.92
%42.64

CMYK Percentages of Color #6a7cab

%38
%27
%0
%33

Triadic Colors of #6a7cab

#6a7cab #ab6a7c #7cab6a

Analogous Colors of #6a7cab

#6a7cab #796aab #6a9dab

Monochromatic Colors of #6a7cab

#6a7cab

Complementary Color

#6a7cab #ab996a

#6a7cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a7cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a7cab Color CSS Codes

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

#6a7cab Text Font Color

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

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


#6a7cab Background Color

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

This div background color is #6a7cab


#6a7cab Border Color

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

This div border color is #6a7cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a7cab


Comments

No comments written yet.

Please login to write comment.