COLOR #6193F0

HEX: #6193F0 RGB: (97,147,240)

Color info

#6193F0 contains mainly blue color. Web safe color of #6193F0 is #6699FF (or #69F).

RGB color model

#6193F0 color RGB value is (97,147,240).

RGB: (97,147,240) (38%, 58%, 94%)

RGB channels and saturation

R 97 of 255 = 38%
G 147 of 255 = 58%
B 240 of 255 = 94%

97
147
240

R + G + B ~ 63%. #6193F0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 97 + 147 + 240 = 484 (100%)
R 97 of 484 ~ 20.04%
G 147 of 484 ~ 30.37%
B 240 of 484 ~ 49.59'%

%20.04
%30.37
%49.59

CMYK color model

#6193F0 color CMYK value is (60,39,0,6).

  • cyan value is 59.58%
  • magenta value is 38.75%
  • yellow value is 0.00%
  • key color value is 5.88%

CMYK: (60,39,0,6)
C60M39Y0K6 (60%, 39%, 0%, 6%)
(0.60 / 0.39 / 0.00 / 0.06)

CMYK percentages

%59.58
%38.75
%0
%5.88

Codes

Color #6193F0 in popluar color models

61 93 F0
RGB 97 147 240
HSL 219° 82.66% 66.08%
HSB/HSV 219° 59.58% 94.12%
CMYK 59.58% 38.75% 0.00%
5.88%

Color #6193F0 in popluar number systems.

HEX 61 93 F0
Decimal 97 147 240
Binary 1100001 10010011 11110000
Octal 141 223 360

Shades and tints

Shades of #6193F0

#6193F0
(97,147,240)
#5986DB
(89,134,219)
#5179C6
(81,121,198)
#496CB1
(73,108,177)
#415F9C
(65,95,156)
#395287
(57,82,135)
#314572
(49,69,114)
#29385D
(41,56,93)
#212B48
(33,43,72)
#191E33
(25,30,51)
#11111E
(17,17,30)
#000000
(0,0,0)

Tints of #6193F0

#6193F0
(97,147,240)
#6F9CF1
(111,156,241)
#7DA5F2
(125,165,242)
#8BAEF3
(139,174,243)
#99B7F4
(153,183,244)
#A7C0F5
(167,192,245)
#B5C9F6
(181,201,246)
#C3D2F7
(195,210,247)
#D1DBF8
(209,219,248)
#DFE4F9
(223,228,249)
#EDEDFA
(237,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6193F0; }

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

This text font color is #6193F0.

Background Color

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

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

This div background color is #6193F0.

Border color

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

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

This div border color is #6193F0.

Opacity

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

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

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

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

This text has shadow with #6193F0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6193F0.

Preview

Color preview on black background

This text has color #6193F0 on black background.


Color preview on white background

This text has color #6193F0 on white background.


Black color preview on #6193F0 background

This text has black color on #6193F0 background.


White color preview on #6193F0 background

This text has white color on #6193F0 background.


Related colors

Complementary color

Complementary color for #hex is #9E6C0F.


I love getcolorcode.com

Triadic colors

1 #F06193 and #93F061 with #6193F0 are triadic colors.

2 #F09361 and #9361F0 with #6193F0 are triadic colors.