COLOR #6255A5

HEX: #6255A5
RGB: (98,85,165)

Color info

#6255A5 contains mainly blue color. Web safe color of #6255A5 is #666699 (or #669).

RGB color model

#6255A5 color RGB value is (98,85,165).

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

RGB channels and saturation

R 98 of 255 = 38%
G 85 of 255 = 33%
B 165 of 255 = 65%

98
85
165

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

Portions of RGB colors in percentages

R + G + B =
98 + 85 + 165 = 348 (100%)
R 98 of 348 ~ 28.16%
G 85 of 348 ~ 24.43%
B 165 of 348 ~ 47.41%

%28.16
%24.43
%47.41

CMYK color model

#6255A5 color CMYK value is (41,48,0,35).

  • cyan value is 40.61%
  • magenta value is 48.48%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(41,48,0,35)
C41M48Y0K35 
(41%,48%,0%,35%)
(0.41/0.48/0.00/0.35)	

CMYK percentages

%40.61
%48.48
%0
%35.29

Codes

Color #6255A5 in popluar color models

6255A5
RGB9885165
HSL250°32.00%49.02%
HSB/HSV250°48.48%64.71%
CMYK40.61%48.48%0.00%
35.29%

Color #6255A5 in popluar number systems.

HEX6255A5
Decimal9885165
Binary1100010101010110100101
Octal142125245

Shades and tints

Shades of #6255A5

#6255A5
(98,85,165)
#5A4E96
(90,78,150)
#524787
(82,71,135)
#4A4078
(74,64,120)
#423969
(66,57,105)
#3A325A
(58,50,90)
#322B4B
(50,43,75)
#2A243C
(42,36,60)
#221D2D
(34,29,45)
#1A161E
(26,22,30)
#120F0F
(18,15,15)
#000000
(0,0,0)

Tints of #6255A5

#6255A5
(98,85,165)
#7064AD
(112,100,173)
#7E73B5
(126,115,181)
#8C82BD
(140,130,189)
#9A91C5
(154,145,197)
#A8A0CD
(168,160,205)
#B6AFD5
(182,175,213)
#C4BEDD
(196,190,221)
#D2CDE5
(210,205,229)
#E0DCED
(224,220,237)
#EEEBF5
(238,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6255A5 color. Also use rgb(98,85,165) instead hex code.

Text Font Color

.myTextColor { color: #6255A5; }

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

This text font color is #6255A5.


Background Color

.myBgColor { background-color: #6255A5; }

<div style="background-color:#6255A5">Inner text</div>

This div background color is #6255A5.


Border color

.myBorderColor { border: 1px solid #6255A5; }

<div style="border:3px solid #6255A5">Div</div>

This div border color is #6255A5.


Opacity

.myOpacity80 { color: #6255A5; opacity: 0.8; }

<p style="color:#6255A5;opacity:0.8;">80%</p>

Text with #6255A5 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 #6255A5;}

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

This text has shadow with #6255A5 color.

.textShadow {text-shadow: 3px 3px 1px #6255A5, 3px 3px 1px red;}

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

This text has shadow with #6255A5 primary color and red secondary color.


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

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

This text has shadow with #6255A5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6255A5 on black background.


Color preview on white background

This text has color #6255A5 on white background.



Black color preview on #6255A5 background

This text has black color on #6255A5 background.


White color preview on #6255A5 background

This text has white color on #6255A5 background.