Color Hex Logo

#6987be Color Hex

#6987BE
(105,135,190)
0 Favorites   0 Comments

Color spaces of #6987be

RGB 105135190
HSL0.610.400.58
HSV219°45°75°
CMYK 0.450.290.00   0.25
XYZ23.783924.048952.1036
Yxy24.04890.23800.2406
Hunter Lab49.03970.7518-28.6666
CIE-Lab56.13674.1440-32.0608

#6987be color RGB value is (105,135,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 10000111 10111110
Octal 151 207 276
Decimal 105 135 190
Hex 69 87 BE

RGB Percentages of Color #6987be

%24.42
%31.40
%44.19

CMYK Percentages of Color #6987be

%45
%29
%0
%25

Triadic Colors of #6987be

#6987be #be6987 #87be69

Analogous Colors of #6987be

#6987be #7669be #69b2be

Monochromatic Colors of #6987be

#6987be

Complementary Color

#6987be #bea069

#6987be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6987be Color Preview on White Background

Lorem ipsum dolor sit amet.

#6987be Color CSS Codes

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

#6987be Text Font Color

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

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


#6987be Background Color

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

This div background color is #6987be


#6987be Border Color

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

This div border color is #6987be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6987be


Comments

No comments written yet.

Please login to write comment.