COLOR #6238A5

HEX: #6238A5
RGB: (98,56,165)

Color info

#6238A5 contains mainly blue color. Web safe color of #6238A5 is #663399 (or #639).

RGB color model

#6238A5 color RGB value is (98,56,165).

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

RGB channels and saturation

R 98 of 255 = 38%
G 56 of 255 = 22%
B 165 of 255 = 65%

98
56
165

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

Portions of RGB colors in percentages

R + G + B =
98 + 56 + 165 = 319 (100%)
R 98 of 319 ~ 30.72%
G 56 of 319 ~ 17.55%
B 165 of 319 ~ 51.72%

%30.72
%17.55
%51.72

CMYK color model

#6238A5 color CMYK value is (41,66,0,35).

  • cyan value is 40.61%
  • magenta value is 66.06%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(41,66,0,35)
C41M66Y0K35 
(41%,66%,0%,35%)
(0.41/0.66/0.00/0.35)	

CMYK percentages

%40.61
%66.06
%0
%35.29

Codes

Color #6238A5 in popluar color models

6238A5
RGB9856165
HSL263°49.32%43.33%
HSB/HSV263°66.06%64.71%
CMYK40.61%66.06%0.00%
35.29%

Color #6238A5 in popluar number systems.

HEX6238A5
Decimal9856165
Binary110001011100010100101
Octal14270245

Shades and tints

Shades of #6238A5

#6238A5
(98,56,165)
#5A3396
(90,51,150)
#522E87
(82,46,135)
#4A2978
(74,41,120)
#422469
(66,36,105)
#3A1F5A
(58,31,90)
#321A4B
(50,26,75)
#2A153C
(42,21,60)
#22102D
(34,16,45)
#1A0B1E
(26,11,30)
#12060F
(18,6,15)
#000000
(0,0,0)

Tints of #6238A5

#6238A5
(98,56,165)
#704AAD
(112,74,173)
#7E5CB5
(126,92,181)
#8C6EBD
(140,110,189)
#9A80C5
(154,128,197)
#A892CD
(168,146,205)
#B6A4D5
(182,164,213)
#C4B6DD
(196,182,221)
#D2C8E5
(210,200,229)
#E0DAED
(224,218,237)
#EEECF5
(238,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6238A5; }

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

This text font color is #6238A5.


Background Color

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

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

This div background color is #6238A5.


Border color

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

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

This div border color is #6238A5.


Opacity

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

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

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

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

This text has shadow with #6238A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6238A5 on black background.


Color preview on white background

This text has color #6238A5 on white background.



Black color preview on #6238A5 background

This text has black color on #6238A5 background.


White color preview on #6238A5 background

This text has white color on #6238A5 background.