COLOR #6192EC

HEX: #6192EC RGB: (97,146,236)

Color info

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

RGB color model

#6192EC color RGB value is (97,146,236).

RGB: (97,146,236) (38%, 57%, 93%)

RGB channels and saturation

R 97 of 255 = 38%
G 146 of 255 = 57%
B 236 of 255 = 93%

97
146
236

R + G + B ~ 63%. #6192EC is quite light color.

Portions of RGB colors in percentages

R + G + B = 97 + 146 + 236 = 479 (100%)
R 97 of 479 ~ 20.25%
G 146 of 479 ~ 30.48%
B 236 of 479 ~ 49.27'%

%20.25
%30.48
%49.27

CMYK color model

#6192EC color CMYK value is (59,38,0,7).

  • cyan value is 58.90%
  • magenta value is 38.14%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK: (59,38,0,7) C59M38Y0K7 (59%,38%,0%,7%) (0.59/0.38/0.00/0.07) 

CMYK percentages

%58.9
%38.14
%0
%7.45

Codes

Color #6192EC in popluar color models

61 92 EC
RGB 97 146 236
HSL 219° 78.53% 65.29%
HSB/HSV 219° 58.90% 92.55%
CMYK 58.90% 38.14% 0.00%
7.45%

Color #6192EC in popluar number systems.

HEX 61 92 EC
Decimal 97 146 236
Binary 1100001 10010010 11101100
Octal 141 222 354

Shades and tints

Shades of #6192EC

#6192EC
(97,146,236)
#5985D7
(89,133,215)
#5178C2
(81,120,194)
#496BAD
(73,107,173)
#415E98
(65,94,152)
#395183
(57,81,131)
#31446E
(49,68,110)
#293759
(41,55,89)
#212A44
(33,42,68)
#191D2F
(25,29,47)
#11101A
(17,16,26)
#000000
(0,0,0)

Tints of #6192EC

#6192EC
(97,146,236)
#6F9BED
(111,155,237)
#7DA4EE
(125,164,238)
#8BADEF
(139,173,239)
#99B6F0
(153,182,240)
#A7BFF1
(167,191,241)
#B5C8F2
(181,200,242)
#C3D1F3
(195,209,243)
#D1DAF4
(209,218,244)
#DFE3F5
(223,227,245)
#EDECF6
(237,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6192EC; }

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

This text font color is #6192EC.

Background Color

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

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

This div background color is #6192EC.

Border color

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

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

This div border color is #6192EC.

Opacity

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

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

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

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

This text has shadow with #6192EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6192EC.

Preview

Color preview on black background

This text has color #6192EC on black background.


Color preview on white background

This text has color #6192EC on white background.


Black color preview on #6192EC background

This text has black color on #6192EC background.


White color preview on #6192EC background

This text has white color on #6192EC background.


Related colors

Complementary color

Complementary color for #hex is #9E6D13.


I love getcolorcode.com

Triadic colors

1 #EC6192 and #92EC61 with #6192EC are triadic colors.

2 #EC9261 and #9261EC with #6192EC are triadic colors.