COLOR #6D93D4

HEX: #6D93D4
RGB: (109,147,212)

Color info

#6D93D4 contains mainly blue color. Web safe color of #6D93D4 is #6699CC (or #69C).

RGB color model

#6D93D4 color RGB value is (109,147,212).

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

RGB channels and saturation

R 109 of 255 = 43%
G 147 of 255 = 58%
B 212 of 255 = 83%

109
147
212

R + G + B ~ 61%. #6D93D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
109 + 147 + 212 = 468 (100%)
R 109 of 468 ~ 23.29%
G 147 of 468 ~ 31.41%
B 212 of 468 ~ 45.3%

%23.29
%31.41
%45.3

CMYK color model

#6D93D4 color CMYK value is (49,31,0,17).

  • cyan value is 48.58%
  • magenta value is 30.66%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(49,31,0,17)
C49M31Y0K17 
(49%,31%,0%,17%)
(0.49/0.31/0.00/0.17)	

CMYK percentages

%48.58
%30.66
%0
%16.86

Codes

Color #6D93D4 in popluar color models

6D93D4
RGB109147212
HSL218°54.50%62.94%
HSB/HSV218°48.58%83.14%
CMYK48.58%30.66%0.00%
16.86%

Color #6D93D4 in popluar number systems.

HEX6D93D4
Decimal109147212
Binary11011011001001111010100
Octal155223324

Shades and tints

Shades of #6D93D4

#6D93D4
(109,147,212)
#6486C1
(100,134,193)
#5B79AE
(91,121,174)
#526C9B
(82,108,155)
#495F88
(73,95,136)
#405275
(64,82,117)
#374562
(55,69,98)
#2E384F
(46,56,79)
#252B3C
(37,43,60)
#1C1E29
(28,30,41)
#131116
(19,17,22)
#000000
(0,0,0)

Tints of #6D93D4

#6D93D4
(109,147,212)
#7A9CD7
(122,156,215)
#87A5DA
(135,165,218)
#94AEDD
(148,174,221)
#A1B7E0
(161,183,224)
#AEC0E3
(174,192,227)
#BBC9E6
(187,201,230)
#C8D2E9
(200,210,233)
#D5DBEC
(213,219,236)
#E2E4EF
(226,228,239)
#EFEDF2
(239,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D93D4; }

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

This text font color is #6D93D4.


Background Color

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

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

This div background color is #6D93D4.


Border color

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

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

This div border color is #6D93D4.


Opacity

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

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

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

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

This text has shadow with #6D93D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D93D4 on black background.


Color preview on white background

This text has color #6D93D4 on white background.



Black color preview on #6D93D4 background

This text has black color on #6D93D4 background.


White color preview on #6D93D4 background

This text has white color on #6D93D4 background.