COLOR #6291AC

HEX: #6291AC
RGB: (98,145,172)

Color info

#6291AC contains mainly green and blue colors. Web safe color of #6291AC is #669999 (or #699).

RGB color model

#6291AC color RGB value is (98,145,172).

  • red value is 98;
  • green value is 145;
  • blue value is 172.
RGB:
(98,145,172)
(38%,57%,67%)

RGB channels and saturation

R 98 of 255 = 38%
G 145 of 255 = 57%
B 172 of 255 = 67%

98
145
172

R + G + B ~ 54%. #6291AC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
98 + 145 + 172 = 415 (100%)
R 98 of 415 ~ 23.61%
G 145 of 415 ~ 34.94%
B 172 of 415 ~ 41.45%

%23.61
%34.94
%41.45

CMYK color model

#6291AC color CMYK value is (43,16,0,33).

  • cyan value is 43.02%
  • magenta value is 15.70%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(43,16,0,33)
C43M16Y0K33 
(43%,16%,0%,33%)
(0.43/0.16/0.00/0.33)	

CMYK percentages

%43.02
%15.7
%0
%32.55

Codes

Color #6291AC in popluar color models

6291AC
RGB98145172
HSL202°30.83%52.94%
HSB/HSV202°43.02%67.45%
CMYK43.02%15.70%0.00%
32.55%

Color #6291AC in popluar number systems.

HEX6291AC
Decimal98145172
Binary11000101001000110101100
Octal142221254

Shades and tints

Shades of #6291AC

#6291AC
(98,145,172)
#5A849D
(90,132,157)
#52778E
(82,119,142)
#4A6A7F
(74,106,127)
#425D70
(66,93,112)
#3A5061
(58,80,97)
#324352
(50,67,82)
#2A3643
(42,54,67)
#222934
(34,41,52)
#1A1C25
(26,28,37)
#120F16
(18,15,22)
#000000
(0,0,0)

Tints of #6291AC

#6291AC
(98,145,172)
#709BB3
(112,155,179)
#7EA5BA
(126,165,186)
#8CAFC1
(140,175,193)
#9AB9C8
(154,185,200)
#A8C3CF
(168,195,207)
#B6CDD6
(182,205,214)
#C4D7DD
(196,215,221)
#D2E1E4
(210,225,228)
#E0EBEB
(224,235,235)
#EEF5F2
(238,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6291AC color. Also use rgb(98,145,172) instead hex code.

Text Font Color

.myTextColor { color: #6291AC; }

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

This text font color is #6291AC.


Background Color

.myBgColor { background-color: #6291AC; }

<div style="background-color:#6291AC">Inner text</div>

This div background color is #6291AC.


Border color

.myBorderColor { border: 1px solid #6291AC; }

<div style="border:3px solid #6291AC">Div</div>

This div border color is #6291AC.


Opacity

.myOpacity80 { color: #6291AC; opacity: 0.8; }

<p style="color:#6291AC;opacity:0.8;">80%</p>

Text with #6291AC 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 #6291AC;}

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

This text has shadow with #6291AC color.

.textShadow {text-shadow: 3px 3px 1px #6291AC, 3px 3px 1px red;}

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

This text has shadow with #6291AC primary color and red secondary color.


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

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

This text has shadow with #6291AC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6291AC on black background.


Color preview on white background

This text has color #6291AC on white background.



Black color preview on #6291AC background

This text has black color on #6291AC background.


White color preview on #6291AC background

This text has white color on #6291AC background.