COLOR #6A98BA

HEX: #6A98BA RGB: (106,152,186)

Color info

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

RGB color model

#6A98BA color RGB value is (106,152,186).

RGB: (106,152,186) (42%, 60%, 73%)

RGB channels and saturation

R 106 of 255 = 42%
G 152 of 255 = 60%
B 186 of 255 = 73%

106
152
186

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

Portions of RGB colors in percentages

R + G + B = 106 + 152 + 186 = 444 (100%)
R 106 of 444 ~ 23.87%
G 152 of 444 ~ 34.23%
B 186 of 444 ~ 41.89'%

%23.87
%34.23
%41.89

CMYK color model

#6A98BA color CMYK value is (43,18,0,27).

  • cyan value is 43.01%
  • magenta value is 18.28%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (43,18,0,27)
C43M18Y0K27 (43%, 18%, 0%, 27%)
(0.43 / 0.18 / 0.00 / 0.27)

CMYK percentages

%43.01
%18.28
%0
%27.06

Codes

Color #6A98BA in popluar color models

6A 98 BA
RGB 106 152 186
HSL 206° 36.70% 57.25%
HSB/HSV 206° 43.01% 72.94%
CMYK 43.01% 18.28% 0.00%
27.06%

Color #6A98BA in popluar number systems.

HEX 6A 98 BA
Decimal 106 152 186
Binary 1101010 10011000 10111010
Octal 152 230 272

Shades and tints

Shades of #6A98BA

#6A98BA
(106,152,186)
#618BAA
(97,139,170)
#587E9A
(88,126,154)
#4F718A
(79,113,138)
#46647A
(70,100,122)
#3D576A
(61,87,106)
#344A5A
(52,74,90)
#2B3D4A
(43,61,74)
#22303A
(34,48,58)
#19232A
(25,35,42)
#10161A
(16,22,26)
#000000
(0,0,0)

Tints of #6A98BA

#6A98BA
(106,152,186)
#77A1C0
(119,161,192)
#84AAC6
(132,170,198)
#91B3CC
(145,179,204)
#9EBCD2
(158,188,210)
#ABC5D8
(171,197,216)
#B8CEDE
(184,206,222)
#C5D7E4
(197,215,228)
#D2E0EA
(210,224,234)
#DFE9F0
(223,233,240)
#ECF2F6
(236,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A98BA color. Also use rgb(106,152,186) instead hex code.

Text Font Color

.myTextColor { color: #6A98BA; }

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

This text font color is #6A98BA.

Background Color

.myBgColor { background-color: #6A98BA; }

<div style="background-color:#6A98BA">Inner text</div>

This div background color is #6A98BA.

Border color

.myBorderColor { border: 1px solid #6A98BA; }

<div style="border:3px solid #6A98BA">Div</div>

This div border color is #6A98BA.

Opacity

.myOpacity80 { color: #6A98BA; opacity: 0.8; }

<p style="color:#6A98BA;opacity:0.8;">80%</p>

Text with #6A98BA 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 #6A98BA;}

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

This text has shadow with #6A98BA color.


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

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

This text has shadow with #6A98BA primary color and red secondary color.


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

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

This text has shadow with #6A98BA and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6A98BA.

Preview

Color preview on black background

This text has color #6A98BA on black background.


Color preview on white background

This text has color #6A98BA on white background.


Black color preview on #6A98BA background

This text has black color on #6A98BA background.


White color preview on #6A98BA background

This text has white color on #6A98BA background.


Related colors

Complementary color

Complementary color for #hex is #956745.


I love getcolorcode.com

Triadic colors

1 #BA6A98 and #98BA6A with #6A98BA are triadic colors.

2 #BA986A and #986ABA with #6A98BA are triadic colors.