COLOR #6195D1

HEX: #6195D1
RGB: (97,149,209)

Color info

#6195D1 contains mainly blue color. Web safe color of #6195D1 is #6699CC (or #69C).

RGB color model

#6195D1 color RGB value is (97,149,209).

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

RGB channels and saturation

R 97 of 255 = 38%
G 149 of 255 = 58%
B 209 of 255 = 82%

97
149
209

R + G + B ~ 59%. #6195D1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
97 + 149 + 209 = 455 (100%)
R 97 of 455 ~ 21.32%
G 149 of 455 ~ 32.75%
B 209 of 455 ~ 45.93%

%21.32
%32.75
%45.93

CMYK color model

#6195D1 color CMYK value is (54,29,0,18).

  • cyan value is 53.59%
  • magenta value is 28.71%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(54,29,0,18)
C54M29Y0K18 
(54%,29%,0%,18%)
(0.54/0.29/0.00/0.18)	

CMYK percentages

%53.59
%28.71
%0
%18.04

Codes

Color #6195D1 in popluar color models

6195D1
RGB97149209
HSL212°54.90%60.00%
HSB/HSV212°53.59%81.96%
CMYK53.59%28.71%0.00%
18.04%

Color #6195D1 in popluar number systems.

HEX6195D1
Decimal97149209
Binary11000011001010111010001
Octal141225321

Shades and tints

Shades of #6195D1

#6195D1
(97,149,209)
#5988BE
(89,136,190)
#517BAB
(81,123,171)
#496E98
(73,110,152)
#416185
(65,97,133)
#395472
(57,84,114)
#31475F
(49,71,95)
#293A4C
(41,58,76)
#212D39
(33,45,57)
#192026
(25,32,38)
#111313
(17,19,19)
#000000
(0,0,0)

Tints of #6195D1

#6195D1
(97,149,209)
#6F9ED5
(111,158,213)
#7DA7D9
(125,167,217)
#8BB0DD
(139,176,221)
#99B9E1
(153,185,225)
#A7C2E5
(167,194,229)
#B5CBE9
(181,203,233)
#C3D4ED
(195,212,237)
#D1DDF1
(209,221,241)
#DFE6F5
(223,230,245)
#EDEFF9
(237,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6195D1; }

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

This text font color is #6195D1.


Background Color

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

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

This div background color is #6195D1.


Border color

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

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

This div border color is #6195D1.


Opacity

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

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

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

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

This text has shadow with #6195D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6195D1 on black background.


Color preview on white background

This text has color #6195D1 on white background.



Black color preview on #6195D1 background

This text has black color on #6195D1 background.


White color preview on #6195D1 background

This text has white color on #6195D1 background.