Color Hex Logo

#6987ed Color Hex

#6987ED
(105,135,237)
0 Favorites   0 Comments

Color spaces of #6987ed

RGB 105135237
HSL0.630.790.67
HSV226°56°93°
CMYK 0.560.430.00   0.07
XYZ29.775726.445683.6559
Yxy26.44560.21290.1891
Hunter Lab51.425313.3588-60.4521
CIE-Lab58.457618.6439-54.8037

#6987ed color RGB value is (105,135,237).

#6987ed hex color red value is 105, green value is 135 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #6987ed hue: 0.63 , saturation: 0.79 and the lightness value of 6987ed is 0.67.

The process color (four color CMYK) of #6987ed color hex is 0.56, 0.43, 0.00, 0.07. Web safe color of #6987ed is #6699ff. Color #6987ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10000111 11101101
Octal 151 207 355
Decimal 105 135 237
Hex 69 87 ED

RGB Percentages of Color #6987ed

%22.01
%28.30
%49.69

CMYK Percentages of Color #6987ed

%56
%43
%0
%7

Triadic Colors of #6987ed

#6987ed #ed6987 #87ed69

Analogous Colors of #6987ed

#6987ed #8d69ed #69c9ed

Monochromatic Colors of #6987ed

#6987ed

Complementary Color

#6987ed #edcf69

#6987ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6987ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#6987ed Color CSS Codes

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

#6987ed Text Font Color

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

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


#6987ed Background Color

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

This div background color is #6987ed


#6987ed Border Color

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

This div border color is #6987ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6987ed


Comments

No comments written yet.

Please login to write comment.