COLOR #6254A8

HEX: #6254A8
RGB: (98,84,168)

Color info

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

RGB color model

#6254A8 color RGB value is (98,84,168).

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

RGB channels and saturation

R 98 of 255 = 38%
G 84 of 255 = 33%
B 168 of 255 = 66%

98
84
168

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

Portions of RGB colors in percentages

R + G + B =
98 + 84 + 168 = 350 (100%)
R 98 of 350 ~ 28%
G 84 of 350 ~ 24%
B 168 of 350 ~ 48%

%28
%24
%48

CMYK color model

#6254A8 color CMYK value is (42,50,0,34).

  • cyan value is 41.67%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(42,50,0,34)
C42M50Y0K34 
(42%,50%,0%,34%)
(0.42/0.50/0.00/0.34)	

CMYK percentages

%41.67
%50
%0
%34.12

Codes

Color #6254A8 in popluar color models

6254A8
RGB9884168
HSL250°33.33%49.41%
HSB/HSV250°50.00%65.88%
CMYK41.67%50.00%0.00%
34.12%

Color #6254A8 in popluar number systems.

HEX6254A8
Decimal9884168
Binary1100010101010010101000
Octal142124250

Shades and tints

Shades of #6254A8

#6254A8
(98,84,168)
#5A4D99
(90,77,153)
#52468A
(82,70,138)
#4A3F7B
(74,63,123)
#42386C
(66,56,108)
#3A315D
(58,49,93)
#322A4E
(50,42,78)
#2A233F
(42,35,63)
#221C30
(34,28,48)
#1A1521
(26,21,33)
#120E12
(18,14,18)
#000000
(0,0,0)

Tints of #6254A8

#6254A8
(98,84,168)
#7063AF
(112,99,175)
#7E72B6
(126,114,182)
#8C81BD
(140,129,189)
#9A90C4
(154,144,196)
#A89FCB
(168,159,203)
#B6AED2
(182,174,210)
#C4BDD9
(196,189,217)
#D2CCE0
(210,204,224)
#E0DBE7
(224,219,231)
#EEEAEE
(238,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6254A8; }

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

This text font color is #6254A8.


Background Color

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

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

This div background color is #6254A8.


Border color

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

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

This div border color is #6254A8.


Opacity

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

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

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

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

This text has shadow with #6254A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6254A8 on black background.


Color preview on white background

This text has color #6254A8 on white background.



Black color preview on #6254A8 background

This text has black color on #6254A8 background.


White color preview on #6254A8 background

This text has white color on #6254A8 background.