COLOR #6939B0

HEX: #6939B0
RGB: (105,57,176)

Color info

#6939B0 contains mainly blue color. Web safe color of #6939B0 is #663399 (or #639).

RGB color model

#6939B0 color RGB value is (105,57,176).

  • red value is 105;
  • green value is 57;
  • blue value is 176.
RGB:
(105,57,176)
(41%,22%,69%)

RGB channels and saturation

R 105 of 255 = 41%
G 57 of 255 = 22%
B 176 of 255 = 69%

105
57
176

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

Portions of RGB colors in percentages

R + G + B =
105 + 57 + 176 = 338 (100%)
R 105 of 338 ~ 31.07%
G 57 of 338 ~ 16.86%
B 176 of 338 ~ 52.07%

%31.07
%16.86
%52.07

CMYK color model

#6939B0 color CMYK value is (40,68,0,31).

  • cyan value is 40.34%
  • magenta value is 67.61%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(40,68,0,31)
C40M68Y0K31 
(40%,68%,0%,31%)
(0.40/0.68/0.00/0.31)	

CMYK percentages

%40.34
%67.61
%0
%30.98

Codes

Color #6939B0 in popluar color models

6939B0
RGB10557176
HSL264°51.07%45.69%
HSB/HSV264°67.61%69.02%
CMYK40.34%67.61%0.00%
30.98%

Color #6939B0 in popluar number systems.

HEX6939B0
Decimal10557176
Binary110100111100110110000
Octal15171260

Shades and tints

Shades of #6939B0

#6939B0
(105,57,176)
#6034A0
(96,52,160)
#572F90
(87,47,144)
#4E2A80
(78,42,128)
#452570
(69,37,112)
#3C2060
(60,32,96)
#331B50
(51,27,80)
#2A1640
(42,22,64)
#211130
(33,17,48)
#180C20
(24,12,32)
#0F0710
(15,7,16)
#000000
(0,0,0)

Tints of #6939B0

#6939B0
(105,57,176)
#764BB7
(118,75,183)
#835DBE
(131,93,190)
#906FC5
(144,111,197)
#9D81CC
(157,129,204)
#AA93D3
(170,147,211)
#B7A5DA
(183,165,218)
#C4B7E1
(196,183,225)
#D1C9E8
(209,201,232)
#DEDBEF
(222,219,239)
#EBEDF6
(235,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6939B0 color. Also use rgb(105,57,176) instead hex code.

Text Font Color

.myTextColor { color: #6939B0; }

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

This text font color is #6939B0.


Background Color

.myBgColor { background-color: #6939B0; }

<div style="background-color:#6939B0">Inner text</div>

This div background color is #6939B0.


Border color

.myBorderColor { border: 1px solid #6939B0; }

<div style="border:3px solid #6939B0">Div</div>

This div border color is #6939B0.


Opacity

.myOpacity80 { color: #6939B0; opacity: 0.8; }

<p style="color:#6939B0;opacity:0.8;">80%</p>

Text with #6939B0 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 #6939B0;}

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

This text has shadow with #6939B0 color.

.textShadow {text-shadow: 3px 3px 1px #6939B0, 3px 3px 1px red;}

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

This text has shadow with #6939B0 primary color and red secondary color.


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

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

This text has shadow with #6939B0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6939B0 on black background.


Color preview on white background

This text has color #6939B0 on white background.



Black color preview on #6939B0 background

This text has black color on #6939B0 background.


White color preview on #6939B0 background

This text has white color on #6939B0 background.