COLOR #6795D3

HEX: #6795D3
RGB: (103,149,211)

Color info

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

RGB color model

#6795D3 color RGB value is (103,149,211).

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

RGB channels and saturation

R 103 of 255 = 40%
G 149 of 255 = 58%
B 211 of 255 = 83%

103
149
211

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

Portions of RGB colors in percentages

R + G + B =
103 + 149 + 211 = 463 (100%)
R 103 of 463 ~ 22.25%
G 149 of 463 ~ 32.18%
B 211 of 463 ~ 45.57%

%22.25
%32.18
%45.57

CMYK color model

#6795D3 color CMYK value is (51,29,0,17).

  • cyan value is 51.18%
  • magenta value is 29.38%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(51,29,0,17)
C51M29Y0K17 
(51%,29%,0%,17%)
(0.51/0.29/0.00/0.17)	

CMYK percentages

%51.18
%29.38
%0
%17.25

Codes

Color #6795D3 in popluar color models

6795D3
RGB103149211
HSL214°55.10%61.57%
HSB/HSV214°51.18%82.75%
CMYK51.18%29.38%0.00%
17.25%

Color #6795D3 in popluar number systems.

HEX6795D3
Decimal103149211
Binary11001111001010111010011
Octal147225323

Shades and tints

Shades of #6795D3

#6795D3
(103,149,211)
#5E88C0
(94,136,192)
#557BAD
(85,123,173)
#4C6E9A
(76,110,154)
#436187
(67,97,135)
#3A5474
(58,84,116)
#314761
(49,71,97)
#283A4E
(40,58,78)
#1F2D3B
(31,45,59)
#162028
(22,32,40)
#0D1315
(13,19,21)
#000000
(0,0,0)

Tints of #6795D3

#6795D3
(103,149,211)
#749ED7
(116,158,215)
#81A7DB
(129,167,219)
#8EB0DF
(142,176,223)
#9BB9E3
(155,185,227)
#A8C2E7
(168,194,231)
#B5CBEB
(181,203,235)
#C2D4EF
(194,212,239)
#CFDDF3
(207,221,243)
#DCE6F7
(220,230,247)
#E9EFFB
(233,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6795D3; }

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

This text font color is #6795D3.


Background Color

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

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

This div background color is #6795D3.


Border color

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

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

This div border color is #6795D3.


Opacity

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

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

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

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

This text has shadow with #6795D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6795D3 on black background.


Color preview on white background

This text has color #6795D3 on white background.



Black color preview on #6795D3 background

This text has black color on #6795D3 background.


White color preview on #6795D3 background

This text has white color on #6795D3 background.