Color Hex Logo

#6c7aba Color Hex

#6C7ABA
(108,122,186)
0 Favorites   0 Comments

Color spaces of #6c7aba

RGB 108122186
HSL0.640.360.58
HSV229°42°73°
CMYK 0.420.340.00   0.27
XYZ22.006820.652449.2808
Yxy20.65240.23940.2246
Hunter Lab45.44496.9104-32.4831
CIE-Lab52.567011.4795-35.3380

#6c7aba color RGB value is (108,122,186).

#6c7aba hex color red value is 108, green value is 122 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #6c7aba hue: 0.64 , saturation: 0.36 and the lightness value of 6c7aba is 0.58.

The process color (four color CMYK) of #6c7aba color hex is 0.42, 0.34, 0.00, 0.27. Web safe color of #6c7aba is #6666cc. Color #6c7aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 01111010 10111010
Octal 154 172 272
Decimal 108 122 186
Hex 6C 7A BA

RGB Percentages of Color #6c7aba

%25.96
%29.33
%44.71

CMYK Percentages of Color #6c7aba

%42
%34
%0
%27

Triadic Colors of #6c7aba

#6c7aba #ba6c7a #7aba6c

Analogous Colors of #6c7aba

#6c7aba #856cba #6ca1ba

Monochromatic Colors of #6c7aba

#6c7aba

Complementary Color

#6c7aba #baac6c

#6c7aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6c7aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#6c7aba Color CSS Codes

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

#6c7aba Text Font Color

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

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


#6c7aba Background Color

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

This div background color is #6c7aba


#6c7aba Border Color

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

This div border color is #6c7aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6c7aba


Comments

No comments written yet.

Please login to write comment.