COLOR #6B3089

HEX: #6B3089
RGB: (107,48,137)

Color info

#6B3089 contains mainly red and blue colors. Web safe color of #6B3089 is #663399 (or #639).

RGB color model

#6B3089 color RGB value is (107,48,137).

  • red value is 107;
  • green value is 48;
  • blue value is 137.
RGB:
(107,48,137)
(42%,19%,54%)

RGB channels and saturation

R 107 of 255 = 42%
G 48 of 255 = 19%
B 137 of 255 = 54%

107
48
137

R + G + B ~ 38%. #6B3089 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 48 + 137 = 292 (100%)
R 107 of 292 ~ 36.64%
G 48 of 292 ~ 16.44%
B 137 of 292 ~ 46.92%

%36.64
%16.44
%46.92

CMYK color model

#6B3089 color CMYK value is (22,65,0,46).

  • cyan value is 21.90%
  • magenta value is 64.96%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(22,65,0,46)
C22M65Y0K46 
(22%,65%,0%,46%)
(0.22/0.65/0.00/0.46)	

CMYK percentages

%21.9
%64.96
%0
%46.27

Codes

Color #6B3089 in popluar color models

6B3089
RGB10748137
HSL280°48.11%36.27%
HSB/HSV280°64.96%53.73%
CMYK21.90%64.96%0.00%
46.27%

Color #6B3089 in popluar number systems.

HEX6B3089
Decimal10748137
Binary110101111000010001001
Octal15360211

Shades and tints

Shades of #6B3089

#6B3089
(107,48,137)
#622C7D
(98,44,125)
#592871
(89,40,113)
#502465
(80,36,101)
#472059
(71,32,89)
#3E1C4D
(62,28,77)
#351841
(53,24,65)
#2C1435
(44,20,53)
#231029
(35,16,41)
#1A0C1D
(26,12,29)
#110811
(17,8,17)
#000000
(0,0,0)

Tints of #6B3089

#6B3089
(107,48,137)
#784293
(120,66,147)
#85549D
(133,84,157)
#9266A7
(146,102,167)
#9F78B1
(159,120,177)
#AC8ABB
(172,138,187)
#B99CC5
(185,156,197)
#C6AECF
(198,174,207)
#D3C0D9
(211,192,217)
#E0D2E3
(224,210,227)
#EDE4ED
(237,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B3089 color. Also use rgb(107,48,137) instead hex code.

Text Font Color

.myTextColor { color: #6B3089; }

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

This text font color is #6B3089.


Background Color

.myBgColor { background-color: #6B3089; }

<div style="background-color:#6B3089">Inner text</div>

This div background color is #6B3089.


Border color

.myBorderColor { border: 1px solid #6B3089; }

<div style="border:3px solid #6B3089">Div</div>

This div border color is #6B3089.


Opacity

.myOpacity80 { color: #6B3089; opacity: 0.8; }

<p style="color:#6B3089;opacity:0.8;">80%</p>

Text with #6B3089 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 #6B3089;}

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

This text has shadow with #6B3089 color.

.textShadow {text-shadow: 3px 3px 1px #6B3089, 3px 3px 1px red;}

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

This text has shadow with #6B3089 primary color and red secondary color.


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

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

This text has shadow with #6B3089 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B3089 on black background.


Color preview on white background

This text has color #6B3089 on white background.



Black color preview on #6B3089 background

This text has black color on #6B3089 background.


White color preview on #6B3089 background

This text has white color on #6B3089 background.