COLOR #6B1235

HEX: #6B1235 RGB: (107,18,53)

Color info

#6B1235 contains mainly red and blue colors. Web safe color of #6B1235 is #660033 (or #603).

RGB color model

#6B1235 color RGB value is (107,18,53).

RGB: (107,18,53) (42%, 7%, 21%)

RGB channels and saturation

R 107 of 255 = 42%
G 18 of 255 = 7%
B 53 of 255 = 21%

107
18
53

R + G + B ~ 23%. #6B1235 is dark color.

Portions of RGB colors in percentages

R + G + B = 107 + 18 + 53 = 178 (100%)
R 107 of 178 ~ 60.11%
G 18 of 178 ~ 10.11%
B 53 of 178 ~ 29.78'%

%60.11
%29.78

CMYK color model

#6B1235 color CMYK value is (0,83,50,58).

  • cyan value is 0.00%
  • magenta value is 83.18%
  • yellow value is 50.47%
  • key color value is 58.04%

CMYK: (0,83,50,58)
C0M83Y50K58 (0%, 83%, 50%, 58%)
(0.00 / 0.83 / 0.50 / 0.58)

CMYK percentages

%0
%83.18
%50.47
%58.04

Codes

Color #6B1235 in popluar color models

6B 12 35
RGB 107 18 53
HSL 336° 71.20% 24.51%
HSB/HSV 336° 83.18% 41.96%
CMYK 0.00% 83.18% 50.47%
58.04%

Color #6B1235 in popluar number systems.

HEX 6B 12 35
Decimal 107 18 53
Binary 1101011 10010 110101
Octal 153 22 65

Shades and tints

Shades of #6B1235

#6B1235
(107,18,53)
#621131
(98,17,49)
#59102D
(89,16,45)
#500F29
(80,15,41)
#470E25
(71,14,37)
#3E0D21
(62,13,33)
#350C1D
(53,12,29)
#2C0B19
(44,11,25)
#230A15
(35,10,21)
#1A0911
(26,9,17)
#11080D
(17,8,13)
#000000
(0,0,0)

Tints of #6B1235

#6B1235
(107,18,53)
#782747
(120,39,71)
#853C59
(133,60,89)
#92516B
(146,81,107)
#9F667D
(159,102,125)
#AC7B8F
(172,123,143)
#B990A1
(185,144,161)
#C6A5B3
(198,165,179)
#D3BAC5
(211,186,197)
#E0CFD7
(224,207,215)
#EDE4E9
(237,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B1235 color. Also use rgb(107,18,53) instead hex code.

Text Font Color

.myTextColor { color: #6B1235; }

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

This text font color is #6B1235.

Background Color

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

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

This div background color is #6B1235.

Border color

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

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

This div border color is #6B1235.

Opacity

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

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

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

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

This text has shadow with #6B1235 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B1235.

Preview

Color preview on black background

This text has color #6B1235 on black background.


Color preview on white background

This text has color #6B1235 on white background.


Black color preview on #6B1235 background

This text has black color on #6B1235 background.


White color preview on #6B1235 background

This text has white color on #6B1235 background.


Related colors

Complementary color

Complementary color for #hex is #94EDCA.


I love getcolorcode.com

Triadic colors

1 #356B12 and #12356B with #6B1235 are triadic colors.

2 #35126B and #126B35 with #6B1235 are triadic colors.