COLOR #6951B8

HEX: #6951B8
RGB: (105,81,184)

Color info

#6951B8 contains mainly blue color. Web safe color of #6951B8 is #6666CC (or #66C).

RGB color model

#6951B8 color RGB value is (105,81,184).

  • red value is 105;
  • green value is 81;
  • blue value is 184.
RGB:
(105,81,184)
(41%,32%,72%)

RGB channels and saturation

R 105 of 255 = 41%
G 81 of 255 = 32%
B 184 of 255 = 72%

105
81
184

R + G + B ~ 48%. #6951B8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
105 + 81 + 184 = 370 (100%)
R 105 of 370 ~ 28.38%
G 81 of 370 ~ 21.89%
B 184 of 370 ~ 49.73%

%28.38
%21.89
%49.73

CMYK color model

#6951B8 color CMYK value is (43,56,0,28).

  • cyan value is 42.93%
  • magenta value is 55.98%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(43,56,0,28)
C43M56Y0K28 
(43%,56%,0%,28%)
(0.43/0.56/0.00/0.28)	

CMYK percentages

%42.93
%55.98
%0
%27.84

Codes

Color #6951B8 in popluar color models

6951B8
RGB10581184
HSL254°42.04%51.96%
HSB/HSV254°55.98%72.16%
CMYK42.93%55.98%0.00%
27.84%

Color #6951B8 in popluar number systems.

HEX6951B8
Decimal10581184
Binary1101001101000110111000
Octal151121270

Shades and tints

Shades of #6951B8

#6951B8
(105,81,184)
#604AA8
(96,74,168)
#574398
(87,67,152)
#4E3C88
(78,60,136)
#453578
(69,53,120)
#3C2E68
(60,46,104)
#332758
(51,39,88)
#2A2048
(42,32,72)
#211938
(33,25,56)
#181228
(24,18,40)
#0F0B18
(15,11,24)
#000000
(0,0,0)

Tints of #6951B8

#6951B8
(105,81,184)
#7660BE
(118,96,190)
#836FC4
(131,111,196)
#907ECA
(144,126,202)
#9D8DD0
(157,141,208)
#AA9CD6
(170,156,214)
#B7ABDC
(183,171,220)
#C4BAE2
(196,186,226)
#D1C9E8
(209,201,232)
#DED8EE
(222,216,238)
#EBE7F4
(235,231,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6951B8 color. Also use rgb(105,81,184) instead hex code.

Text Font Color

.myTextColor { color: #6951B8; }

<p style="color:#6951B8">This sample text font color is #6951B8.</p>

This text font color is #6951B8.


Background Color

.myBgColor { background-color: #6951B8; }

<div style="background-color:#6951B8">Inner text</div>

This div background color is #6951B8.


Border color

.myBorderColor { border: 1px solid #6951B8; }

<div style="border:3px solid #6951B8">Div</div>

This div border color is #6951B8.


Opacity

.myOpacity80 { color: #6951B8; opacity: 0.8; }

<p style="color:#6951B8;opacity:0.8;">80%</p>

Text with #6951B8 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #6951B8;}

<p style="text-shadow: 3px 3px 1px #6951B8">Text here.</p>

This text has shadow with #6951B8 color.

.textShadow {text-shadow: 3px 3px 1px #6951B8, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #6951B8, 5px 5px 20px red">Text here.</p>

This text has shadow with #6951B8 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6951B8, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#6951B8, Direction=45, Strength=4)">Text</p>

This text has shadow with #6951B8 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #6951B8;
  -webkit-box-shadow:	1px 1px 3px 2px #6951B8;
  box-shadow:		1px 1px 3px 2px #6951B8;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6951B8;
-webkit-box-shadow: 1px 1px 3px 2px #6951B8;
box-shadow:1px 1px 3px 2px #6951B8;">
Div content here</div>
This div box has shadow with color #6951B8.

Preview

Color preview on black background

This text has color #6951B8 on black background.


Color preview on white background

This text has color #6951B8 on white background.



Black color preview on #6951B8 background

This text has black color on #6951B8 background.


White color preview on #6951B8 background

This text has white color on #6951B8 background.