COLOR #6795CB

HEX: #6795CB
RGB: (103,149,203)

Color info

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

RGB color model

#6795CB color RGB value is (103,149,203).

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

RGB channels and saturation

R 103 of 255 = 40%
G 149 of 255 = 58%
B 203 of 255 = 80%

103
149
203

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

Portions of RGB colors in percentages

R + G + B =
103 + 149 + 203 = 455 (100%)
R 103 of 455 ~ 22.64%
G 149 of 455 ~ 32.75%
B 203 of 455 ~ 44.62%

%22.64
%32.75
%44.62

CMYK color model

#6795CB color CMYK value is (49,27,0,20).

  • cyan value is 49.26%
  • magenta value is 26.60%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(49,27,0,20)
C49M27Y0K20 
(49%,27%,0%,20%)
(0.49/0.27/0.00/0.20)	

CMYK percentages

%49.26
%26.6
%0
%20.39

Codes

Color #6795CB in popluar color models

6795CB
RGB103149203
HSL212°49.02%60.00%
HSB/HSV212°49.26%79.61%
CMYK49.26%26.60%0.00%
20.39%

Color #6795CB in popluar number systems.

HEX6795CB
Decimal103149203
Binary11001111001010111001011
Octal147225313

Shades and tints

Shades of #6795CB

#6795CB
(103,149,203)
#5E88B9
(94,136,185)
#557BA7
(85,123,167)
#4C6E95
(76,110,149)
#436183
(67,97,131)
#3A5471
(58,84,113)
#31475F
(49,71,95)
#283A4D
(40,58,77)
#1F2D3B
(31,45,59)
#162029
(22,32,41)
#0D1317
(13,19,23)
#000000
(0,0,0)

Tints of #6795CB

#6795CB
(103,149,203)
#749ECF
(116,158,207)
#81A7D3
(129,167,211)
#8EB0D7
(142,176,215)
#9BB9DB
(155,185,219)
#A8C2DF
(168,194,223)
#B5CBE3
(181,203,227)
#C2D4E7
(194,212,231)
#CFDDEB
(207,221,235)
#DCE6EF
(220,230,239)
#E9EFF3
(233,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6795CB; }

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

This text font color is #6795CB.


Background Color

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

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

This div background color is #6795CB.


Border color

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

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

This div border color is #6795CB.


Opacity

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

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

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

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

This text has shadow with #6795CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6795CB on black background.


Color preview on white background

This text has color #6795CB on white background.



Black color preview on #6795CB background

This text has black color on #6795CB background.


White color preview on #6795CB background

This text has white color on #6795CB background.