COLOR #6993C2

HEX: #6993C2
RGB: (105,147,194)

Color info

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

RGB color model

#6993C2 color RGB value is (105,147,194).

  • red value is 105;
  • green value is 147;
  • blue value is 194.
RGB:
(105,147,194)
(41%,58%,76%)

RGB channels and saturation

R 105 of 255 = 41%
G 147 of 255 = 58%
B 194 of 255 = 76%

105
147
194

R + G + B ~ 58%. #6993C2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
105 + 147 + 194 = 446 (100%)
R 105 of 446 ~ 23.54%
G 147 of 446 ~ 32.96%
B 194 of 446 ~ 43.5%

%23.54
%32.96
%43.5

CMYK color model

#6993C2 color CMYK value is (46,24,0,24).

  • cyan value is 45.88%
  • magenta value is 24.23%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(46,24,0,24)
C46M24Y0K24 
(46%,24%,0%,24%)
(0.46/0.24/0.00/0.24)	

CMYK percentages

%45.88
%24.23
%0
%23.92

Codes

Color #6993C2 in popluar color models

6993C2
RGB105147194
HSL212°42.18%58.63%
HSB/HSV212°45.88%76.08%
CMYK45.88%24.23%0.00%
23.92%

Color #6993C2 in popluar number systems.

HEX6993C2
Decimal105147194
Binary11010011001001111000010
Octal151223302

Shades and tints

Shades of #6993C2

#6993C2
(105,147,194)
#6086B1
(96,134,177)
#5779A0
(87,121,160)
#4E6C8F
(78,108,143)
#455F7E
(69,95,126)
#3C526D
(60,82,109)
#33455C
(51,69,92)
#2A384B
(42,56,75)
#212B3A
(33,43,58)
#181E29
(24,30,41)
#0F1118
(15,17,24)
#000000
(0,0,0)

Tints of #6993C2

#6993C2
(105,147,194)
#769CC7
(118,156,199)
#83A5CC
(131,165,204)
#90AED1
(144,174,209)
#9DB7D6
(157,183,214)
#AAC0DB
(170,192,219)
#B7C9E0
(183,201,224)
#C4D2E5
(196,210,229)
#D1DBEA
(209,219,234)
#DEE4EF
(222,228,239)
#EBEDF4
(235,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6993C2 color. Also use rgb(105,147,194) instead hex code.

Text Font Color

.myTextColor { color: #6993C2; }

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

This text font color is #6993C2.


Background Color

.myBgColor { background-color: #6993C2; }

<div style="background-color:#6993C2">Inner text</div>

This div background color is #6993C2.


Border color

.myBorderColor { border: 1px solid #6993C2; }

<div style="border:3px solid #6993C2">Div</div>

This div border color is #6993C2.


Opacity

.myOpacity80 { color: #6993C2; opacity: 0.8; }

<p style="color:#6993C2;opacity:0.8;">80%</p>

Text with #6993C2 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 #6993C2;}

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

This text has shadow with #6993C2 color.

.textShadow {text-shadow: 3px 3px 1px #6993C2, 3px 3px 1px red;}

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

This text has shadow with #6993C2 primary color and red secondary color.


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

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

This text has shadow with #6993C2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6993C2 on black background.


Color preview on white background

This text has color #6993C2 on white background.



Black color preview on #6993C2 background

This text has black color on #6993C2 background.


White color preview on #6993C2 background

This text has white color on #6993C2 background.