Color Hex Logo

#6979af Color Hex

#6979AF
(105,121,175)
0 Favorites   0 Comments

Color spaces of #6979af

RGB 105121175
HSL0.630.300.55
HSV226°40°69°
CMYK 0.400.310.00   0.31
XYZ20.400919.773143.2988
Yxy19.77310.24440.2369
Hunter Lab44.46704.0765-26.6056
CIE-Lab51.57978.0773-30.5571

#6979af color RGB value is (105,121,175).

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

The process color (four color CMYK) of #6979af color hex is 0.40, 0.31, 0.00, 0.31. Web safe color of #6979af is #666699. Color #6979af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01111001 10101111
Octal 151 171 257
Decimal 105 121 175
Hex 69 79 AF

RGB Percentages of Color #6979af

%26.18
%30.17
%43.64

CMYK Percentages of Color #6979af

%40
%31
%0
%31

Triadic Colors of #6979af

#6979af #af6979 #79af69

Analogous Colors of #6979af

#6979af #7c69af #699caf

Monochromatic Colors of #6979af

#6979af

Complementary Color

#6979af #af9f69

#6979af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6979af Color Preview on White Background

Lorem ipsum dolor sit amet.

#6979af Color CSS Codes

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

#6979af Text Font Color

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

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


#6979af Background Color

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

This div background color is #6979af


#6979af Border Color

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

This div border color is #6979af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6979af


Comments

No comments written yet.

Please login to write comment.