COLOR #6790C1

HEX: #6790C1
RGB: (103,144,193)

Color info

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

RGB color model

#6790C1 color RGB value is (103,144,193).

  • red value is 103;
  • green value is 144;
  • blue value is 193.
RGB:
(103,144,193)
(40%,56%,76%)

RGB channels and saturation

R 103 of 255 = 40%
G 144 of 255 = 56%
B 193 of 255 = 76%

103
144
193

R + G + B ~ 57%. #6790C1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
103 + 144 + 193 = 440 (100%)
R 103 of 440 ~ 23.41%
G 144 of 440 ~ 32.73%
B 193 of 440 ~ 43.86%

%23.41
%32.73
%43.86

CMYK color model

#6790C1 color CMYK value is (47,25,0,24).

  • cyan value is 46.63%
  • magenta value is 25.39%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(47,25,0,24)
C47M25Y0K24 
(47%,25%,0%,24%)
(0.47/0.25/0.00/0.24)	

CMYK percentages

%46.63
%25.39
%0
%24.31

Codes

Color #6790C1 in popluar color models

6790C1
RGB103144193
HSL213°42.06%58.04%
HSB/HSV213°46.63%75.69%
CMYK46.63%25.39%0.00%
24.31%

Color #6790C1 in popluar number systems.

HEX6790C1
Decimal103144193
Binary11001111001000011000001
Octal147220301

Shades and tints

Shades of #6790C1

#6790C1
(103,144,193)
#5E83B0
(94,131,176)
#55769F
(85,118,159)
#4C698E
(76,105,142)
#435C7D
(67,92,125)
#3A4F6C
(58,79,108)
#31425B
(49,66,91)
#28354A
(40,53,74)
#1F2839
(31,40,57)
#161B28
(22,27,40)
#0D0E17
(13,14,23)
#000000
(0,0,0)

Tints of #6790C1

#6790C1
(103,144,193)
#749AC6
(116,154,198)
#81A4CB
(129,164,203)
#8EAED0
(142,174,208)
#9BB8D5
(155,184,213)
#A8C2DA
(168,194,218)
#B5CCDF
(181,204,223)
#C2D6E4
(194,214,228)
#CFE0E9
(207,224,233)
#DCEAEE
(220,234,238)
#E9F4F3
(233,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6790C1 color. Also use rgb(103,144,193) instead hex code.

Text Font Color

.myTextColor { color: #6790C1; }

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

This text font color is #6790C1.


Background Color

.myBgColor { background-color: #6790C1; }

<div style="background-color:#6790C1">Inner text</div>

This div background color is #6790C1.


Border color

.myBorderColor { border: 1px solid #6790C1; }

<div style="border:3px solid #6790C1">Div</div>

This div border color is #6790C1.


Opacity

.myOpacity80 { color: #6790C1; opacity: 0.8; }

<p style="color:#6790C1;opacity:0.8;">80%</p>

Text with #6790C1 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 #6790C1;}

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

This text has shadow with #6790C1 color.

.textShadow {text-shadow: 3px 3px 1px #6790C1, 3px 3px 1px red;}

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

This text has shadow with #6790C1 primary color and red secondary color.


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

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

This text has shadow with #6790C1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6790C1 on black background.


Color preview on white background

This text has color #6790C1 on white background.



Black color preview on #6790C1 background

This text has black color on #6790C1 background.


White color preview on #6790C1 background

This text has white color on #6790C1 background.