COLOR #6357AF

HEX: #6357AF RGB: (99,87,175)

Color info

#6357AF contains mainly blue color. Web safe color of #6357AF is #666699 (or #669).

RGB color model

#6357AF color RGB value is (99,87,175).

RGB: (99,87,175) (39%, 34%, 69%)

RGB channels and saturation

R 99 of 255 = 39%
G 87 of 255 = 34%
B 175 of 255 = 69%

99
87
175

R + G + B ~ 47%. #6357AF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 99 + 87 + 175 = 361 (100%)
R 99 of 361 ~ 27.42%
G 87 of 361 ~ 24.1%
B 175 of 361 ~ 48.48'%

%27.42
%24.1
%48.48

CMYK color model

#6357AF color CMYK value is (43,50,0,31).

  • cyan value is 43.43%
  • magenta value is 50.29%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK: (43,50,0,31) C43M50Y0K31 (43%,50%,0%,31%) (0.43/0.50/0.00/0.31) 

CMYK percentages

%43.43
%50.29
%0
%31.37

Codes

Color #6357AF in popluar color models

63 57 AF
RGB 99 87 175
HSL 248° 35.48% 51.37%
HSB/HSV 248° 50.29% 68.63%
CMYK 43.43% 50.29% 0.00%
31.37%

Color #6357AF in popluar number systems.

HEX 63 57 AF
Decimal 99 87 175
Binary 1100011 1010111 10101111
Octal 143 127 257

Shades and tints

Shades of #6357AF

#6357AF
(99,87,175)
#5A50A0
(90,80,160)
#514991
(81,73,145)
#484282
(72,66,130)
#3F3B73
(63,59,115)
#363464
(54,52,100)
#2D2D55
(45,45,85)
#242646
(36,38,70)
#1B1F37
(27,31,55)
#121828
(18,24,40)
#091119
(9,17,25)
#000000
(0,0,0)

Tints of #6357AF

#6357AF
(99,87,175)
#7166B6
(113,102,182)
#7F75BD
(127,117,189)
#8D84C4
(141,132,196)
#9B93CB
(155,147,203)
#A9A2D2
(169,162,210)
#B7B1D9
(183,177,217)
#C5C0E0
(197,192,224)
#D3CFE7
(211,207,231)
#E1DEEE
(225,222,238)
#EFEDF5
(239,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6357AF color. Also use rgb(99,87,175) instead hex code.

Text Font Color

.myTextColor { color: #6357AF; }

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

This text font color is #6357AF.

Background Color

.myBgColor { background-color: #6357AF; }

<div style="background-color:#6357AF">Inner text</div>

This div background color is #6357AF.

Border color

.myBorderColor { border: 1px solid #6357AF; }

<div style="border:3px solid #6357AF">Div</div>

This div border color is #6357AF.

Opacity

.myOpacity80 { color: #6357AF; opacity: 0.8; }

<p style="color:#6357AF;opacity:0.8;">80%</p>

Text with #6357AF 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 #6357AF;}

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

This text has shadow with #6357AF color.


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

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

This text has shadow with #6357AF primary color and red secondary color.


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

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

This text has shadow with #6357AF and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6357AF.

Preview

Color preview on black background

This text has color #6357AF on black background.


Color preview on white background

This text has color #6357AF on white background.


Black color preview on #6357AF background

This text has black color on #6357AF background.


White color preview on #6357AF background

This text has white color on #6357AF background.


Related colors

Complementary color

Complementary color for #hex is #9CA850.


I love getcolorcode.com

Triadic colors

1 #AF6357 and #57AF63 with #6357AF are triadic colors.

2 #AF5763 and #5763AF with #6357AF are triadic colors.