COLOR #6A23EE

HEX: #6A23EE
RGB: (106,35,238)

Color info

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

RGB color model

#6A23EE color RGB value is (106,35,238).

  • red value is 106;
  • green value is 35;
  • blue value is 238.
RGB:
(106,35,238)
(42%,14%,93%)

RGB channels and saturation

R 106 of 255 = 42%
G 35 of 255 = 14%
B 238 of 255 = 93%

106
35
238

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

Portions of RGB colors in percentages

R + G + B =
106 + 35 + 238 = 379 (100%)
R 106 of 379 ~ 27.97%
G 35 of 379 ~ 9.23%
B 238 of 379 ~ 62.8%

%27.97
%62.8

CMYK color model

#6A23EE color CMYK value is (55,85,0,7).

  • cyan value is 55.46%
  • magenta value is 85.29%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(55,85,0,7)
C55M85Y0K7 
(55%,85%,0%,7%)
(0.55/0.85/0.00/0.07)	

CMYK percentages

%55.46
%85.29
%0
%6.67

Codes

Color #6A23EE in popluar color models

6A23EE
RGB10635238
HSL261°85.65%53.53%
HSB/HSV261°85.29%93.33%
CMYK55.46%85.29%0.00%
6.67%

Color #6A23EE in popluar number systems.

HEX6A23EE
Decimal10635238
Binary110101010001111101110
Octal15243356

Shades and tints

Shades of #6A23EE

#6A23EE
(106,35,238)
#6120D9
(97,32,217)
#581DC4
(88,29,196)
#4F1AAF
(79,26,175)
#46179A
(70,23,154)
#3D1485
(61,20,133)
#341170
(52,17,112)
#2B0E5B
(43,14,91)
#220B46
(34,11,70)
#190831
(25,8,49)
#10051C
(16,5,28)
#000000
(0,0,0)

Tints of #6A23EE

#6A23EE
(106,35,238)
#7737EF
(119,55,239)
#844BF0
(132,75,240)
#915FF1
(145,95,241)
#9E73F2
(158,115,242)
#AB87F3
(171,135,243)
#B89BF4
(184,155,244)
#C5AFF5
(197,175,245)
#D2C3F6
(210,195,246)
#DFD7F7
(223,215,247)
#ECEBF8
(236,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A23EE color. Also use rgb(106,35,238) instead hex code.

Text Font Color

.myTextColor { color: #6A23EE; }

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

This text font color is #6A23EE.


Background Color

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

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

This div background color is #6A23EE.


Border color

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

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

This div border color is #6A23EE.


Opacity

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

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

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

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

This text has shadow with #6A23EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A23EE on black background.


Color preview on white background

This text has color #6A23EE on white background.



Black color preview on #6A23EE background

This text has black color on #6A23EE background.


White color preview on #6A23EE background

This text has white color on #6A23EE background.