Color Hex Logo

#6c79ba Color Hex

#6C79BA
(108,121,186)
0 Favorites   0 Comments

Color spaces of #6c79ba

RGB 108121186
HSL0.640.360.58
HSV230°42°73°
CMYK 0.420.350.00   0.27
XYZ21.884620.408149.2401
Yxy20.40810.23910.2230
Hunter Lab45.17537.4152-33.0021
CIE-Lab52.295512.0802-35.7637

#6c79ba color RGB value is (108,121,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 01111001 10111010
Octal 154 171 272
Decimal 108 121 186
Hex 6C 79 BA

RGB Percentages of Color #6c79ba

%26.02
%29.16
%44.82

CMYK Percentages of Color #6c79ba

%42
%35
%0
%27

Triadic Colors of #6c79ba

#6c79ba #ba6c79 #79ba6c

Analogous Colors of #6c79ba

#6c79ba #866cba #6ca0ba

Monochromatic Colors of #6c79ba

#6c79ba

Complementary Color

#6c79ba #baad6c

#6c79ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6c79ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#6c79ba Color CSS Codes

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

#6c79ba Text Font Color

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

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


#6c79ba Background Color

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

This div background color is #6c79ba


#6c79ba Border Color

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

This div border color is #6c79ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6c79ba


Comments

No comments written yet.

Please login to write comment.