Color Hex Logo

#6c67ad Color Hex

#6C67AD
(108,103,173)
0 Favorites   0 Comments

Color spaces of #6c67ad

RGB 108103173
HSL0.680.300.54
HSV244°40°68°
CMYK 0.380.400.00   0.32
XYZ18.577415.905841.6261
Yxy15.90580.24410.2090
Hunter Lab39.882113.3531-33.9653
CIE-Lab46.850719.2618-36.7918

#6c67ad color RGB value is (108,103,173).

#6c67ad hex color red value is 108, green value is 103 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #6c67ad hue: 0.68 , saturation: 0.30 and the lightness value of 6c67ad is 0.54.

The process color (four color CMYK) of #6c67ad color hex is 0.38, 0.40, 0.00, 0.32. Web safe color of #6c67ad is #666699. Color #6c67ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 01100111 10101101
Octal 154 147 255
Decimal 108 103 173
Hex 6C 67 AD

RGB Percentages of Color #6c67ad

%28.13
%26.82
%45.05

CMYK Percentages of Color #6c67ad

%38
%40
%0
%32

Triadic Colors of #6c67ad

#6c67ad #ad6c67 #67ad6c

Analogous Colors of #6c67ad

#6c67ad #8f67ad #6785ad

Monochromatic Colors of #6c67ad

#6c67ad

Complementary Color

#6c67ad #a8ad67

#6c67ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6c67ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#6c67ad Color CSS Codes

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

#6c67ad Text Font Color

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

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


#6c67ad Background Color

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

This div background color is #6c67ad


#6c67ad Border Color

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

This div border color is #6c67ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6c67ad


Comments

No comments written yet.

Please login to write comment.