COLOR #683BBE

HEX: #683BBE RGB: (104,59,190)

Color info

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

RGB color model

#683BBE color RGB value is (104,59,190).

RGB: (104,59,190) (41%, 23%, 75%)

RGB channels and saturation

R 104 of 255 = 41%
G 59 of 255 = 23%
B 190 of 255 = 75%

104
59
190

R + G + B ~ 46%. #683BBE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 104 + 59 + 190 = 353 (100%)
R 104 of 353 ~ 29.46%
G 59 of 353 ~ 16.71%
B 190 of 353 ~ 53.82'%

%29.46
%16.71
%53.82

CMYK color model

#683BBE color CMYK value is (45,69,0,25).

  • cyan value is 45.26%
  • magenta value is 68.95%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (45,69,0,25)
C45M69Y0K25 (45%, 69%, 0%, 25%)
(0.45 / 0.69 / 0.00 / 0.25)

CMYK percentages

%45.26
%68.95
%0
%25.49

Codes

Color #683BBE in popluar color models

68 3B BE
RGB 104 59 190
HSL 261° 52.61% 48.82%
HSB/HSV 261° 68.95% 74.51%
CMYK 45.26% 68.95% 0.00%
25.49%

Color #683BBE in popluar number systems.

HEX 68 3B BE
Decimal 104 59 190
Binary 1101000 111011 10111110
Octal 150 73 276

Shades and tints

Shades of #683BBE

#683BBE
(104,59,190)
#5F36AD
(95,54,173)
#56319C
(86,49,156)
#4D2C8B
(77,44,139)
#44277A
(68,39,122)
#3B2269
(59,34,105)
#321D58
(50,29,88)
#291847
(41,24,71)
#201336
(32,19,54)
#170E25
(23,14,37)
#0E0914
(14,9,20)
#000000
(0,0,0)

Tints of #683BBE

#683BBE
(104,59,190)
#754CC3
(117,76,195)
#825DC8
(130,93,200)
#8F6ECD
(143,110,205)
#9C7FD2
(156,127,210)
#A990D7
(169,144,215)
#B6A1DC
(182,161,220)
#C3B2E1
(195,178,225)
#D0C3E6
(208,195,230)
#DDD4EB
(221,212,235)
#EAE5F0
(234,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #683BBE color. Also use rgb(104,59,190) instead hex code.

Text Font Color

.myTextColor { color: #683BBE; }

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

This text font color is #683BBE.

Background Color

.myBgColor { background-color: #683BBE; }

<div style="background-color:#683BBE">Inner text</div>

This div background color is #683BBE.

Border color

.myBorderColor { border: 1px solid #683BBE; }

<div style="border:3px solid #683BBE">Div</div>

This div border color is #683BBE.

Opacity

.myOpacity80 { color: #683BBE; opacity: 0.8; }

<p style="color:#683BBE;opacity:0.8;">80%</p>

Text with #683BBE 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 #683BBE;}

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

This text has shadow with #683BBE color.


.textShadow {text-shadow: 3px 3px 1px #683BBE', 3px 3px 1px red;}

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

This text has shadow with #683BBE primary color and red secondary color.


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

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

This text has shadow with #683BBE and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #683BBE; -webkit-box-shadow: 1px 1px 3px 2px #683BBE; box-shadow:1px 1px 3px 2px #683BBE;">
Div content here
</div>

This div box has shadow with color #683BBE.

Preview

Color preview on black background

This text has color #683BBE on black background.


Color preview on white background

This text has color #683BBE on white background.


Black color preview on #683BBE background

This text has black color on #683BBE background.


White color preview on #683BBE background

This text has white color on #683BBE background.


Related colors

Complementary color

Complementary color for #hex is #97C441.


I love getcolorcode.com

Triadic colors

1 #BE683B and #3BBE68 with #683BBE are triadic colors.

2 #BE3B68 and #3B68BE with #683BBE are triadic colors.