Color Hex Logo

#6989dc Color Hex

#6989DC
(105,137,220)
0 Favorites   0 Comments

Color spaces of #6989dc

RGB 105137220
HSL0.620.620.64
HSV223°52°86°
CMYK 0.520.380.00   0.14
XYZ27.689626.061971.2812
Yxy26.06190.22150.2084
Hunter Lab51.05097.4781-47.0497
CIE-Lab58.095812.0804-45.9094

#6989dc color RGB value is (105,137,220).

#6989dc hex color red value is 105, green value is 137 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #6989dc hue: 0.62 , saturation: 0.62 and the lightness value of 6989dc is 0.64.

The process color (four color CMYK) of #6989dc color hex is 0.52, 0.38, 0.00, 0.14. Web safe color of #6989dc is #6699cc. Color #6989dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10001001 11011100
Octal 151 211 334
Decimal 105 137 220
Hex 69 89 DC

RGB Percentages of Color #6989dc

%22.73
%29.65
%47.62

CMYK Percentages of Color #6989dc

%52
%38
%0
%14

Triadic Colors of #6989dc

#6989dc #dc6989 #89dc69

Analogous Colors of #6989dc

#6989dc #8369dc #69c3dc

Monochromatic Colors of #6989dc

#6989dc

Complementary Color

#6989dc #dcbc69

#6989dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6989dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6989dc Color CSS Codes

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

#6989dc Text Font Color

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

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


#6989dc Background Color

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

This div background color is #6989dc


#6989dc Border Color

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

This div border color is #6989dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6989dc


Comments

No comments written yet.

Please login to write comment.