Color Hex Logo

#6c6dba Color Hex

#6C6DBA
(108,109,186)
0 Favorites   0 Comments

Color spaces of #6c6dba

RGB 108109186
HSL0.660.360.58
HSV239°42°73°
CMYK 0.420.410.00   0.27
XYZ20.515917.670648.7838
Yxy17.67060.23590.2032
Hunter Lab42.036413.5533-39.3813
CIE-Lab49.094119.3525-40.8077

#6c6dba color RGB value is (108,109,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 01101101 10111010
Octal 154 155 272
Decimal 108 109 186
Hex 6C 6D BA

RGB Percentages of Color #6c6dba

%26.80
%27.05
%46.15

CMYK Percentages of Color #6c6dba

%42
%41
%0
%27

Triadic Colors of #6c6dba

#6c6dba #ba6c6d #6dba6c

Analogous Colors of #6c6dba

#6c6dba #926cba #6c94ba

Monochromatic Colors of #6c6dba

#6c6dba

Complementary Color

#6c6dba #bab96c

#6c6dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6c6dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#6c6dba Color CSS Codes

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

#6c6dba Text Font Color

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

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


#6c6dba Background Color

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

This div background color is #6c6dba


#6c6dba Border Color

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

This div border color is #6c6dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6c6dba


Comments

No comments written yet.

Please login to write comment.