COLOR #6B65EC

HEX: #6B65EC
RGB: (107,101,236)

Color info

#6B65EC contains mainly blue color. Web safe color of #6B65EC is #6666FF (or #66F).

RGB color model

#6B65EC color RGB value is (107,101,236).

  • red value is 107;
  • green value is 101;
  • blue value is 236.
RGB:
(107,101,236)
(42%,40%,93%)

RGB channels and saturation

R 107 of 255 = 42%
G 101 of 255 = 40%
B 236 of 255 = 93%

107
101
236

R + G + B ~ 58%. #6B65EC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
107 + 101 + 236 = 444 (100%)
R 107 of 444 ~ 24.1%
G 101 of 444 ~ 22.75%
B 236 of 444 ~ 53.15%

%24.1
%22.75
%53.15

CMYK color model

#6B65EC color CMYK value is (55,57,0,7).

  • cyan value is 54.66%
  • magenta value is 57.20%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(55,57,0,7)
C55M57Y0K7 
(55%,57%,0%,7%)
(0.55/0.57/0.00/0.07)	

CMYK percentages

%54.66
%57.2
%0
%7.45

Codes

Color #6B65EC in popluar color models

6B65EC
RGB107101236
HSL243°78.03%66.08%
HSB/HSV243°57.20%92.55%
CMYK54.66%57.20%0.00%
7.45%

Color #6B65EC in popluar number systems.

HEX6B65EC
Decimal107101236
Binary1101011110010111101100
Octal153145354

Shades and tints

Shades of #6B65EC

#6B65EC
(107,101,236)
#625CD7
(98,92,215)
#5953C2
(89,83,194)
#504AAD
(80,74,173)
#474198
(71,65,152)
#3E3883
(62,56,131)
#352F6E
(53,47,110)
#2C2659
(44,38,89)
#231D44
(35,29,68)
#1A142F
(26,20,47)
#110B1A
(17,11,26)
#000000
(0,0,0)

Tints of #6B65EC

#6B65EC
(107,101,236)
#7873ED
(120,115,237)
#8581EE
(133,129,238)
#928FEF
(146,143,239)
#9F9DF0
(159,157,240)
#ACABF1
(172,171,241)
#B9B9F2
(185,185,242)
#C6C7F3
(198,199,243)
#D3D5F4
(211,213,244)
#E0E3F5
(224,227,245)
#EDF1F6
(237,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B65EC color. Also use rgb(107,101,236) instead hex code.

Text Font Color

.myTextColor { color: #6B65EC; }

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

This text font color is #6B65EC.


Background Color

.myBgColor { background-color: #6B65EC; }

<div style="background-color:#6B65EC">Inner text</div>

This div background color is #6B65EC.


Border color

.myBorderColor { border: 1px solid #6B65EC; }

<div style="border:3px solid #6B65EC">Div</div>

This div border color is #6B65EC.


Opacity

.myOpacity80 { color: #6B65EC; opacity: 0.8; }

<p style="color:#6B65EC;opacity:0.8;">80%</p>

Text with #6B65EC 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 #6B65EC;}

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

This text has shadow with #6B65EC color.

.textShadow {text-shadow: 3px 3px 1px #6B65EC, 3px 3px 1px red;}

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

This text has shadow with #6B65EC primary color and red secondary color.


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

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

This text has shadow with #6B65EC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B65EC on black background.


Color preview on white background

This text has color #6B65EC on white background.



Black color preview on #6B65EC background

This text has black color on #6B65EC background.


White color preview on #6B65EC background

This text has white color on #6B65EC background.