COLOR #6290D4

HEX: #6290D4
RGB: (98,144,212)

Color info

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

RGB color model

#6290D4 color RGB value is (98,144,212).

  • red value is 98;
  • green value is 144;
  • blue value is 212.
RGB:
(98,144,212)
(38%,56%,83%)

RGB channels and saturation

R 98 of 255 = 38%
G 144 of 255 = 56%
B 212 of 255 = 83%

98
144
212

R + G + B ~ 59%. #6290D4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
98 + 144 + 212 = 454 (100%)
R 98 of 454 ~ 21.59%
G 144 of 454 ~ 31.72%
B 212 of 454 ~ 46.7%

%21.59
%31.72
%46.7

CMYK color model

#6290D4 color CMYK value is (54,32,0,17).

  • cyan value is 53.77%
  • magenta value is 32.08%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(54,32,0,17)
C54M32Y0K17 
(54%,32%,0%,17%)
(0.54/0.32/0.00/0.17)	

CMYK percentages

%53.77
%32.08
%0
%16.86

Codes

Color #6290D4 in popluar color models

6290D4
RGB98144212
HSL216°57.00%60.78%
HSB/HSV216°53.77%83.14%
CMYK53.77%32.08%0.00%
16.86%

Color #6290D4 in popluar number systems.

HEX6290D4
Decimal98144212
Binary11000101001000011010100
Octal142220324

Shades and tints

Shades of #6290D4

#6290D4
(98,144,212)
#5A83C1
(90,131,193)
#5276AE
(82,118,174)
#4A699B
(74,105,155)
#425C88
(66,92,136)
#3A4F75
(58,79,117)
#324262
(50,66,98)
#2A354F
(42,53,79)
#22283C
(34,40,60)
#1A1B29
(26,27,41)
#120E16
(18,14,22)
#000000
(0,0,0)

Tints of #6290D4

#6290D4
(98,144,212)
#709AD7
(112,154,215)
#7EA4DA
(126,164,218)
#8CAEDD
(140,174,221)
#9AB8E0
(154,184,224)
#A8C2E3
(168,194,227)
#B6CCE6
(182,204,230)
#C4D6E9
(196,214,233)
#D2E0EC
(210,224,236)
#E0EAEF
(224,234,239)
#EEF4F2
(238,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6290D4 color. Also use rgb(98,144,212) instead hex code.

Text Font Color

.myTextColor { color: #6290D4; }

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

This text font color is #6290D4.


Background Color

.myBgColor { background-color: #6290D4; }

<div style="background-color:#6290D4">Inner text</div>

This div background color is #6290D4.


Border color

.myBorderColor { border: 1px solid #6290D4; }

<div style="border:3px solid #6290D4">Div</div>

This div border color is #6290D4.


Opacity

.myOpacity80 { color: #6290D4; opacity: 0.8; }

<p style="color:#6290D4;opacity:0.8;">80%</p>

Text with #6290D4 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 #6290D4;}

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

This text has shadow with #6290D4 color.

.textShadow {text-shadow: 3px 3px 1px #6290D4, 3px 3px 1px red;}

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

This text has shadow with #6290D4 primary color and red secondary color.


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

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

This text has shadow with #6290D4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6290D4 on black background.


Color preview on white background

This text has color #6290D4 on white background.



Black color preview on #6290D4 background

This text has black color on #6290D4 background.


White color preview on #6290D4 background

This text has white color on #6290D4 background.