COLOR #6B498C

HEX: #6B498C RGB: (107,73,140)

Color info

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

RGB color model

#6B498C color RGB value is (107,73,140).

RGB: (107,73,140) (42%, 29%, 55%)

RGB channels and saturation

R 107 of 255 = 42%
G 73 of 255 = 29%
B 140 of 255 = 55%

107
73
140

R + G + B ~ 42%. #6B498C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 107 + 73 + 140 = 320 (100%)
R 107 of 320 ~ 33.44%
G 73 of 320 ~ 22.81%
B 140 of 320 ~ 43.75'%

%33.44
%22.81
%43.75

CMYK color model

#6B498C color CMYK value is (24,48,0,45).

  • cyan value is 23.57%
  • magenta value is 47.86%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (24,48,0,45)
C24M48Y0K45 (24%, 48%, 0%, 45%)
(0.24 / 0.48 / 0.00 / 0.45)

CMYK percentages

%23.57
%47.86
%0
%45.1

Codes

Color #6B498C in popluar color models

6B 49 8C
RGB 107 73 140
HSL 270° 31.46% 41.76%
HSB/HSV 270° 47.86% 54.90%
CMYK 23.57% 47.86% 0.00%
45.10%

Color #6B498C in popluar number systems.

HEX 6B 49 8C
Decimal 107 73 140
Binary 1101011 1001001 10001100
Octal 153 111 214

Shades and tints

Shades of #6B498C

#6B498C
(107,73,140)
#624380
(98,67,128)
#593D74
(89,61,116)
#503768
(80,55,104)
#47315C
(71,49,92)
#3E2B50
(62,43,80)
#352544
(53,37,68)
#2C1F38
(44,31,56)
#23192C
(35,25,44)
#1A1320
(26,19,32)
#110D14
(17,13,20)
#000000
(0,0,0)

Tints of #6B498C

#6B498C
(107,73,140)
#785996
(120,89,150)
#8569A0
(133,105,160)
#9279AA
(146,121,170)
#9F89B4
(159,137,180)
#AC99BE
(172,153,190)
#B9A9C8
(185,169,200)
#C6B9D2
(198,185,210)
#D3C9DC
(211,201,220)
#E0D9E6
(224,217,230)
#EDE9F0
(237,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B498C color. Also use rgb(107,73,140) instead hex code.

Text Font Color

.myTextColor { color: #6B498C; }

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

This text font color is #6B498C.

Background Color

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

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

This div background color is #6B498C.

Border color

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

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

This div border color is #6B498C.

Opacity

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

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

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

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

This text has shadow with #6B498C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B498C.

Preview

Color preview on black background

This text has color #6B498C on black background.


Color preview on white background

This text has color #6B498C on white background.


Black color preview on #6B498C background

This text has black color on #6B498C background.


White color preview on #6B498C background

This text has white color on #6B498C background.


Related colors

Complementary color

Complementary color for #hex is #94B673.


I love getcolorcode.com

Triadic colors

1 #8C6B49 and #498C6B with #6B498C are triadic colors.

2 #8C496B and #496B8C with #6B498C are triadic colors.