COLOR #6D93C1

HEX: #6D93C1
RGB: (109,147,193)

Color info

#6D93C1 contains mainly green and blue colors. Web safe color of #6D93C1 is #6699CC (or #69C).

RGB color model

#6D93C1 color RGB value is (109,147,193).

  • red value is 109;
  • green value is 147;
  • blue value is 193.
RGB:
(109,147,193)
(43%,58%,76%)

RGB channels and saturation

R 109 of 255 = 43%
G 147 of 255 = 58%
B 193 of 255 = 76%

109
147
193

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

Portions of RGB colors in percentages

R + G + B =
109 + 147 + 193 = 449 (100%)
R 109 of 449 ~ 24.28%
G 147 of 449 ~ 32.74%
B 193 of 449 ~ 42.98%

%24.28
%32.74
%42.98

CMYK color model

#6D93C1 color CMYK value is (44,24,0,24).

  • cyan value is 43.52%
  • magenta value is 23.83%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(44,24,0,24)
C44M24Y0K24 
(44%,24%,0%,24%)
(0.44/0.24/0.00/0.24)	

CMYK percentages

%43.52
%23.83
%0
%24.31

Codes

Color #6D93C1 in popluar color models

6D93C1
RGB109147193
HSL213°40.38%59.22%
HSB/HSV213°43.52%75.69%
CMYK43.52%23.83%0.00%
24.31%

Color #6D93C1 in popluar number systems.

HEX6D93C1
Decimal109147193
Binary11011011001001111000001
Octal155223301

Shades and tints

Shades of #6D93C1

#6D93C1
(109,147,193)
#6486B0
(100,134,176)
#5B799F
(91,121,159)
#526C8E
(82,108,142)
#495F7D
(73,95,125)
#40526C
(64,82,108)
#37455B
(55,69,91)
#2E384A
(46,56,74)
#252B39
(37,43,57)
#1C1E28
(28,30,40)
#131117
(19,17,23)
#000000
(0,0,0)

Tints of #6D93C1

#6D93C1
(109,147,193)
#7A9CC6
(122,156,198)
#87A5CB
(135,165,203)
#94AED0
(148,174,208)
#A1B7D5
(161,183,213)
#AEC0DA
(174,192,218)
#BBC9DF
(187,201,223)
#C8D2E4
(200,210,228)
#D5DBE9
(213,219,233)
#E2E4EE
(226,228,238)
#EFEDF3
(239,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D93C1 color. Also use rgb(109,147,193) instead hex code.

Text Font Color

.myTextColor { color: #6D93C1; }

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

This text font color is #6D93C1.


Background Color

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

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

This div background color is #6D93C1.


Border color

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

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

This div border color is #6D93C1.


Opacity

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

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

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

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

This text has shadow with #6D93C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D93C1 on black background.


Color preview on white background

This text has color #6D93C1 on white background.



Black color preview on #6D93C1 background

This text has black color on #6D93C1 background.


White color preview on #6D93C1 background

This text has white color on #6D93C1 background.