COLOR #6A42BD

HEX: #6A42BD
RGB: (106,66,189)

Color info

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

RGB color model

#6A42BD color RGB value is (106,66,189).

  • red value is 106;
  • green value is 66;
  • blue value is 189.
RGB:
(106,66,189)
(42%,26%,74%)

RGB channels and saturation

R 106 of 255 = 42%
G 66 of 255 = 26%
B 189 of 255 = 74%

106
66
189

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

Portions of RGB colors in percentages

R + G + B =
106 + 66 + 189 = 361 (100%)
R 106 of 361 ~ 29.36%
G 66 of 361 ~ 18.28%
B 189 of 361 ~ 52.35%

%29.36
%18.28
%52.35

CMYK color model

#6A42BD color CMYK value is (44,65,0,26).

  • cyan value is 43.92%
  • magenta value is 65.08%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(44,65,0,26)
C44M65Y0K26 
(44%,65%,0%,26%)
(0.44/0.65/0.00/0.26)	

CMYK percentages

%43.92
%65.08
%0
%25.88

Codes

Color #6A42BD in popluar color models

6A42BD
RGB10666189
HSL260°48.24%50.00%
HSB/HSV260°65.08%74.12%
CMYK43.92%65.08%0.00%
25.88%

Color #6A42BD in popluar number systems.

HEX6A42BD
Decimal10666189
Binary1101010100001010111101
Octal152102275

Shades and tints

Shades of #6A42BD

#6A42BD
(106,66,189)
#613CAC
(97,60,172)
#58369B
(88,54,155)
#4F308A
(79,48,138)
#462A79
(70,42,121)
#3D2468
(61,36,104)
#341E57
(52,30,87)
#2B1846
(43,24,70)
#221235
(34,18,53)
#190C24
(25,12,36)
#100613
(16,6,19)
#000000
(0,0,0)

Tints of #6A42BD

#6A42BD
(106,66,189)
#7753C3
(119,83,195)
#8464C9
(132,100,201)
#9175CF
(145,117,207)
#9E86D5
(158,134,213)
#AB97DB
(171,151,219)
#B8A8E1
(184,168,225)
#C5B9E7
(197,185,231)
#D2CAED
(210,202,237)
#DFDBF3
(223,219,243)
#ECECF9
(236,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A42BD color. Also use rgb(106,66,189) instead hex code.

Text Font Color

.myTextColor { color: #6A42BD; }

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

This text font color is #6A42BD.


Background Color

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

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

This div background color is #6A42BD.


Border color

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

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

This div border color is #6A42BD.


Opacity

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

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

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

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

This text has shadow with #6A42BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A42BD on black background.


Color preview on white background

This text has color #6A42BD on white background.



Black color preview on #6A42BD background

This text has black color on #6A42BD background.


White color preview on #6A42BD background

This text has white color on #6A42BD background.