COLOR #6795BE

HEX: #6795BE RGB: (103,149,190)

Color info

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

RGB color model

#6795BE color RGB value is (103,149,190).

RGB: (103,149,190) (40%, 58%, 75%)

RGB channels and saturation

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

103
149
190

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

Portions of RGB colors in percentages

R + G + B = 103 + 149 + 190 = 442 (100%)
R 103 of 442 ~ 23.3%
G 149 of 442 ~ 33.71%
B 190 of 442 ~ 42.99'%

%23.3
%33.71
%42.99

CMYK color model

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

  • cyan value is 45.79%
  • magenta value is 21.58%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (46,22,0,25)
C46M22Y0K25 (46%, 22%, 0%, 25%)
(0.46 / 0.22 / 0.00 / 0.25)

CMYK percentages

%45.79
%21.58
%0
%25.49

Codes

Color #6795BE in popluar color models

67 95 BE
RGB 103 149 190
HSL 208° 40.09% 57.45%
HSB/HSV 208° 45.79% 74.51%
CMYK 45.79% 21.58% 0.00%
25.49%

Color #6795BE in popluar number systems.

HEX 67 95 BE
Decimal 103 149 190
Binary 1100111 10010101 10111110
Octal 147 225 276

Shades and tints

Shades of #6795BE

#6795BE
(103,149,190)
#5E88AD
(94,136,173)
#557B9C
(85,123,156)
#4C6E8B
(76,110,139)
#43617A
(67,97,122)
#3A5469
(58,84,105)
#314758
(49,71,88)
#283A47
(40,58,71)
#1F2D36
(31,45,54)
#162025
(22,32,37)
#0D1314
(13,19,20)
#000000
(0,0,0)

Tints of #6795BE

#6795BE
(103,149,190)
#749EC3
(116,158,195)
#81A7C8
(129,167,200)
#8EB0CD
(142,176,205)
#9BB9D2
(155,185,210)
#A8C2D7
(168,194,215)
#B5CBDC
(181,203,220)
#C2D4E1
(194,212,225)
#CFDDE6
(207,221,230)
#DCE6EB
(220,230,235)
#E9EFF0
(233,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6795BE; }

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

This text font color is #6795BE.

Background Color

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

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

This div background color is #6795BE.

Border color

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

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

This div border color is #6795BE.

Opacity

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

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

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

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

This text has shadow with #6795BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6795BE.

Preview

Color preview on black background

This text has color #6795BE on black background.


Color preview on white background

This text has color #6795BE on white background.


Black color preview on #6795BE background

This text has black color on #6795BE background.


White color preview on #6795BE background

This text has white color on #6795BE background.


Related colors

Complementary color

Complementary color for #hex is #986A41.


I love getcolorcode.com

Triadic colors

1 #BE6795 and #95BE67 with #6795BE are triadic colors.

2 #BE9567 and #9567BE with #6795BE are triadic colors.