COLOR #693FE8

HEX: #693FE8
RGB: (105,63,232)

Color info

#693FE8 contains mainly blue color. Web safe color of #693FE8 is #6633FF (or #63F).

RGB color model

#693FE8 color RGB value is (105,63,232).

  • red value is 105;
  • green value is 63;
  • blue value is 232.
RGB:
(105,63,232)
(41%,25%,91%)

RGB channels and saturation

R 105 of 255 = 41%
G 63 of 255 = 25%
B 232 of 255 = 91%

105
63
232

R + G + B ~ 52%. #693FE8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
105 + 63 + 232 = 400 (100%)
R 105 of 400 ~ 26.25%
G 63 of 400 ~ 15.75%
B 232 of 400 ~ 58%

%26.25
%15.75
%58

CMYK color model

#693FE8 color CMYK value is (55,73,0,9).

  • cyan value is 54.74%
  • magenta value is 72.84%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(55,73,0,9)
C55M73Y0K9 
(55%,73%,0%,9%)
(0.55/0.73/0.00/0.09)	

CMYK percentages

%54.74
%72.84
%0
%9.02

Codes

Color #693FE8 in popluar color models

693FE8
RGB10563232
HSL255°78.60%57.84%
HSB/HSV255°72.84%90.98%
CMYK54.74%72.84%0.00%
9.02%

Color #693FE8 in popluar number systems.

HEX693FE8
Decimal10563232
Binary110100111111111101000
Octal15177350

Shades and tints

Shades of #693FE8

#693FE8
(105,63,232)
#603AD3
(96,58,211)
#5735BE
(87,53,190)
#4E30A9
(78,48,169)
#452B94
(69,43,148)
#3C267F
(60,38,127)
#33216A
(51,33,106)
#2A1C55
(42,28,85)
#211740
(33,23,64)
#18122B
(24,18,43)
#0F0D16
(15,13,22)
#000000
(0,0,0)

Tints of #693FE8

#693FE8
(105,63,232)
#7650EA
(118,80,234)
#8361EC
(131,97,236)
#9072EE
(144,114,238)
#9D83F0
(157,131,240)
#AA94F2
(170,148,242)
#B7A5F4
(183,165,244)
#C4B6F6
(196,182,246)
#D1C7F8
(209,199,248)
#DED8FA
(222,216,250)
#EBE9FC
(235,233,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #693FE8 color. Also use rgb(105,63,232) instead hex code.

Text Font Color

.myTextColor { color: #693FE8; }

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

This text font color is #693FE8.


Background Color

.myBgColor { background-color: #693FE8; }

<div style="background-color:#693FE8">Inner text</div>

This div background color is #693FE8.


Border color

.myBorderColor { border: 1px solid #693FE8; }

<div style="border:3px solid #693FE8">Div</div>

This div border color is #693FE8.


Opacity

.myOpacity80 { color: #693FE8; opacity: 0.8; }

<p style="color:#693FE8;opacity:0.8;">80%</p>

Text with #693FE8 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 #693FE8;}

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

This text has shadow with #693FE8 color.

.textShadow {text-shadow: 3px 3px 1px #693FE8, 3px 3px 1px red;}

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

This text has shadow with #693FE8 primary color and red secondary color.


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

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

This text has shadow with #693FE8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #693FE8 on black background.


Color preview on white background

This text has color #693FE8 on white background.



Black color preview on #693FE8 background

This text has black color on #693FE8 background.


White color preview on #693FE8 background

This text has white color on #693FE8 background.