COLOR #6193C6

HEX: #6193C6
RGB: (97,147,198)

Color info

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

RGB color model

#6193C6 color RGB value is (97,147,198).

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

RGB channels and saturation

R 97 of 255 = 38%
G 147 of 255 = 58%
B 198 of 255 = 78%

97
147
198

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

Portions of RGB colors in percentages

R + G + B =
97 + 147 + 198 = 442 (100%)
R 97 of 442 ~ 21.95%
G 147 of 442 ~ 33.26%
B 198 of 442 ~ 44.8%

%21.95
%33.26
%44.8

CMYK color model

#6193C6 color CMYK value is (51,26,0,22).

  • cyan value is 51.01%
  • magenta value is 25.76%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(51,26,0,22)
C51M26Y0K22 
(51%,26%,0%,22%)
(0.51/0.26/0.00/0.22)	

CMYK percentages

%51.01
%25.76
%0
%22.35

Codes

Color #6193C6 in popluar color models

6193C6
RGB97147198
HSL210°46.98%57.84%
HSB/HSV210°51.01%77.65%
CMYK51.01%25.76%0.00%
22.35%

Color #6193C6 in popluar number systems.

HEX6193C6
Decimal97147198
Binary11000011001001111000110
Octal141223306

Shades and tints

Shades of #6193C6

#6193C6
(97,147,198)
#5986B4
(89,134,180)
#5179A2
(81,121,162)
#496C90
(73,108,144)
#415F7E
(65,95,126)
#39526C
(57,82,108)
#31455A
(49,69,90)
#293848
(41,56,72)
#212B36
(33,43,54)
#191E24
(25,30,36)
#111112
(17,17,18)
#000000
(0,0,0)

Tints of #6193C6

#6193C6
(97,147,198)
#6F9CCB
(111,156,203)
#7DA5D0
(125,165,208)
#8BAED5
(139,174,213)
#99B7DA
(153,183,218)
#A7C0DF
(167,192,223)
#B5C9E4
(181,201,228)
#C3D2E9
(195,210,233)
#D1DBEE
(209,219,238)
#DFE4F3
(223,228,243)
#EDEDF8
(237,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6193C6; }

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

This text font color is #6193C6.


Background Color

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

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

This div background color is #6193C6.


Border color

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

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

This div border color is #6193C6.


Opacity

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

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

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

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

This text has shadow with #6193C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6193C6 on black background.


Color preview on white background

This text has color #6193C6 on white background.



Black color preview on #6193C6 background

This text has black color on #6193C6 background.


White color preview on #6193C6 background

This text has white color on #6193C6 background.