COLOR #6193CF

HEX: #6193CF
RGB: (97,147,207)

Color info

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

RGB color model

#6193CF color RGB value is (97,147,207).

  • red value is 97;
  • green value is 147;
  • blue value is 207.
RGB:
(97,147,207)
(38%,58%,81%)

RGB channels and saturation

R 97 of 255 = 38%
G 147 of 255 = 58%
B 207 of 255 = 81%

97
147
207

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

Portions of RGB colors in percentages

R + G + B =
97 + 147 + 207 = 451 (100%)
R 97 of 451 ~ 21.51%
G 147 of 451 ~ 32.59%
B 207 of 451 ~ 45.9%

%21.51
%32.59
%45.9

CMYK color model

#6193CF color CMYK value is (53,29,0,19).

  • cyan value is 53.14%
  • magenta value is 28.99%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(53,29,0,19)
C53M29Y0K19 
(53%,29%,0%,19%)
(0.53/0.29/0.00/0.19)	

CMYK percentages

%53.14
%28.99
%0
%18.82

Codes

Color #6193CF in popluar color models

6193CF
RGB97147207
HSL213°53.40%59.61%
HSB/HSV213°53.14%81.18%
CMYK53.14%28.99%0.00%
18.82%

Color #6193CF in popluar number systems.

HEX6193CF
Decimal97147207
Binary11000011001001111001111
Octal141223317

Shades and tints

Shades of #6193CF

#6193CF
(97,147,207)
#5986BD
(89,134,189)
#5179AB
(81,121,171)
#496C99
(73,108,153)
#415F87
(65,95,135)
#395275
(57,82,117)
#314563
(49,69,99)
#293851
(41,56,81)
#212B3F
(33,43,63)
#191E2D
(25,30,45)
#11111B
(17,17,27)
#000000
(0,0,0)

Tints of #6193CF

#6193CF
(97,147,207)
#6F9CD3
(111,156,211)
#7DA5D7
(125,165,215)
#8BAEDB
(139,174,219)
#99B7DF
(153,183,223)
#A7C0E3
(167,192,227)
#B5C9E7
(181,201,231)
#C3D2EB
(195,210,235)
#D1DBEF
(209,219,239)
#DFE4F3
(223,228,243)
#EDEDF7
(237,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6193CF color. Also use rgb(97,147,207) instead hex code.

Text Font Color

.myTextColor { color: #6193CF; }

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

This text font color is #6193CF.


Background Color

.myBgColor { background-color: #6193CF; }

<div style="background-color:#6193CF">Inner text</div>

This div background color is #6193CF.


Border color

.myBorderColor { border: 1px solid #6193CF; }

<div style="border:3px solid #6193CF">Div</div>

This div border color is #6193CF.


Opacity

.myOpacity80 { color: #6193CF; opacity: 0.8; }

<p style="color:#6193CF;opacity:0.8;">80%</p>

Text with #6193CF 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 #6193CF;}

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

This text has shadow with #6193CF color.

.textShadow {text-shadow: 3px 3px 1px #6193CF, 3px 3px 1px red;}

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

This text has shadow with #6193CF primary color and red secondary color.


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

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

This text has shadow with #6193CF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6193CF on black background.


Color preview on white background

This text has color #6193CF on white background.



Black color preview on #6193CF background

This text has black color on #6193CF background.


White color preview on #6193CF background

This text has white color on #6193CF background.