COLOR #6256B5

HEX: #6256B5
RGB: (98,86,181)

Color info

#6256B5 contains mainly blue color. Web safe color of #6256B5 is #6666CC (or #66C).

RGB color model

#6256B5 color RGB value is (98,86,181).

  • red value is 98;
  • green value is 86;
  • blue value is 181.
RGB:
(98,86,181)
(38%,34%,71%)

RGB channels and saturation

R 98 of 255 = 38%
G 86 of 255 = 34%
B 181 of 255 = 71%

98
86
181

R + G + B ~ 48%. #6256B5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
98 + 86 + 181 = 365 (100%)
R 98 of 365 ~ 26.85%
G 86 of 365 ~ 23.56%
B 181 of 365 ~ 49.59%

%26.85
%23.56
%49.59

CMYK color model

#6256B5 color CMYK value is (46,52,0,29).

  • cyan value is 45.86%
  • magenta value is 52.49%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(46,52,0,29)
C46M52Y0K29 
(46%,52%,0%,29%)
(0.46/0.52/0.00/0.29)	

CMYK percentages

%45.86
%52.49
%0
%29.02

Codes

Color #6256B5 in popluar color models

6256B5
RGB9886181
HSL248°39.09%52.35%
HSB/HSV248°52.49%70.98%
CMYK45.86%52.49%0.00%
29.02%

Color #6256B5 in popluar number systems.

HEX6256B5
Decimal9886181
Binary1100010101011010110101
Octal142126265

Shades and tints

Shades of #6256B5

#6256B5
(98,86,181)
#5A4FA5
(90,79,165)
#524895
(82,72,149)
#4A4185
(74,65,133)
#423A75
(66,58,117)
#3A3365
(58,51,101)
#322C55
(50,44,85)
#2A2545
(42,37,69)
#221E35
(34,30,53)
#1A1725
(26,23,37)
#121015
(18,16,21)
#000000
(0,0,0)

Tints of #6256B5

#6256B5
(98,86,181)
#7065BB
(112,101,187)
#7E74C1
(126,116,193)
#8C83C7
(140,131,199)
#9A92CD
(154,146,205)
#A8A1D3
(168,161,211)
#B6B0D9
(182,176,217)
#C4BFDF
(196,191,223)
#D2CEE5
(210,206,229)
#E0DDEB
(224,221,235)
#EEECF1
(238,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6256B5 color. Also use rgb(98,86,181) instead hex code.

Text Font Color

.myTextColor { color: #6256B5; }

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

This text font color is #6256B5.


Background Color

.myBgColor { background-color: #6256B5; }

<div style="background-color:#6256B5">Inner text</div>

This div background color is #6256B5.


Border color

.myBorderColor { border: 1px solid #6256B5; }

<div style="border:3px solid #6256B5">Div</div>

This div border color is #6256B5.


Opacity

.myOpacity80 { color: #6256B5; opacity: 0.8; }

<p style="color:#6256B5;opacity:0.8;">80%</p>

Text with #6256B5 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 #6256B5;}

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

This text has shadow with #6256B5 color.

.textShadow {text-shadow: 3px 3px 1px #6256B5, 3px 3px 1px red;}

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

This text has shadow with #6256B5 primary color and red secondary color.


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

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

This text has shadow with #6256B5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6256B5 on black background.


Color preview on white background

This text has color #6256B5 on white background.



Black color preview on #6256B5 background

This text has black color on #6256B5 background.


White color preview on #6256B5 background

This text has white color on #6256B5 background.