Color Hex Logo

#6989eb Color Hex

#6989EB
(105,137,235)
0 Favorites   0 Comments

Color spaces of #6989eb

RGB 105137235
HSL0.630.760.67
HSV225°55°92°
CMYK 0.550.420.00   0.08
XYZ29.766826.892782.2192
Yxy26.89270.21430.1936
Hunter Lab51.858211.7079-57.7014
CIE-Lab58.874916.8115-53.0296

#6989eb color RGB value is (105,137,235).

#6989eb hex color red value is 105, green value is 137 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #6989eb hue: 0.63 , saturation: 0.76 and the lightness value of 6989eb is 0.67.

The process color (four color CMYK) of #6989eb color hex is 0.55, 0.42, 0.00, 0.08. Web safe color of #6989eb is #6699ff. Color #6989eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10001001 11101011
Octal 151 211 353
Decimal 105 137 235
Hex 69 89 EB

RGB Percentages of Color #6989eb

%22.01
%28.72
%49.27

CMYK Percentages of Color #6989eb

%55
%42
%0
%8

Triadic Colors of #6989eb

#6989eb #eb6989 #89eb69

Analogous Colors of #6989eb

#6989eb #8a69eb #69caeb

Monochromatic Colors of #6989eb

#6989eb

Complementary Color

#6989eb #ebcb69

#6989eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6989eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6989eb Color CSS Codes

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

#6989eb Text Font Color

<p style="color:#6989eb">Text here</p>

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


#6989eb Background Color

<div style="background-color:#6989eb">
Div content here</div>

This div background color is #6989eb


#6989eb Border Color

<div style="border:3px solid #6989eb">
Div here</div>

This div border color is #6989eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,137,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6989eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6989eb;
  -webkit-box-shadow: 1px 1px 3px 2px #6989eb;
  box-shadow:         1px 1px 3px 2px #6989eb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6989eb


Comments

No comments written yet.

Please login to write comment.