COLOR #6351A7

HEX: #6351A7
RGB: (99,81,167)

Color info

#6351A7 contains mainly blue color. Web safe color of #6351A7 is #666699 (or #669).

RGB color model

#6351A7 color RGB value is (99,81,167).

  • red value is 99;
  • green value is 81;
  • blue value is 167.
RGB:
(99,81,167)
(39%,32%,65%)

RGB channels and saturation

R 99 of 255 = 39%
G 81 of 255 = 32%
B 167 of 255 = 65%

99
81
167

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

Portions of RGB colors in percentages

R + G + B =
99 + 81 + 167 = 347 (100%)
R 99 of 347 ~ 28.53%
G 81 of 347 ~ 23.34%
B 167 of 347 ~ 48.13%

%28.53
%23.34
%48.13

CMYK color model

#6351A7 color CMYK value is (41,51,0,35).

  • cyan value is 40.72%
  • magenta value is 51.50%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(41,51,0,35)
C41M51Y0K35 
(41%,51%,0%,35%)
(0.41/0.51/0.00/0.35)	

CMYK percentages

%40.72
%51.5
%0
%34.51

Codes

Color #6351A7 in popluar color models

6351A7
RGB9981167
HSL253°34.68%48.63%
HSB/HSV253°51.50%65.49%
CMYK40.72%51.50%0.00%
34.51%

Color #6351A7 in popluar number systems.

HEX6351A7
Decimal9981167
Binary1100011101000110100111
Octal143121247

Shades and tints

Shades of #6351A7

#6351A7
(99,81,167)
#5A4A98
(90,74,152)
#514389
(81,67,137)
#483C7A
(72,60,122)
#3F356B
(63,53,107)
#362E5C
(54,46,92)
#2D274D
(45,39,77)
#24203E
(36,32,62)
#1B192F
(27,25,47)
#121220
(18,18,32)
#090B11
(9,11,17)
#000000
(0,0,0)

Tints of #6351A7

#6351A7
(99,81,167)
#7160AF
(113,96,175)
#7F6FB7
(127,111,183)
#8D7EBF
(141,126,191)
#9B8DC7
(155,141,199)
#A99CCF
(169,156,207)
#B7ABD7
(183,171,215)
#C5BADF
(197,186,223)
#D3C9E7
(211,201,231)
#E1D8EF
(225,216,239)
#EFE7F7
(239,231,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6351A7 color. Also use rgb(99,81,167) instead hex code.

Text Font Color

.myTextColor { color: #6351A7; }

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

This text font color is #6351A7.


Background Color

.myBgColor { background-color: #6351A7; }

<div style="background-color:#6351A7">Inner text</div>

This div background color is #6351A7.


Border color

.myBorderColor { border: 1px solid #6351A7; }

<div style="border:3px solid #6351A7">Div</div>

This div border color is #6351A7.


Opacity

.myOpacity80 { color: #6351A7; opacity: 0.8; }

<p style="color:#6351A7;opacity:0.8;">80%</p>

Text with #6351A7 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 #6351A7;}

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

This text has shadow with #6351A7 color.

.textShadow {text-shadow: 3px 3px 1px #6351A7, 3px 3px 1px red;}

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

This text has shadow with #6351A7 primary color and red secondary color.


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

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

This text has shadow with #6351A7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6351A7 on black background.


Color preview on white background

This text has color #6351A7 on white background.



Black color preview on #6351A7 background

This text has black color on #6351A7 background.


White color preview on #6351A7 background

This text has white color on #6351A7 background.