COLOR #6955B7

HEX: #6955B7
RGB: (105,85,183)

Color info

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

RGB color model

#6955B7 color RGB value is (105,85,183).

  • red value is 105;
  • green value is 85;
  • blue value is 183.
RGB:
(105,85,183)
(41%,33%,72%)

RGB channels and saturation

R 105 of 255 = 41%
G 85 of 255 = 33%
B 183 of 255 = 72%

105
85
183

R + G + B ~ 49%. #6955B7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
105 + 85 + 183 = 373 (100%)
R 105 of 373 ~ 28.15%
G 85 of 373 ~ 22.79%
B 183 of 373 ~ 49.06%

%28.15
%22.79
%49.06

CMYK color model

#6955B7 color CMYK value is (43,54,0,28).

  • cyan value is 42.62%
  • magenta value is 53.55%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(43,54,0,28)
C43M54Y0K28 
(43%,54%,0%,28%)
(0.43/0.54/0.00/0.28)	

CMYK percentages

%42.62
%53.55
%0
%28.24

Codes

Color #6955B7 in popluar color models

6955B7
RGB10585183
HSL252°40.50%52.55%
HSB/HSV252°53.55%71.76%
CMYK42.62%53.55%0.00%
28.24%

Color #6955B7 in popluar number systems.

HEX6955B7
Decimal10585183
Binary1101001101010110110111
Octal151125267

Shades and tints

Shades of #6955B7

#6955B7
(105,85,183)
#604EA7
(96,78,167)
#574797
(87,71,151)
#4E4087
(78,64,135)
#453977
(69,57,119)
#3C3267
(60,50,103)
#332B57
(51,43,87)
#2A2447
(42,36,71)
#211D37
(33,29,55)
#181627
(24,22,39)
#0F0F17
(15,15,23)
#000000
(0,0,0)

Tints of #6955B7

#6955B7
(105,85,183)
#7664BD
(118,100,189)
#8373C3
(131,115,195)
#9082C9
(144,130,201)
#9D91CF
(157,145,207)
#AAA0D5
(170,160,213)
#B7AFDB
(183,175,219)
#C4BEE1
(196,190,225)
#D1CDE7
(209,205,231)
#DEDCED
(222,220,237)
#EBEBF3
(235,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6955B7 color. Also use rgb(105,85,183) instead hex code.

Text Font Color

.myTextColor { color: #6955B7; }

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

This text font color is #6955B7.


Background Color

.myBgColor { background-color: #6955B7; }

<div style="background-color:#6955B7">Inner text</div>

This div background color is #6955B7.


Border color

.myBorderColor { border: 1px solid #6955B7; }

<div style="border:3px solid #6955B7">Div</div>

This div border color is #6955B7.


Opacity

.myOpacity80 { color: #6955B7; opacity: 0.8; }

<p style="color:#6955B7;opacity:0.8;">80%</p>

Text with #6955B7 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 #6955B7;}

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

This text has shadow with #6955B7 color.

.textShadow {text-shadow: 3px 3px 1px #6955B7, 3px 3px 1px red;}

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

This text has shadow with #6955B7 primary color and red secondary color.


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

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

This text has shadow with #6955B7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6955B7 on black background.


Color preview on white background

This text has color #6955B7 on white background.



Black color preview on #6955B7 background

This text has black color on #6955B7 background.


White color preview on #6955B7 background

This text has white color on #6955B7 background.