COLOR #6351BF

HEX: #6351BF RGB: (99,81,191)

Color info

#6351BF contains mainly blue color. Web safe color of #6351BF is #6666CC (or #66C).

RGB color model

#6351BF color RGB value is (99,81,191).

RGB: (99,81,191) (39%, 32%, 75%)

RGB channels and saturation

R 99 of 255 = 39%
G 81 of 255 = 32%
B 191 of 255 = 75%

99
81
191

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

Portions of RGB colors in percentages

R + G + B = 99 + 81 + 191 = 371 (100%)
R 99 of 371 ~ 26.68%
G 81 of 371 ~ 21.83%
B 191 of 371 ~ 51.48'%

%26.68
%21.83
%51.48

CMYK color model

#6351BF color CMYK value is (48,58,0,25).

  • cyan value is 48.17%
  • magenta value is 57.59%
  • yellow value is 0.00%
  • key color value is 25.10%

CMYK: (48,58,0,25)
C48M58Y0K25 (48%, 58%, 0%, 25%)
(0.48 / 0.58 / 0.00 / 0.25)

CMYK percentages

%48.17
%57.59
%0
%25.1

Codes

Color #6351BF in popluar color models

63 51 BF
RGB 99 81 191
HSL 250° 46.22% 53.33%
HSB/HSV 250° 57.59% 74.90%
CMYK 48.17% 57.59% 0.00%
25.10%

Color #6351BF in popluar number systems.

HEX 63 51 BF
Decimal 99 81 191
Binary 1100011 1010001 10111111
Octal 143 121 277

Shades and tints

Shades of #6351BF

#6351BF
(99,81,191)
#5A4AAE
(90,74,174)
#51439D
(81,67,157)
#483C8C
(72,60,140)
#3F357B
(63,53,123)
#362E6A
(54,46,106)
#2D2759
(45,39,89)
#242048
(36,32,72)
#1B1937
(27,25,55)
#121226
(18,18,38)
#090B15
(9,11,21)
#000000
(0,0,0)

Tints of #6351BF

#6351BF
(99,81,191)
#7160C4
(113,96,196)
#7F6FC9
(127,111,201)
#8D7ECE
(141,126,206)
#9B8DD3
(155,141,211)
#A99CD8
(169,156,216)
#B7ABDD
(183,171,221)
#C5BAE2
(197,186,226)
#D3C9E7
(211,201,231)
#E1D8EC
(225,216,236)
#EFE7F1
(239,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6351BF; }

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

This text font color is #6351BF.

Background Color

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

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

This div background color is #6351BF.

Border color

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

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

This div border color is #6351BF.

Opacity

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

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

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

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

This text has shadow with #6351BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6351BF.

Preview

Color preview on black background

This text has color #6351BF on black background.


Color preview on white background

This text has color #6351BF on white background.


Black color preview on #6351BF background

This text has black color on #6351BF background.


White color preview on #6351BF background

This text has white color on #6351BF background.


Related colors

Complementary color

Complementary color for #hex is #9CAE40.


I love getcolorcode.com

Triadic colors

1 #BF6351 and #51BF63 with #6351BF are triadic colors.

2 #BF5163 and #5163BF with #6351BF are triadic colors.