Color Hex Logo

#6950bf Color Hex

#6950BF
(105,80,191)
0 Favorites   0 Comments

Color spaces of #6950bf

RGB 10580191
HSL0.700.460.53
HSV254°58°75°
CMYK 0.450.580.00   0.25
XYZ18.098312.502250.7495
Yxy12.50220.22250.1537
Hunter Lab35.358529.4883-60.3472
CIE-Lab42.003437.6389-55.0616

#6950bf color RGB value is (105,80,191).

#6950bf hex color red value is 105, green value is 80 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #6950bf hue: 0.70 , saturation: 0.46 and the lightness value of 6950bf is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 01010000 10111111
Octal 151 120 277
Decimal 105 80 191
Hex 69 50 BF

RGB Percentages of Color #6950bf

%27.93
%21.28
%50.80

CMYK Percentages of Color #6950bf

%45
%58
%0
%25

Triadic Colors of #6950bf

#6950bf #bf6950 #50bf69

Analogous Colors of #6950bf

#6950bf #a150bf #506fbf

Monochromatic Colors of #6950bf

#6950bf

Complementary Color

#6950bf #a6bf50

#6950bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6950bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6950bf Color CSS Codes

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

#6950bf Text Font Color

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

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


#6950bf Background Color

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

This div background color is #6950bf


#6950bf Border Color

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

This div border color is #6950bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,80,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 #6950bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6950bf


Comments

No comments written yet.

Please login to write comment.