Color Hex Logo

#6b67ad Color Hex

#6B67AD
(107,103,173)
0 Favorites   0 Comments

Color spaces of #6b67ad

RGB 107103173
HSL0.680.300.54
HSV243°40°68°
CMYK 0.380.400.00   0.32
XYZ18.456515.843441.6205
Yxy15.84340.24310.2087
Hunter Lab39.803813.1116-34.1335
CIE-Lab46.768418.9857-36.9271

#6b67ad color RGB value is (107,103,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 01100111 10101101
Octal 153 147 255
Decimal 107 103 173
Hex 6B 67 AD

RGB Percentages of Color #6b67ad

%27.94
%26.89
%45.17

CMYK Percentages of Color #6b67ad

%38
%40
%0
%32

Triadic Colors of #6b67ad

#6b67ad #ad6b67 #67ad6b

Analogous Colors of #6b67ad

#6b67ad #8e67ad #6786ad

Monochromatic Colors of #6b67ad

#6b67ad

Complementary Color

#6b67ad #a9ad67

#6b67ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b67ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b67ad Color CSS Codes

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

#6b67ad Text Font Color

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

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


#6b67ad Background Color

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

This div background color is #6b67ad


#6b67ad Border Color

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

This div border color is #6b67ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b67ad


Comments

No comments written yet.

Please login to write comment.