COLOR #6289C5

HEX: #6289C5
RGB: (98,137,197)

Color info

#6289C5 contains mainly blue color. Web safe color of #6289C5 is #6699CC (or #69C).

RGB color model

#6289C5 color RGB value is (98,137,197).

  • red value is 98;
  • green value is 137;
  • blue value is 197.
RGB:
(98,137,197)
(38%,54%,77%)

RGB channels and saturation

R 98 of 255 = 38%
G 137 of 255 = 54%
B 197 of 255 = 77%

98
137
197

R + G + B ~ 56%. #6289C5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
98 + 137 + 197 = 432 (100%)
R 98 of 432 ~ 22.69%
G 137 of 432 ~ 31.71%
B 197 of 432 ~ 45.6%

%22.69
%31.71
%45.6

CMYK color model

#6289C5 color CMYK value is (50,30,0,23).

  • cyan value is 50.25%
  • magenta value is 30.46%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(50,30,0,23)
C50M30Y0K23 
(50%,30%,0%,23%)
(0.50/0.30/0.00/0.23)	

CMYK percentages

%50.25
%30.46
%0
%22.75

Codes

Color #6289C5 in popluar color models

6289C5
RGB98137197
HSL216°46.05%57.84%
HSB/HSV216°50.25%77.25%
CMYK50.25%30.46%0.00%
22.75%

Color #6289C5 in popluar number systems.

HEX6289C5
Decimal98137197
Binary11000101000100111000101
Octal142211305

Shades and tints

Shades of #6289C5

#6289C5
(98,137,197)
#5A7DB4
(90,125,180)
#5271A3
(82,113,163)
#4A6592
(74,101,146)
#425981
(66,89,129)
#3A4D70
(58,77,112)
#32415F
(50,65,95)
#2A354E
(42,53,78)
#22293D
(34,41,61)
#1A1D2C
(26,29,44)
#12111B
(18,17,27)
#000000
(0,0,0)

Tints of #6289C5

#6289C5
(98,137,197)
#7093CA
(112,147,202)
#7E9DCF
(126,157,207)
#8CA7D4
(140,167,212)
#9AB1D9
(154,177,217)
#A8BBDE
(168,187,222)
#B6C5E3
(182,197,227)
#C4CFE8
(196,207,232)
#D2D9ED
(210,217,237)
#E0E3F2
(224,227,242)
#EEEDF7
(238,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6289C5 color. Also use rgb(98,137,197) instead hex code.

Text Font Color

.myTextColor { color: #6289C5; }

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

This text font color is #6289C5.


Background Color

.myBgColor { background-color: #6289C5; }

<div style="background-color:#6289C5">Inner text</div>

This div background color is #6289C5.


Border color

.myBorderColor { border: 1px solid #6289C5; }

<div style="border:3px solid #6289C5">Div</div>

This div border color is #6289C5.


Opacity

.myOpacity80 { color: #6289C5; opacity: 0.8; }

<p style="color:#6289C5;opacity:0.8;">80%</p>

Text with #6289C5 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 #6289C5;}

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

This text has shadow with #6289C5 color.

.textShadow {text-shadow: 3px 3px 1px #6289C5, 3px 3px 1px red;}

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

This text has shadow with #6289C5 primary color and red secondary color.


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

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

This text has shadow with #6289C5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6289C5 on black background.


Color preview on white background

This text has color #6289C5 on white background.



Black color preview on #6289C5 background

This text has black color on #6289C5 background.


White color preview on #6289C5 background

This text has white color on #6289C5 background.