COLOR #6B093D

HEX: #6B093D RGB: (107,9,61)

Color info

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

RGB color model

#6B093D color RGB value is (107,9,61).

RGB: (107,9,61) (42%, 4%, 24%)

RGB channels and saturation

R 107 of 255 = 42%
G 9 of 255 = 4%
B 61 of 255 = 24%

107
9
61

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

Portions of RGB colors in percentages

R + G + B = 107 + 9 + 61 = 177 (100%)
R 107 of 177 ~ 60.45%
G 9 of 177 ~ 5.08%
B 61 of 177 ~ 34.46'%

%60.45
%34.46

CMYK color model

#6B093D color CMYK value is (0,92,43,58).

  • cyan value is 0.00%
  • magenta value is 91.59%
  • yellow value is 42.99%
  • key color value is 58.04%

CMYK: (0,92,43,58)
C0M92Y43K58 (0%, 92%, 43%, 58%)
(0.00 / 0.92 / 0.43 / 0.58)

CMYK percentages

%0
%91.59
%42.99
%58.04

Codes

Color #6B093D in popluar color models

6B 09 3D
RGB 107 9 61
HSL 328° 84.48% 22.75%
HSB/HSV 328° 91.59% 41.96%
CMYK 0.00% 91.59% 42.99%
58.04%

Color #6B093D in popluar number systems.

HEX 6B 09 3D
Decimal 107 9 61
Binary 1101011 1001 111101
Octal 153 11 75

Shades and tints

Shades of #6B093D

#6B093D
(107,9,61)
#620938
(98,9,56)
#590933
(89,9,51)
#50092E
(80,9,46)
#470929
(71,9,41)
#3E0924
(62,9,36)
#35091F
(53,9,31)
#2C091A
(44,9,26)
#230915
(35,9,21)
#1A0910
(26,9,16)
#11090B
(17,9,11)
#000000
(0,0,0)

Tints of #6B093D

#6B093D
(107,9,61)
#781F4E
(120,31,78)
#85355F
(133,53,95)
#924B70
(146,75,112)
#9F6181
(159,97,129)
#AC7792
(172,119,146)
#B98DA3
(185,141,163)
#C6A3B4
(198,163,180)
#D3B9C5
(211,185,197)
#E0CFD6
(224,207,214)
#EDE5E7
(237,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B093D color. Also use rgb(107,9,61) instead hex code.

Text Font Color

.myTextColor { color: #6B093D; }

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

This text font color is #6B093D.

Background Color

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

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

This div background color is #6B093D.

Border color

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

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

This div border color is #6B093D.

Opacity

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

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

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

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

This text has shadow with #6B093D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B093D.

Preview

Color preview on black background

This text has color #6B093D on black background.


Color preview on white background

This text has color #6B093D on white background.


Black color preview on #6B093D background

This text has black color on #6B093D background.


White color preview on #6B093D background

This text has white color on #6B093D background.


Related colors

Complementary color

Complementary color for #hex is #94F6C2.


I love getcolorcode.com

Triadic colors

1 #3D6B09 and #093D6B with #6B093D are triadic colors.

2 #3D096B and #096B3D with #6B093D are triadic colors.