Color Hex Logo

#6980e9 Color Hex

#6980E9
(105,128,233)
0 Favorites   0 Comments

Color spaces of #6980e9

RGB 105128233
HSL0.640.740.66
HSV229°55°91°
CMYK 0.550.450.00   0.09
XYZ28.252924.324880.2969
Yxy24.32480.21260.1831
Hunter Lab49.320215.9428-62.0044
CIE-Lab56.411521.5726-55.8462

#6980e9 color RGB value is (105,128,233).

#6980e9 hex color red value is 105, green value is 128 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #6980e9 hue: 0.64 , saturation: 0.74 and the lightness value of 6980e9 is 0.66.

The process color (four color CMYK) of #6980e9 color hex is 0.55, 0.45, 0.00, 0.09. Web safe color of #6980e9 is #6699ff. Color #6980e9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10000000 11101001
Octal 151 200 351
Decimal 105 128 233
Hex 69 80 E9

RGB Percentages of Color #6980e9

%22.53
%27.47
%50.00

CMYK Percentages of Color #6980e9

%55
%45
%0
%9

Triadic Colors of #6980e9

#6980e9 #e96980 #80e969

Analogous Colors of #6980e9

#6980e9 #9269e9 #69c0e9

Monochromatic Colors of #6980e9

#6980e9

Complementary Color

#6980e9 #e9d269

#6980e9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6980e9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6980e9 Color CSS Codes

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

#6980e9 Text Font Color

<p style="color:#6980e9">Text here</p>

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


#6980e9 Background Color

<div style="background-color:#6980e9">
Div content here</div>

This div background color is #6980e9


#6980e9 Border Color

<div style="border:3px solid #6980e9">
Div here</div>

This div border color is #6980e9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,128,233, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6980e9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6980e9;
  -webkit-box-shadow: 1px 1px 3px 2px #6980e9;
  box-shadow:         1px 1px 3px 2px #6980e9; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6980e9


Comments

No comments written yet.

Please login to write comment.