COLOR #6256DF

HEX: #6256DF
RGB: (98,86,223)

Color info

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

RGB color model

#6256DF color RGB value is (98,86,223).

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

RGB channels and saturation

R 98 of 255 = 38%
G 86 of 255 = 34%
B 223 of 255 = 87%

98
86
223

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

Portions of RGB colors in percentages

R + G + B =
98 + 86 + 223 = 407 (100%)
R 98 of 407 ~ 24.08%
G 86 of 407 ~ 21.13%
B 223 of 407 ~ 54.79%

%24.08
%21.13
%54.79

CMYK color model

#6256DF color CMYK value is (56,61,0,13).

  • cyan value is 56.05%
  • magenta value is 61.43%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(56,61,0,13)
C56M61Y0K13 
(56%,61%,0%,13%)
(0.56/0.61/0.00/0.13)	

CMYK percentages

%56.05
%61.43
%0
%12.55

Codes

Color #6256DF in popluar color models

6256DF
RGB9886223
HSL245°68.16%60.59%
HSB/HSV245°61.43%87.45%
CMYK56.05%61.43%0.00%
12.55%

Color #6256DF in popluar number systems.

HEX6256DF
Decimal9886223
Binary1100010101011011011111
Octal142126337

Shades and tints

Shades of #6256DF

#6256DF
(98,86,223)
#5A4FCB
(90,79,203)
#5248B7
(82,72,183)
#4A41A3
(74,65,163)
#423A8F
(66,58,143)
#3A337B
(58,51,123)
#322C67
(50,44,103)
#2A2553
(42,37,83)
#221E3F
(34,30,63)
#1A172B
(26,23,43)
#121017
(18,16,23)
#000000
(0,0,0)

Tints of #6256DF

#6256DF
(98,86,223)
#7065E1
(112,101,225)
#7E74E3
(126,116,227)
#8C83E5
(140,131,229)
#9A92E7
(154,146,231)
#A8A1E9
(168,161,233)
#B6B0EB
(182,176,235)
#C4BFED
(196,191,237)
#D2CEEF
(210,206,239)
#E0DDF1
(224,221,241)
#EEECF3
(238,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6256DF; }

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

This text font color is #6256DF.


Background Color

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

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

This div background color is #6256DF.


Border color

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

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

This div border color is #6256DF.


Opacity

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

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

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

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

This text has shadow with #6256DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6256DF on black background.


Color preview on white background

This text has color #6256DF on white background.



Black color preview on #6256DF background

This text has black color on #6256DF background.


White color preview on #6256DF background

This text has white color on #6256DF background.