COLOR #6254A6

HEX: #6254A6
RGB: (98,84,166)

Color info

#6254A6 contains mainly blue color. Web safe color of #6254A6 is #666699 (or #669).

RGB color model

#6254A6 color RGB value is (98,84,166).

  • red value is 98;
  • green value is 84;
  • blue value is 166.
RGB:
(98,84,166)
(38%,33%,65%)

RGB channels and saturation

R 98 of 255 = 38%
G 84 of 255 = 33%
B 166 of 255 = 65%

98
84
166

R + G + B ~ 45%. #6254A6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
98 + 84 + 166 = 348 (100%)
R 98 of 348 ~ 28.16%
G 84 of 348 ~ 24.14%
B 166 of 348 ~ 47.7%

%28.16
%24.14
%47.7

CMYK color model

#6254A6 color CMYK value is (41,49,0,35).

  • cyan value is 40.96%
  • magenta value is 49.40%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(41,49,0,35)
C41M49Y0K35 
(41%,49%,0%,35%)
(0.41/0.49/0.00/0.35)	

CMYK percentages

%40.96
%49.4
%0
%34.9

Codes

Color #6254A6 in popluar color models

6254A6
RGB9884166
HSL250°32.80%49.02%
HSB/HSV250°49.40%65.10%
CMYK40.96%49.40%0.00%
34.90%

Color #6254A6 in popluar number systems.

HEX6254A6
Decimal9884166
Binary1100010101010010100110
Octal142124246

Shades and tints

Shades of #6254A6

#6254A6
(98,84,166)
#5A4D97
(90,77,151)
#524688
(82,70,136)
#4A3F79
(74,63,121)
#42386A
(66,56,106)
#3A315B
(58,49,91)
#322A4C
(50,42,76)
#2A233D
(42,35,61)
#221C2E
(34,28,46)
#1A151F
(26,21,31)
#120E10
(18,14,16)
#000000
(0,0,0)

Tints of #6254A6

#6254A6
(98,84,166)
#7063AE
(112,99,174)
#7E72B6
(126,114,182)
#8C81BE
(140,129,190)
#9A90C6
(154,144,198)
#A89FCE
(168,159,206)
#B6AED6
(182,174,214)
#C4BDDE
(196,189,222)
#D2CCE6
(210,204,230)
#E0DBEE
(224,219,238)
#EEEAF6
(238,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6254A6 color. Also use rgb(98,84,166) instead hex code.

Text Font Color

.myTextColor { color: #6254A6; }

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

This text font color is #6254A6.


Background Color

.myBgColor { background-color: #6254A6; }

<div style="background-color:#6254A6">Inner text</div>

This div background color is #6254A6.


Border color

.myBorderColor { border: 1px solid #6254A6; }

<div style="border:3px solid #6254A6">Div</div>

This div border color is #6254A6.


Opacity

.myOpacity80 { color: #6254A6; opacity: 0.8; }

<p style="color:#6254A6;opacity:0.8;">80%</p>

Text with #6254A6 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 #6254A6;}

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

This text has shadow with #6254A6 color.

.textShadow {text-shadow: 3px 3px 1px #6254A6, 3px 3px 1px red;}

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

This text has shadow with #6254A6 primary color and red secondary color.


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

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

This text has shadow with #6254A6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6254A6 on black background.


Color preview on white background

This text has color #6254A6 on white background.



Black color preview on #6254A6 background

This text has black color on #6254A6 background.


White color preview on #6254A6 background

This text has white color on #6254A6 background.