COLOR #6192F9

HEX: #6192F9
RGB: (97,146,249)

Color info

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

RGB color model

#6192F9 color RGB value is (97,146,249).

  • red value is 97;
  • green value is 146;
  • blue value is 249.
RGB:
(97,146,249)
(38%,57%,98%)

RGB channels and saturation

R 97 of 255 = 38%
G 146 of 255 = 57%
B 249 of 255 = 98%

97
146
249

R + G + B ~ 64%. #6192F9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
97 + 146 + 249 = 492 (100%)
R 97 of 492 ~ 19.72%
G 146 of 492 ~ 29.67%
B 249 of 492 ~ 50.61%

%19.72
%29.67
%50.61

CMYK color model

#6192F9 color CMYK value is (61,41,0,2).

  • cyan value is 61.04%
  • magenta value is 41.37%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(61,41,0,2)
C61M41Y0K2 
(61%,41%,0%,2%)
(0.61/0.41/0.00/0.02)	

CMYK percentages

%61.04
%41.37
%0
%2.35

Codes

Color #6192F9 in popluar color models

6192F9
RGB97146249
HSL221°92.68%67.84%
HSB/HSV221°61.04%97.65%
CMYK61.04%41.37%0.00%
2.35%

Color #6192F9 in popluar number systems.

HEX6192F9
Decimal97146249
Binary11000011001001011111001
Octal141222371

Shades and tints

Shades of #6192F9

#6192F9
(97,146,249)
#5985E3
(89,133,227)
#5178CD
(81,120,205)
#496BB7
(73,107,183)
#415EA1
(65,94,161)
#39518B
(57,81,139)
#314475
(49,68,117)
#29375F
(41,55,95)
#212A49
(33,42,73)
#191D33
(25,29,51)
#11101D
(17,16,29)
#000000
(0,0,0)

Tints of #6192F9

#6192F9
(97,146,249)
#6F9BF9
(111,155,249)
#7DA4F9
(125,164,249)
#8BADF9
(139,173,249)
#99B6F9
(153,182,249)
#A7BFF9
(167,191,249)
#B5C8F9
(181,200,249)
#C3D1F9
(195,209,249)
#D1DAF9
(209,218,249)
#DFE3F9
(223,227,249)
#EDECF9
(237,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6192F9 color. Also use rgb(97,146,249) instead hex code.

Text Font Color

.myTextColor { color: #6192F9; }

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

This text font color is #6192F9.


Background Color

.myBgColor { background-color: #6192F9; }

<div style="background-color:#6192F9">Inner text</div>

This div background color is #6192F9.


Border color

.myBorderColor { border: 1px solid #6192F9; }

<div style="border:3px solid #6192F9">Div</div>

This div border color is #6192F9.


Opacity

.myOpacity80 { color: #6192F9; opacity: 0.8; }

<p style="color:#6192F9;opacity:0.8;">80%</p>

Text with #6192F9 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 #6192F9;}

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

This text has shadow with #6192F9 color.

.textShadow {text-shadow: 3px 3px 1px #6192F9, 3px 3px 1px red;}

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

This text has shadow with #6192F9 primary color and red secondary color.


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

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

This text has shadow with #6192F9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6192F9 on black background.


Color preview on white background

This text has color #6192F9 on white background.



Black color preview on #6192F9 background

This text has black color on #6192F9 background.


White color preview on #6192F9 background

This text has white color on #6192F9 background.