Color Hex Logo

#6b68aa Color Hex

#6B68AA
(107,104,170)
0 Favorites   0 Comments

Color spaces of #6b68aa

RGB 107104170
HSL0.670.280.54
HSV243°39°67°
CMYK 0.370.390.00   0.33
XYZ18.269415.928740.1419
Yxy15.92870.24580.2143
Hunter Lab39.910811.8656-31.6958
CIE-Lab46.880817.5193-34.9937

#6b68aa color RGB value is (107,104,170).

#6b68aa hex color red value is 107, green value is 104 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #6b68aa hue: 0.67 , saturation: 0.28 and the lightness value of 6b68aa is 0.54.

The process color (four color CMYK) of #6b68aa color hex is 0.37, 0.39, 0.00, 0.33. Web safe color of #6b68aa is #666699. Color #6b68aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 01101000 10101010
Octal 153 150 252
Decimal 107 104 170
Hex 6B 68 AA

RGB Percentages of Color #6b68aa

%28.08
%27.30
%44.62

CMYK Percentages of Color #6b68aa

%37
%39
%0
%33

Triadic Colors of #6b68aa

#6b68aa #aa6b68 #68aa6b

Analogous Colors of #6b68aa

#6b68aa #8c68aa #6886aa

Monochromatic Colors of #6b68aa

#6b68aa

Complementary Color

#6b68aa #a7aa68

#6b68aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b68aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b68aa Color CSS Codes

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

#6b68aa Text Font Color

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

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


#6b68aa Background Color

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

This div background color is #6b68aa


#6b68aa Border Color

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

This div border color is #6b68aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,104,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b68aa

#6b68aa Color Palettes


Comments

No comments written yet.

Please login to write comment.