Color Hex Logo

#6968bb Color Hex

#6968BB
(105,104,187)
0 Favorites   0 Comments

Color spaces of #6968bb

RGB 105104187
HSL0.670.380.57
HSV241°44°73°
CMYK 0.440.440.00   0.27
XYZ19.745716.491749.1562
Yxy16.49170.23120.1931
Hunter Lab40.610015.7242-43.3404
CIE-Lab47.613121.9350-43.7496

#6968bb color RGB value is (105,104,187).

#6968bb hex color red value is 105, green value is 104 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #6968bb hue: 0.67 , saturation: 0.38 and the lightness value of 6968bb is 0.57.

The process color (four color CMYK) of #6968bb color hex is 0.44, 0.44, 0.00, 0.27. Web safe color of #6968bb is #6666cc. Color #6968bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01101000 10111011
Octal 151 150 273
Decimal 105 104 187
Hex 69 68 BB

RGB Percentages of Color #6968bb

%26.52
%26.26
%47.22

CMYK Percentages of Color #6968bb

%44
%44
%0
%27

Triadic Colors of #6968bb

#6968bb #bb6968 #68bb69

Analogous Colors of #6968bb

#6968bb #9368bb #6891bb

Monochromatic Colors of #6968bb

#6968bb

Complementary Color

#6968bb #babb68

#6968bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6968bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6968bb Color CSS Codes

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

#6968bb Text Font Color

<p style="color:#6968bb">Text here</p>

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


#6968bb Background Color

<div style="background-color:#6968bb">
Div content here</div>

This div background color is #6968bb


#6968bb Border Color

<div style="border:3px solid #6968bb">
Div here</div>

This div border color is #6968bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,104,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6968bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6968bb;
  -webkit-box-shadow: 1px 1px 3px 2px #6968bb;
  box-shadow:         1px 1px 3px 2px #6968bb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6968bb


Comments

No comments written yet.

Please login to write comment.