COLOR #6953CD

HEX: #6953CD
RGB: (105,83,205)

Color info

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

RGB color model

#6953CD color RGB value is (105,83,205).

  • red value is 105;
  • green value is 83;
  • blue value is 205.
RGB:
(105,83,205)
(41%,33%,80%)

RGB channels and saturation

R 105 of 255 = 41%
G 83 of 255 = 33%
B 205 of 255 = 80%

105
83
205

R + G + B ~ 51%. #6953CD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
105 + 83 + 205 = 393 (100%)
R 105 of 393 ~ 26.72%
G 83 of 393 ~ 21.12%
B 205 of 393 ~ 52.16%

%26.72
%21.12
%52.16

CMYK color model

#6953CD color CMYK value is (49,60,0,20).

  • cyan value is 48.78%
  • magenta value is 59.51%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(49,60,0,20)
C49M60Y0K20 
(49%,60%,0%,20%)
(0.49/0.60/0.00/0.20)	

CMYK percentages

%48.78
%59.51
%0
%19.61

Codes

Color #6953CD in popluar color models

6953CD
RGB10583205
HSL251°54.95%56.47%
HSB/HSV251°59.51%80.39%
CMYK48.78%59.51%0.00%
19.61%

Color #6953CD in popluar number systems.

HEX6953CD
Decimal10583205
Binary1101001101001111001101
Octal151123315

Shades and tints

Shades of #6953CD

#6953CD
(105,83,205)
#604CBB
(96,76,187)
#5745A9
(87,69,169)
#4E3E97
(78,62,151)
#453785
(69,55,133)
#3C3073
(60,48,115)
#332961
(51,41,97)
#2A224F
(42,34,79)
#211B3D
(33,27,61)
#18142B
(24,20,43)
#0F0D19
(15,13,25)
#000000
(0,0,0)

Tints of #6953CD

#6953CD
(105,83,205)
#7662D1
(118,98,209)
#8371D5
(131,113,213)
#9080D9
(144,128,217)
#9D8FDD
(157,143,221)
#AA9EE1
(170,158,225)
#B7ADE5
(183,173,229)
#C4BCE9
(196,188,233)
#D1CBED
(209,203,237)
#DEDAF1
(222,218,241)
#EBE9F5
(235,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6953CD color. Also use rgb(105,83,205) instead hex code.

Text Font Color

.myTextColor { color: #6953CD; }

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

This text font color is #6953CD.


Background Color

.myBgColor { background-color: #6953CD; }

<div style="background-color:#6953CD">Inner text</div>

This div background color is #6953CD.


Border color

.myBorderColor { border: 1px solid #6953CD; }

<div style="border:3px solid #6953CD">Div</div>

This div border color is #6953CD.


Opacity

.myOpacity80 { color: #6953CD; opacity: 0.8; }

<p style="color:#6953CD;opacity:0.8;">80%</p>

Text with #6953CD 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 #6953CD;}

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

This text has shadow with #6953CD color.

.textShadow {text-shadow: 3px 3px 1px #6953CD, 3px 3px 1px red;}

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

This text has shadow with #6953CD primary color and red secondary color.


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

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

This text has shadow with #6953CD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6953CD on black background.


Color preview on white background

This text has color #6953CD on white background.



Black color preview on #6953CD background

This text has black color on #6953CD background.


White color preview on #6953CD background

This text has white color on #6953CD background.