Color Hex Logo

#6973bf Color Hex

#6973BF
(105,115,191)
0 Favorites   0 Comments

Color spaces of #6973bf

RGB 105115191
HSL0.650.400.58
HSV233°45°75°
CMYK 0.450.400.00   0.25
XYZ21.360419.026351.8368
Yxy19.02630.23160.2063
Hunter Lab43.619111.0784-39.9266
CIE-Lab50.718016.4133-41.1361

#6973bf color RGB value is (105,115,191).

#6973bf hex color red value is 105, green value is 115 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #6973bf hue: 0.65 , saturation: 0.40 and the lightness value of 6973bf is 0.58.

The process color (four color CMYK) of #6973bf color hex is 0.45, 0.40, 0.00, 0.25. Web safe color of #6973bf is #6666cc. Color #6973bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01110011 10111111
Octal 151 163 277
Decimal 105 115 191
Hex 69 73 BF

RGB Percentages of Color #6973bf

%25.55
%27.98
%46.47

CMYK Percentages of Color #6973bf

%45
%40
%0
%25

Triadic Colors of #6973bf

#6973bf #bf6973 #73bf69

Analogous Colors of #6973bf

#6973bf #8a69bf #699ebf

Monochromatic Colors of #6973bf

#6973bf

Complementary Color

#6973bf #bfb569

#6973bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6973bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6973bf Color CSS Codes

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

#6973bf Text Font Color

<p style="color:#6973bf">Text here</p>

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


#6973bf Background Color

<div style="background-color:#6973bf">
Div content here</div>

This div background color is #6973bf


#6973bf Border Color

<div style="border:3px solid #6973bf">
Div here</div>

This div border color is #6973bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,115,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6973bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6973bf;
  -webkit-box-shadow: 1px 1px 3px 2px #6973bf;
  box-shadow:         1px 1px 3px 2px #6973bf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6973bf


Comments

No comments written yet.

Please login to write comment.