COLOR #6257AC

HEX: #6257AC
RGB: (98,87,172)

Color info

#6257AC contains mainly blue color. Web safe color of #6257AC is #666699 (or #669).

RGB color model

#6257AC color RGB value is (98,87,172).

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

RGB channels and saturation

R 98 of 255 = 38%
G 87 of 255 = 34%
B 172 of 255 = 67%

98
87
172

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

Portions of RGB colors in percentages

R + G + B =
98 + 87 + 172 = 357 (100%)
R 98 of 357 ~ 27.45%
G 87 of 357 ~ 24.37%
B 172 of 357 ~ 48.18%

%27.45
%24.37
%48.18

CMYK color model

#6257AC color CMYK value is (43,49,0,33).

  • cyan value is 43.02%
  • magenta value is 49.42%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(43,49,0,33)
C43M49Y0K33 
(43%,49%,0%,33%)
(0.43/0.49/0.00/0.33)	

CMYK percentages

%43.02
%49.42
%0
%32.55

Codes

Color #6257AC in popluar color models

6257AC
RGB9887172
HSL248°33.86%50.78%
HSB/HSV248°49.42%67.45%
CMYK43.02%49.42%0.00%
32.55%

Color #6257AC in popluar number systems.

HEX6257AC
Decimal9887172
Binary1100010101011110101100
Octal142127254

Shades and tints

Shades of #6257AC

#6257AC
(98,87,172)
#5A509D
(90,80,157)
#52498E
(82,73,142)
#4A427F
(74,66,127)
#423B70
(66,59,112)
#3A3461
(58,52,97)
#322D52
(50,45,82)
#2A2643
(42,38,67)
#221F34
(34,31,52)
#1A1825
(26,24,37)
#121116
(18,17,22)
#000000
(0,0,0)

Tints of #6257AC

#6257AC
(98,87,172)
#7066B3
(112,102,179)
#7E75BA
(126,117,186)
#8C84C1
(140,132,193)
#9A93C8
(154,147,200)
#A8A2CF
(168,162,207)
#B6B1D6
(182,177,214)
#C4C0DD
(196,192,221)
#D2CFE4
(210,207,228)
#E0DEEB
(224,222,235)
#EEEDF2
(238,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6257AC color. Also use rgb(98,87,172) instead hex code.

Text Font Color

.myTextColor { color: #6257AC; }

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

This text font color is #6257AC.


Background Color

.myBgColor { background-color: #6257AC; }

<div style="background-color:#6257AC">Inner text</div>

This div background color is #6257AC.


Border color

.myBorderColor { border: 1px solid #6257AC; }

<div style="border:3px solid #6257AC">Div</div>

This div border color is #6257AC.


Opacity

.myOpacity80 { color: #6257AC; opacity: 0.8; }

<p style="color:#6257AC;opacity:0.8;">80%</p>

Text with #6257AC 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 #6257AC;}

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

This text has shadow with #6257AC color.

.textShadow {text-shadow: 3px 3px 1px #6257AC, 3px 3px 1px red;}

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

This text has shadow with #6257AC primary color and red secondary color.


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

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

This text has shadow with #6257AC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6257AC on black background.


Color preview on white background

This text has color #6257AC on white background.



Black color preview on #6257AC background

This text has black color on #6257AC background.


White color preview on #6257AC background

This text has white color on #6257AC background.