COLOR #6345D7

HEX: #6345D7
RGB: (99,69,215)

Color info

#6345D7 contains mainly blue color. Web safe color of #6345D7 is #6633CC (or #63C).

RGB color model

#6345D7 color RGB value is (99,69,215).

  • red value is 99;
  • green value is 69;
  • blue value is 215.
RGB:
(99,69,215)
(39%,27%,84%)

RGB channels and saturation

R 99 of 255 = 39%
G 69 of 255 = 27%
B 215 of 255 = 84%

99
69
215

R + G + B ~ 50%. #6345D7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
99 + 69 + 215 = 383 (100%)
R 99 of 383 ~ 25.85%
G 69 of 383 ~ 18.02%
B 215 of 383 ~ 56.14%

%25.85
%18.02
%56.14

CMYK color model

#6345D7 color CMYK value is (54,68,0,16).

  • cyan value is 53.95%
  • magenta value is 67.91%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(54,68,0,16)
C54M68Y0K16 
(54%,68%,0%,16%)
(0.54/0.68/0.00/0.16)	

CMYK percentages

%53.95
%67.91
%0
%15.69

Codes

Color #6345D7 in popluar color models

6345D7
RGB9969215
HSL252°64.60%55.69%
HSB/HSV252°67.91%84.31%
CMYK53.95%67.91%0.00%
15.69%

Color #6345D7 in popluar number systems.

HEX6345D7
Decimal9969215
Binary1100011100010111010111
Octal143105327

Shades and tints

Shades of #6345D7

#6345D7
(99,69,215)
#5A3FC4
(90,63,196)
#5139B1
(81,57,177)
#48339E
(72,51,158)
#3F2D8B
(63,45,139)
#362778
(54,39,120)
#2D2165
(45,33,101)
#241B52
(36,27,82)
#1B153F
(27,21,63)
#120F2C
(18,15,44)
#090919
(9,9,25)
#000000
(0,0,0)

Tints of #6345D7

#6345D7
(99,69,215)
#7155DA
(113,85,218)
#7F65DD
(127,101,221)
#8D75E0
(141,117,224)
#9B85E3
(155,133,227)
#A995E6
(169,149,230)
#B7A5E9
(183,165,233)
#C5B5EC
(197,181,236)
#D3C5EF
(211,197,239)
#E1D5F2
(225,213,242)
#EFE5F5
(239,229,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6345D7 color. Also use rgb(99,69,215) instead hex code.

Text Font Color

.myTextColor { color: #6345D7; }

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

This text font color is #6345D7.


Background Color

.myBgColor { background-color: #6345D7; }

<div style="background-color:#6345D7">Inner text</div>

This div background color is #6345D7.


Border color

.myBorderColor { border: 1px solid #6345D7; }

<div style="border:3px solid #6345D7">Div</div>

This div border color is #6345D7.


Opacity

.myOpacity80 { color: #6345D7; opacity: 0.8; }

<p style="color:#6345D7;opacity:0.8;">80%</p>

Text with #6345D7 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 #6345D7;}

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

This text has shadow with #6345D7 color.

.textShadow {text-shadow: 3px 3px 1px #6345D7, 3px 3px 1px red;}

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

This text has shadow with #6345D7 primary color and red secondary color.


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

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

This text has shadow with #6345D7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6345D7 on black background.


Color preview on white background

This text has color #6345D7 on white background.



Black color preview on #6345D7 background

This text has black color on #6345D7 background.


White color preview on #6345D7 background

This text has white color on #6345D7 background.