COLOR #6D75CD

HEX: #6D75CD RGB: (109,117,205)

Color info

#6D75CD contains mainly blue color. Web safe color of #6D75CD is #6666CC (or #66C).

RGB color model

#6D75CD color RGB value is (109,117,205).

RGB: (109,117,205) (43%, 46%, 80%)

RGB channels and saturation

R 109 of 255 = 43%
G 117 of 255 = 46%
B 205 of 255 = 80%

109
117
205

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

Portions of RGB colors in percentages

R + G + B = 109 + 117 + 205 = 431 (100%)
R 109 of 431 ~ 25.29%
G 117 of 431 ~ 27.15%
B 205 of 431 ~ 47.56'%

%25.29
%27.15
%47.56

CMYK color model

#6D75CD color CMYK value is (47,43,0,20).

  • cyan value is 46.83%
  • magenta value is 42.93%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK: (47,43,0,20) C47M43Y0K20 (47%,43%,0%,20%) (0.47/0.43/0.00/0.20) 

CMYK percentages

%46.83
%42.93
%0
%19.61

Codes

Color #6D75CD in popluar color models

6D 75 CD
RGB 109 117 205
HSL 235° 48.98% 61.57%
HSB/HSV 235° 46.83% 80.39%
CMYK 46.83% 42.93% 0.00%
19.61%

Color #6D75CD in popluar number systems.

HEX 6D 75 CD
Decimal 109 117 205
Binary 1101101 1110101 11001101
Octal 155 165 315

Shades and tints

Shades of #6D75CD

#6D75CD
(109,117,205)
#646BBB
(100,107,187)
#5B61A9
(91,97,169)
#525797
(82,87,151)
#494D85
(73,77,133)
#404373
(64,67,115)
#373961
(55,57,97)
#2E2F4F
(46,47,79)
#25253D
(37,37,61)
#1C1B2B
(28,27,43)
#131119
(19,17,25)
#000000
(0,0,0)

Tints of #6D75CD

#6D75CD
(109,117,205)
#7A81D1
(122,129,209)
#878DD5
(135,141,213)
#9499D9
(148,153,217)
#A1A5DD
(161,165,221)
#AEB1E1
(174,177,225)
#BBBDE5
(187,189,229)
#C8C9E9
(200,201,233)
#D5D5ED
(213,213,237)
#E2E1F1
(226,225,241)
#EFEDF5
(239,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D75CD color. Also use rgb(109,117,205) instead hex code.

Text Font Color

.myTextColor { color: #6D75CD; }

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

This text font color is #6D75CD.

Background Color

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

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

This div background color is #6D75CD.

Border color

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

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

This div border color is #6D75CD.

Opacity

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

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

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

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

This text has shadow with #6D75CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D75CD.

Preview

Color preview on black background

This text has color #6D75CD on black background.


Color preview on white background

This text has color #6D75CD on white background.


Black color preview on #6D75CD background

This text has black color on #6D75CD background.


White color preview on #6D75CD background

This text has white color on #6D75CD background.


Related colors

Complementary color

Complementary color for #hex is #928A32.


I love getcolorcode.com

Triadic colors

1 #CD6D75 and #75CD6D with #6D75CD are triadic colors.

2 #CD756D and #756DCD with #6D75CD are triadic colors.