Color Hex Logo

#6987bf Color Hex

#6987BF
(105,135,191)
0 Favorites   0 Comments

Color spaces of #6987bf

RGB 105135191
HSL0.610.400.58
HSV219°45°75°
CMYK 0.450.290.00   0.25
XYZ23.893624.092852.6813
Yxy24.09280.23740.2393
Hunter Lab49.08440.9935-29.2757
CIE-Lab56.18064.4386-32.5612

#6987bf color RGB value is (105,135,191).

#6987bf hex color red value is 105, green value is 135 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #6987bf hue: 0.61 , saturation: 0.40 and the lightness value of 6987bf is 0.58.

The process color (four color CMYK) of #6987bf color hex is 0.45, 0.29, 0.00, 0.25. Web safe color of #6987bf is #6699cc. Color #6987bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10000111 10111111
Octal 151 207 277
Decimal 105 135 191
Hex 69 87 BF

RGB Percentages of Color #6987bf

%24.36
%31.32
%44.32

CMYK Percentages of Color #6987bf

%45
%29
%0
%25

Triadic Colors of #6987bf

#6987bf #bf6987 #87bf69

Analogous Colors of #6987bf

#6987bf #7669bf #69b2bf

Monochromatic Colors of #6987bf

#6987bf

Complementary Color

#6987bf #bfa169

#6987bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6987bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6987bf Color CSS Codes

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

#6987bf Text Font Color

<p style="color:#6987bf">Text here</p>

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


#6987bf Background Color

<div style="background-color:#6987bf">
Div content here</div>

This div background color is #6987bf


#6987bf Border Color

<div style="border:3px solid #6987bf">
Div here</div>

This div border color is #6987bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,135,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6987bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6987bf;
  -webkit-box-shadow: 1px 1px 3px 2px #6987bf;
  box-shadow:         1px 1px 3px 2px #6987bf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6987bf


Comments

No comments written yet.

Please login to write comment.