COLOR #6286AB

HEX: #6286AB RGB: (98,134,171)

Color info

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

RGB color model

#6286AB color RGB value is (98,134,171).

RGB: (98,134,171) (38%, 53%, 67%)

RGB channels and saturation

R 98 of 255 = 38%
G 134 of 255 = 53%
B 171 of 255 = 67%

98
134
171

R + G + B ~ 53%. #6286AB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 98 + 134 + 171 = 403 (100%)
R 98 of 403 ~ 24.32%
G 134 of 403 ~ 33.25%
B 171 of 403 ~ 42.43'%

%24.32
%33.25
%42.43

CMYK color model

#6286AB color CMYK value is (43,22,0,33).

  • cyan value is 42.69%
  • magenta value is 21.64%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (43,22,0,33)
C43M22Y0K33 (43%, 22%, 0%, 33%)
(0.43 / 0.22 / 0.00 / 0.33)

CMYK percentages

%42.69
%21.64
%0
%32.94

Codes

Color #6286AB in popluar color models

62 86 AB
RGB 98 134 171
HSL 210° 30.29% 52.75%
HSB/HSV 210° 42.69% 67.06%
CMYK 42.69% 21.64% 0.00%
32.94%

Color #6286AB in popluar number systems.

HEX 62 86 AB
Decimal 98 134 171
Binary 1100010 10000110 10101011
Octal 142 206 253

Shades and tints

Shades of #6286AB

#6286AB
(98,134,171)
#5A7A9C
(90,122,156)
#526E8D
(82,110,141)
#4A627E
(74,98,126)
#42566F
(66,86,111)
#3A4A60
(58,74,96)
#323E51
(50,62,81)
#2A3242
(42,50,66)
#222633
(34,38,51)
#1A1A24
(26,26,36)
#120E15
(18,14,21)
#000000
(0,0,0)

Tints of #6286AB

#6286AB
(98,134,171)
#7091B2
(112,145,178)
#7E9CB9
(126,156,185)
#8CA7C0
(140,167,192)
#9AB2C7
(154,178,199)
#A8BDCE
(168,189,206)
#B6C8D5
(182,200,213)
#C4D3DC
(196,211,220)
#D2DEE3
(210,222,227)
#E0E9EA
(224,233,234)
#EEF4F1
(238,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6286AB color. Also use rgb(98,134,171) instead hex code.

Text Font Color

.myTextColor { color: #6286AB; }

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

This text font color is #6286AB.

Background Color

.myBgColor { background-color: #6286AB; }

<div style="background-color:#6286AB">Inner text</div>

This div background color is #6286AB.

Border color

.myBorderColor { border: 1px solid #6286AB; }

<div style="border:3px solid #6286AB">Div</div>

This div border color is #6286AB.

Opacity

.myOpacity80 { color: #6286AB; opacity: 0.8; }

<p style="color:#6286AB;opacity:0.8;">80%</p>

Text with #6286AB 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 #6286AB;}

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

This text has shadow with #6286AB color.


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

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

This text has shadow with #6286AB primary color and red secondary color.


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

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

This text has shadow with #6286AB and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6286AB.

Preview

Color preview on black background

This text has color #6286AB on black background.


Color preview on white background

This text has color #6286AB on white background.


Black color preview on #6286AB background

This text has black color on #6286AB background.


White color preview on #6286AB background

This text has white color on #6286AB background.


Related colors

Complementary color

Complementary color for #hex is #9D7954.


I love getcolorcode.com

Triadic colors

1 #AB6286 and #86AB62 with #6286AB are triadic colors.

2 #AB8662 and #8662AB with #6286AB are triadic colors.