COLOR #6955E8

HEX: #6955E8
RGB: (105,85,232)

Color info

#6955E8 contains mainly blue color. Web safe color of #6955E8 is #6666FF (or #66F).

RGB color model

#6955E8 color RGB value is (105,85,232).

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

RGB channels and saturation

R 105 of 255 = 41%
G 85 of 255 = 33%
B 232 of 255 = 91%

105
85
232

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

Portions of RGB colors in percentages

R + G + B =
105 + 85 + 232 = 422 (100%)
R 105 of 422 ~ 24.88%
G 85 of 422 ~ 20.14%
B 232 of 422 ~ 54.98%

%24.88
%20.14
%54.98

CMYK color model

#6955E8 color CMYK value is (55,63,0,9).

  • cyan value is 54.74%
  • magenta value is 63.36%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(55,63,0,9)
C55M63Y0K9 
(55%,63%,0%,9%)
(0.55/0.63/0.00/0.09)	

CMYK percentages

%54.74
%63.36
%0
%9.02

Codes

Color #6955E8 in popluar color models

6955E8
RGB10585232
HSL248°76.17%62.16%
HSB/HSV248°63.36%90.98%
CMYK54.74%63.36%0.00%
9.02%

Color #6955E8 in popluar number systems.

HEX6955E8
Decimal10585232
Binary1101001101010111101000
Octal151125350

Shades and tints

Shades of #6955E8

#6955E8
(105,85,232)
#604ED3
(96,78,211)
#5747BE
(87,71,190)
#4E40A9
(78,64,169)
#453994
(69,57,148)
#3C327F
(60,50,127)
#332B6A
(51,43,106)
#2A2455
(42,36,85)
#211D40
(33,29,64)
#18162B
(24,22,43)
#0F0F16
(15,15,22)
#000000
(0,0,0)

Tints of #6955E8

#6955E8
(105,85,232)
#7664EA
(118,100,234)
#8373EC
(131,115,236)
#9082EE
(144,130,238)
#9D91F0
(157,145,240)
#AAA0F2
(170,160,242)
#B7AFF4
(183,175,244)
#C4BEF6
(196,190,246)
#D1CDF8
(209,205,248)
#DEDCFA
(222,220,250)
#EBEBFC
(235,235,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6955E8; }

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

This text font color is #6955E8.


Background Color

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

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

This div background color is #6955E8.


Border color

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

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

This div border color is #6955E8.


Opacity

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

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

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

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

This text has shadow with #6955E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6955E8 on black background.


Color preview on white background

This text has color #6955E8 on white background.



Black color preview on #6955E8 background

This text has black color on #6955E8 background.


White color preview on #6955E8 background

This text has white color on #6955E8 background.