COLOR #690EEB

HEX: #690EEB RGB: (105,14,235)

Color info

#690EEB contains mainly blue color. Web safe color of #690EEB is #6600FF (or #60F).

RGB color model

#690EEB color RGB value is (105,14,235).

RGB: (105,14,235) (41%, 5%, 92%)

RGB channels and saturation

R 105 of 255 = 41%
G 14 of 255 = 5%
B 235 of 255 = 92%

105
14
235

R + G + B ~ 46%. #690EEB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 105 + 14 + 235 = 354 (100%)
R 105 of 354 ~ 29.66%
G 14 of 354 ~ 3.95%
B 235 of 354 ~ 66.38'%

%29.66
%66.38

CMYK color model

#690EEB color CMYK value is (55,94,0,8).

  • cyan value is 55.32%
  • magenta value is 94.04%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK: (55,94,0,8) C55M94Y0K8 (55%,94%,0%,8%) (0.55/0.94/0.00/0.08) 

CMYK percentages

%55.32
%94.04
%0
%7.84

Codes

Color #690EEB in popluar color models

69 0E EB
RGB 105 14 235
HSL 265° 88.76% 48.82%
HSB/HSV 265° 94.04% 92.16%
CMYK 55.32% 94.04% 0.00%
7.84%

Color #690EEB in popluar number systems.

HEX 69 0E EB
Decimal 105 14 235
Binary 1101001 1110 11101011
Octal 151 16 353

Shades and tints

Shades of #690EEB

#690EEB
(105,14,235)
#600DD6
(96,13,214)
#570CC1
(87,12,193)
#4E0BAC
(78,11,172)
#450A97
(69,10,151)
#3C0982
(60,9,130)
#33086D
(51,8,109)
#2A0758
(42,7,88)
#210643
(33,6,67)
#18052E
(24,5,46)
#0F0419
(15,4,25)
#000000
(0,0,0)

Tints of #690EEB

#690EEB
(105,14,235)
#7623EC
(118,35,236)
#8338ED
(131,56,237)
#904DEE
(144,77,238)
#9D62EF
(157,98,239)
#AA77F0
(170,119,240)
#B78CF1
(183,140,241)
#C4A1F2
(196,161,242)
#D1B6F3
(209,182,243)
#DECBF4
(222,203,244)
#EBE0F5
(235,224,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #690EEB color. Also use rgb(105,14,235) instead hex code.

Text Font Color

.myTextColor { color: #690EEB; }

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

This text font color is #690EEB.

Background Color

.myBgColor { background-color: #690EEB; }

<div style="background-color:#690EEB">Inner text</div>

This div background color is #690EEB.

Border color

.myBorderColor { border: 1px solid #690EEB; }

<div style="border:3px solid #690EEB">Div</div>

This div border color is #690EEB.

Opacity

.myOpacity80 { color: #690EEB; opacity: 0.8; }

<p style="color:#690EEB;opacity:0.8;">80%</p>

Text with #690EEB 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 #690EEB;}

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

This text has shadow with #690EEB color.


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

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

This text has shadow with #690EEB primary color and red secondary color.


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

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

This text has shadow with #690EEB and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #690EEB.

Preview

Color preview on black background

This text has color #690EEB on black background.


Color preview on white background

This text has color #690EEB on white background.


Black color preview on #690EEB background

This text has black color on #690EEB background.


White color preview on #690EEB background

This text has white color on #690EEB background.


Related colors

Complementary color

Complementary color for #hex is #96F114.


I love getcolorcode.com

Triadic colors

1 #EB690E and #0EEB69 with #690EEB are triadic colors.

2 #EB0E69 and #0E69EB with #690EEB are triadic colors.