Color Hex Logo

#6989ff Color Hex

#6989FF
(105,137,255)
0 Favorites   0 Comments

Color spaces of #6989ff

RGB 105137255
HSL0.631.000.71
HSV227°59°100°
CMYK 0.590.460.00   0.00
XYZ32.821428.114698.3045
Yxy28.11460.20610.1766
Hunter Lab53.023217.7010-72.8068
CIE-Lab59.992123.2342-62.2802

#6989ff color RGB value is (105,137,255).

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

The process color (four color CMYK) of #6989ff color hex is 0.59, 0.46, 0.00, 0.00. Web safe color of #6989ff is #6699ff. Color #6989ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10001001 11111111
Octal 151 211 377
Decimal 105 137 255
Hex 69 89 FF

RGB Percentages of Color #6989ff

%21.13
%27.57
%51.31

CMYK Percentages of Color #6989ff

%59
%46
%0
%0

Triadic Colors of #6989ff

#6989ff #ff6989 #89ff69

Analogous Colors of #6989ff

#6989ff #9469ff #69d4ff

Monochromatic Colors of #6989ff

#6989ff

Complementary Color

#6989ff #ffdf69

#6989ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6989ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#6989ff Color CSS Codes

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

#6989ff Text Font Color

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

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


#6989ff Background Color

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

This div background color is #6989ff


#6989ff Border Color

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

This div border color is #6989ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6989ff

#6989ff Color Palettes


Comments

No comments written yet.

Please login to write comment.