COLOR #6250B2

HEX: #6250B2 RGB: (98,80,178)

Color info

#6250B2 contains mainly blue color. Web safe color of #6250B2 is #666699 (or #669).

RGB color model

#6250B2 color RGB value is (98,80,178).

RGB: (98,80,178) (38%, 31%, 70%)

RGB channels and saturation

R 98 of 255 = 38%
G 80 of 255 = 31%
B 178 of 255 = 70%

98
80
178

R + G + B ~ 46%. #6250B2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 98 + 80 + 178 = 356 (100%)
R 98 of 356 ~ 27.53%
G 80 of 356 ~ 22.47%
B 178 of 356 ~ 50'%

%27.53
%22.47
%50

CMYK color model

#6250B2 color CMYK value is (45,55,0,30).

  • cyan value is 44.94%
  • magenta value is 55.06%
  • yellow value is 0.00%
  • key color value is 30.20%

CMYK: (45,55,0,30)
C45M55Y0K30 (45%, 55%, 0%, 30%)
(0.45 / 0.55 / 0.00 / 0.30)

CMYK percentages

%44.94
%55.06
%0
%30.2

Codes

Color #6250B2 in popluar color models

62 50 B2
RGB 98 80 178
HSL 251° 38.89% 50.59%
HSB/HSV 251° 55.06% 69.80%
CMYK 44.94% 55.06% 0.00%
30.20%

Color #6250B2 in popluar number systems.

HEX 62 50 B2
Decimal 98 80 178
Binary 1100010 1010000 10110010
Octal 142 120 262

Shades and tints

Shades of #6250B2

#6250B2
(98,80,178)
#5A49A2
(90,73,162)
#524292
(82,66,146)
#4A3B82
(74,59,130)
#423472
(66,52,114)
#3A2D62
(58,45,98)
#322652
(50,38,82)
#2A1F42
(42,31,66)
#221832
(34,24,50)
#1A1122
(26,17,34)
#120A12
(18,10,18)
#000000
(0,0,0)

Tints of #6250B2

#6250B2
(98,80,178)
#705FB9
(112,95,185)
#7E6EC0
(126,110,192)
#8C7DC7
(140,125,199)
#9A8CCE
(154,140,206)
#A89BD5
(168,155,213)
#B6AADC
(182,170,220)
#C4B9E3
(196,185,227)
#D2C8EA
(210,200,234)
#E0D7F1
(224,215,241)
#EEE6F8
(238,230,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6250B2 color. Also use rgb(98,80,178) instead hex code.

Text Font Color

.myTextColor { color: #6250B2; }

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

This text font color is #6250B2.

Background Color

.myBgColor { background-color: #6250B2; }

<div style="background-color:#6250B2">Inner text</div>

This div background color is #6250B2.

Border color

.myBorderColor { border: 1px solid #6250B2; }

<div style="border:3px solid #6250B2">Div</div>

This div border color is #6250B2.

Opacity

.myOpacity80 { color: #6250B2; opacity: 0.8; }

<p style="color:#6250B2;opacity:0.8;">80%</p>

Text with #6250B2 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 #6250B2;}

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

This text has shadow with #6250B2 color.


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

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

This text has shadow with #6250B2 primary color and red secondary color.


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

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

This text has shadow with #6250B2 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6250B2.

Preview

Color preview on black background

This text has color #6250B2 on black background.


Color preview on white background

This text has color #6250B2 on white background.


Black color preview on #6250B2 background

This text has black color on #6250B2 background.


White color preview on #6250B2 background

This text has white color on #6250B2 background.


Related colors

Complementary color

Complementary color for #hex is #9DAF4D.


I love getcolorcode.com

Triadic colors

1 #B26250 and #50B262 with #6250B2 are triadic colors.

2 #B25062 and #5062B2 with #6250B2 are triadic colors.