Color Hex Logo

#6979dd Color Hex

#6979DD
(105,121,221)
0 Favorites   0 Comments

Color spaces of #6979dd

RGB 105121221
HSL0.640.630.64
HSV232°52°87°
CMYK 0.520.450.00   0.13
XYZ25.714221.898571.2782
Yxy21.89850.21630.1842
Hunter Lab46.795816.1926-57.5519
CIE-Lab53.919122.0057-53.1080

#6979dd color RGB value is (105,121,221).

#6979dd hex color red value is 105, green value is 121 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #6979dd hue: 0.64 , saturation: 0.63 and the lightness value of 6979dd is 0.64.

The process color (four color CMYK) of #6979dd color hex is 0.52, 0.45, 0.00, 0.13. Web safe color of #6979dd is #6666cc. Color #6979dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01111001 11011101
Octal 151 171 335
Decimal 105 121 221
Hex 69 79 DD

RGB Percentages of Color #6979dd

%23.49
%27.07
%49.44

CMYK Percentages of Color #6979dd

%52
%45
%0
%13

Triadic Colors of #6979dd

#6979dd #dd6979 #79dd69

Analogous Colors of #6979dd

#6979dd #9369dd #69b3dd

Monochromatic Colors of #6979dd

#6979dd

Complementary Color

#6979dd #ddcd69

#6979dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6979dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6979dd Color CSS Codes

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

#6979dd Text Font Color

<p style="color:#6979dd">Text here</p>

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


#6979dd Background Color

<div style="background-color:#6979dd">
Div content here</div>

This div background color is #6979dd


#6979dd Border Color

<div style="border:3px solid #6979dd">
Div here</div>

This div border color is #6979dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,121,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6979dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6979dd;
  -webkit-box-shadow: 1px 1px 3px 2px #6979dd;
  box-shadow:         1px 1px 3px 2px #6979dd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6979dd


Comments

No comments written yet.

Please login to write comment.