COLOR #6D75DD

HEX: #6D75DD
RGB: (109,117,221)

Color info

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

RGB color model

#6D75DD color RGB value is (109,117,221).

  • red value is 109;
  • green value is 117;
  • blue value is 221.
RGB:
(109,117,221)
(43%,46%,87%)

RGB channels and saturation

R 109 of 255 = 43%
G 117 of 255 = 46%
B 221 of 255 = 87%

109
117
221

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

Portions of RGB colors in percentages

R + G + B =
109 + 117 + 221 = 447 (100%)
R 109 of 447 ~ 24.38%
G 117 of 447 ~ 26.17%
B 221 of 447 ~ 49.44%

%24.38
%26.17
%49.44

CMYK color model

#6D75DD color CMYK value is (51,47,0,13).

  • cyan value is 50.68%
  • magenta value is 47.06%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(51,47,0,13)
C51M47Y0K13 
(51%,47%,0%,13%)
(0.51/0.47/0.00/0.13)	

CMYK percentages

%50.68
%47.06
%0
%13.33

Codes

Color #6D75DD in popluar color models

6D75DD
RGB109117221
HSL236°62.22%64.71%
HSB/HSV236°50.68%86.67%
CMYK50.68%47.06%0.00%
13.33%

Color #6D75DD in popluar number systems.

HEX6D75DD
Decimal109117221
Binary1101101111010111011101
Octal155165335

Shades and tints

Shades of #6D75DD

#6D75DD
(109,117,221)
#646BC9
(100,107,201)
#5B61B5
(91,97,181)
#5257A1
(82,87,161)
#494D8D
(73,77,141)
#404379
(64,67,121)
#373965
(55,57,101)
#2E2F51
(46,47,81)
#25253D
(37,37,61)
#1C1B29
(28,27,41)
#131115
(19,17,21)
#000000
(0,0,0)

Tints of #6D75DD

#6D75DD
(109,117,221)
#7A81E0
(122,129,224)
#878DE3
(135,141,227)
#9499E6
(148,153,230)
#A1A5E9
(161,165,233)
#AEB1EC
(174,177,236)
#BBBDEF
(187,189,239)
#C8C9F2
(200,201,242)
#D5D5F5
(213,213,245)
#E2E1F8
(226,225,248)
#EFEDFB
(239,237,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D75DD; }

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

This text font color is #6D75DD.


Background Color

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

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

This div background color is #6D75DD.


Border color

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

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

This div border color is #6D75DD.


Opacity

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

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

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

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

This text has shadow with #6D75DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D75DD on black background.


Color preview on white background

This text has color #6D75DD on white background.



Black color preview on #6D75DD background

This text has black color on #6D75DD background.


White color preview on #6D75DD background

This text has white color on #6D75DD background.