COLOR #6795BF

HEX: #6795BF
RGB: (103,149,191)

Color info

#6795BF contains mainly green and blue colors. Web safe color of #6795BF is #6699CC (or #69C).

RGB color model

#6795BF color RGB value is (103,149,191).

  • red value is 103;
  • green value is 149;
  • blue value is 191.
RGB:
(103,149,191)
(40%,58%,75%)

RGB channels and saturation

R 103 of 255 = 40%
G 149 of 255 = 58%
B 191 of 255 = 75%

103
149
191

R + G + B ~ 58%. #6795BF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
103 + 149 + 191 = 443 (100%)
R 103 of 443 ~ 23.25%
G 149 of 443 ~ 33.63%
B 191 of 443 ~ 43.12%

%23.25
%33.63
%43.12

CMYK color model

#6795BF color CMYK value is (46,22,0,25).

  • cyan value is 46.07%
  • magenta value is 21.99%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(46,22,0,25)
C46M22Y0K25 
(46%,22%,0%,25%)
(0.46/0.22/0.00/0.25)	

CMYK percentages

%46.07
%21.99
%0
%25.1

Codes

Color #6795BF in popluar color models

6795BF
RGB103149191
HSL209°40.74%57.65%
HSB/HSV209°46.07%74.90%
CMYK46.07%21.99%0.00%
25.10%

Color #6795BF in popluar number systems.

HEX6795BF
Decimal103149191
Binary11001111001010110111111
Octal147225277

Shades and tints

Shades of #6795BF

#6795BF
(103,149,191)
#5E88AE
(94,136,174)
#557B9D
(85,123,157)
#4C6E8C
(76,110,140)
#43617B
(67,97,123)
#3A546A
(58,84,106)
#314759
(49,71,89)
#283A48
(40,58,72)
#1F2D37
(31,45,55)
#162026
(22,32,38)
#0D1315
(13,19,21)
#000000
(0,0,0)

Tints of #6795BF

#6795BF
(103,149,191)
#749EC4
(116,158,196)
#81A7C9
(129,167,201)
#8EB0CE
(142,176,206)
#9BB9D3
(155,185,211)
#A8C2D8
(168,194,216)
#B5CBDD
(181,203,221)
#C2D4E2
(194,212,226)
#CFDDE7
(207,221,231)
#DCE6EC
(220,230,236)
#E9EFF1
(233,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6795BF color. Also use rgb(103,149,191) instead hex code.

Text Font Color

.myTextColor { color: #6795BF; }

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

This text font color is #6795BF.


Background Color

.myBgColor { background-color: #6795BF; }

<div style="background-color:#6795BF">Inner text</div>

This div background color is #6795BF.


Border color

.myBorderColor { border: 1px solid #6795BF; }

<div style="border:3px solid #6795BF">Div</div>

This div border color is #6795BF.


Opacity

.myOpacity80 { color: #6795BF; opacity: 0.8; }

<p style="color:#6795BF;opacity:0.8;">80%</p>

Text with #6795BF 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 #6795BF;}

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

This text has shadow with #6795BF color.

.textShadow {text-shadow: 3px 3px 1px #6795BF, 3px 3px 1px red;}

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

This text has shadow with #6795BF primary color and red secondary color.


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

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

This text has shadow with #6795BF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6795BF on black background.


Color preview on white background

This text has color #6795BF on white background.



Black color preview on #6795BF background

This text has black color on #6795BF background.


White color preview on #6795BF background

This text has white color on #6795BF background.