COLOR #6195E8

HEX: #6195E8
RGB: (97,149,232)

Color info

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

RGB color model

#6195E8 color RGB value is (97,149,232).

  • red value is 97;
  • green value is 149;
  • blue value is 232.
RGB:
(97,149,232)
(38%,58%,91%)

RGB channels and saturation

R 97 of 255 = 38%
G 149 of 255 = 58%
B 232 of 255 = 91%

97
149
232

R + G + B ~ 62%. #6195E8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
97 + 149 + 232 = 478 (100%)
R 97 of 478 ~ 20.29%
G 149 of 478 ~ 31.17%
B 232 of 478 ~ 48.54%

%20.29
%31.17
%48.54

CMYK color model

#6195E8 color CMYK value is (58,36,0,9).

  • cyan value is 58.19%
  • magenta value is 35.78%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(58,36,0,9)
C58M36Y0K9 
(58%,36%,0%,9%)
(0.58/0.36/0.00/0.09)	

CMYK percentages

%58.19
%35.78
%0
%9.02

Codes

Color #6195E8 in popluar color models

6195E8
RGB97149232
HSL217°74.59%64.51%
HSB/HSV217°58.19%90.98%
CMYK58.19%35.78%0.00%
9.02%

Color #6195E8 in popluar number systems.

HEX6195E8
Decimal97149232
Binary11000011001010111101000
Octal141225350

Shades and tints

Shades of #6195E8

#6195E8
(97,149,232)
#5988D3
(89,136,211)
#517BBE
(81,123,190)
#496EA9
(73,110,169)
#416194
(65,97,148)
#39547F
(57,84,127)
#31476A
(49,71,106)
#293A55
(41,58,85)
#212D40
(33,45,64)
#19202B
(25,32,43)
#111316
(17,19,22)
#000000
(0,0,0)

Tints of #6195E8

#6195E8
(97,149,232)
#6F9EEA
(111,158,234)
#7DA7EC
(125,167,236)
#8BB0EE
(139,176,238)
#99B9F0
(153,185,240)
#A7C2F2
(167,194,242)
#B5CBF4
(181,203,244)
#C3D4F6
(195,212,246)
#D1DDF8
(209,221,248)
#DFE6FA
(223,230,250)
#EDEFFC
(237,239,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6195E8 color. Also use rgb(97,149,232) instead hex code.

Text Font Color

.myTextColor { color: #6195E8; }

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

This text font color is #6195E8.


Background Color

.myBgColor { background-color: #6195E8; }

<div style="background-color:#6195E8">Inner text</div>

This div background color is #6195E8.


Border color

.myBorderColor { border: 1px solid #6195E8; }

<div style="border:3px solid #6195E8">Div</div>

This div border color is #6195E8.


Opacity

.myOpacity80 { color: #6195E8; opacity: 0.8; }

<p style="color:#6195E8;opacity:0.8;">80%</p>

Text with #6195E8 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 #6195E8;}

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

This text has shadow with #6195E8 color.

.textShadow {text-shadow: 3px 3px 1px #6195E8, 3px 3px 1px red;}

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

This text has shadow with #6195E8 primary color and red secondary color.


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

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

This text has shadow with #6195E8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6195E8 on black background.


Color preview on white background

This text has color #6195E8 on white background.



Black color preview on #6195E8 background

This text has black color on #6195E8 background.


White color preview on #6195E8 background

This text has white color on #6195E8 background.