COLOR #6B2369

HEX: #6B2369
RGB: (107,35,105)

Color info

#6B2369 contains mainly red and blue colors. Web safe color of #6B2369 is #663366 (or #636).

RGB color model

#6B2369 color RGB value is (107,35,105).

  • red value is 107;
  • green value is 35;
  • blue value is 105.
RGB:
(107,35,105)
(42%,14%,41%)

RGB channels and saturation

R 107 of 255 = 42%
G 35 of 255 = 14%
B 105 of 255 = 41%

107
35
105

R + G + B ~ 32%. #6B2369 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 35 + 105 = 247 (100%)
R 107 of 247 ~ 43.32%
G 35 of 247 ~ 14.17%
B 105 of 247 ~ 42.51%

%43.32
%14.17
%42.51

CMYK color model

#6B2369 color CMYK value is (0,67,2,58).

  • cyan value is 0.00%
  • magenta value is 67.29%
  • yellow value is 1.87%
  • key color value is 58.04%
CMYK:
(0,67,2,58)
C0M67Y2K58 
(0%,67%,2%,58%)
(0.00/0.67/0.02/0.58)	

CMYK percentages

%0
%67.29
%1.87
%58.04

Codes

Color #6B2369 in popluar color models

6B2369
RGB10735105
HSL302°50.70%27.84%
HSB/HSV302°67.29%41.96%
CMYK0.00%67.29%1.87%
58.04%

Color #6B2369 in popluar number systems.

HEX6B2369
Decimal10735105
Binary11010111000111101001
Octal15343151

Shades and tints

Shades of #6B2369

#6B2369
(107,35,105)
#622060
(98,32,96)
#591D57
(89,29,87)
#501A4E
(80,26,78)
#471745
(71,23,69)
#3E143C
(62,20,60)
#351133
(53,17,51)
#2C0E2A
(44,14,42)
#230B21
(35,11,33)
#1A0818
(26,8,24)
#11050F
(17,5,15)
#000000
(0,0,0)

Tints of #6B2369

#6B2369
(107,35,105)
#783776
(120,55,118)
#854B83
(133,75,131)
#925F90
(146,95,144)
#9F739D
(159,115,157)
#AC87AA
(172,135,170)
#B99BB7
(185,155,183)
#C6AFC4
(198,175,196)
#D3C3D1
(211,195,209)
#E0D7DE
(224,215,222)
#EDEBEB
(237,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B2369 color. Also use rgb(107,35,105) instead hex code.

Text Font Color

.myTextColor { color: #6B2369; }

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

This text font color is #6B2369.


Background Color

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

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

This div background color is #6B2369.


Border color

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

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

This div border color is #6B2369.


Opacity

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

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

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

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

This text has shadow with #6B2369 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B2369 on black background.


Color preview on white background

This text has color #6B2369 on white background.



Black color preview on #6B2369 background

This text has black color on #6B2369 background.


White color preview on #6B2369 background

This text has white color on #6B2369 background.