COLOR #6823C5

HEX: #6823C5
RGB: (104,35,197)

Color info

#6823C5 contains mainly blue color. Web safe color of #6823C5 is #6633CC (or #63C).

RGB color model

#6823C5 color RGB value is (104,35,197).

  • red value is 104;
  • green value is 35;
  • blue value is 197.
RGB:
(104,35,197)
(41%,14%,77%)

RGB channels and saturation

R 104 of 255 = 41%
G 35 of 255 = 14%
B 197 of 255 = 77%

104
35
197

R + G + B ~ 44%. #6823C5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
104 + 35 + 197 = 336 (100%)
R 104 of 336 ~ 30.95%
G 35 of 336 ~ 10.42%
B 197 of 336 ~ 58.63%

%30.95
%10.42
%58.63

CMYK color model

#6823C5 color CMYK value is (47,82,0,23).

  • cyan value is 47.21%
  • magenta value is 82.23%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(47,82,0,23)
C47M82Y0K23 
(47%,82%,0%,23%)
(0.47/0.82/0.00/0.23)	

CMYK percentages

%47.21
%82.23
%0
%22.75

Codes

Color #6823C5 in popluar color models

6823C5
RGB10435197
HSL266°69.83%45.49%
HSB/HSV266°82.23%77.25%
CMYK47.21%82.23%0.00%
22.75%

Color #6823C5 in popluar number systems.

HEX6823C5
Decimal10435197
Binary110100010001111000101
Octal15043305

Shades and tints

Shades of #6823C5

#6823C5
(104,35,197)
#5F20B4
(95,32,180)
#561DA3
(86,29,163)
#4D1A92
(77,26,146)
#441781
(68,23,129)
#3B1470
(59,20,112)
#32115F
(50,17,95)
#290E4E
(41,14,78)
#200B3D
(32,11,61)
#17082C
(23,8,44)
#0E051B
(14,5,27)
#000000
(0,0,0)

Tints of #6823C5

#6823C5
(104,35,197)
#7537CA
(117,55,202)
#824BCF
(130,75,207)
#8F5FD4
(143,95,212)
#9C73D9
(156,115,217)
#A987DE
(169,135,222)
#B69BE3
(182,155,227)
#C3AFE8
(195,175,232)
#D0C3ED
(208,195,237)
#DDD7F2
(221,215,242)
#EAEBF7
(234,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6823C5 color. Also use rgb(104,35,197) instead hex code.

Text Font Color

.myTextColor { color: #6823C5; }

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

This text font color is #6823C5.


Background Color

.myBgColor { background-color: #6823C5; }

<div style="background-color:#6823C5">Inner text</div>

This div background color is #6823C5.


Border color

.myBorderColor { border: 1px solid #6823C5; }

<div style="border:3px solid #6823C5">Div</div>

This div border color is #6823C5.


Opacity

.myOpacity80 { color: #6823C5; opacity: 0.8; }

<p style="color:#6823C5;opacity:0.8;">80%</p>

Text with #6823C5 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 #6823C5;}

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

This text has shadow with #6823C5 color.

.textShadow {text-shadow: 3px 3px 1px #6823C5, 3px 3px 1px red;}

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

This text has shadow with #6823C5 primary color and red secondary color.


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

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

This text has shadow with #6823C5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6823C5 on black background.


Color preview on white background

This text has color #6823C5 on white background.



Black color preview on #6823C5 background

This text has black color on #6823C5 background.


White color preview on #6823C5 background

This text has white color on #6823C5 background.