COLOR #6B62A5

HEX: #6B62A5
RGB: (107,98,165)

Color info

#6B62A5 contains mainly red and blue colors. Web safe color of #6B62A5 is #666699 (or #669).

RGB color model

#6B62A5 color RGB value is (107,98,165).

  • red value is 107;
  • green value is 98;
  • blue value is 165.
RGB:
(107,98,165)
(42%,38%,65%)

RGB channels and saturation

R 107 of 255 = 42%
G 98 of 255 = 38%
B 165 of 255 = 65%

107
98
165

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

Portions of RGB colors in percentages

R + G + B =
107 + 98 + 165 = 370 (100%)
R 107 of 370 ~ 28.92%
G 98 of 370 ~ 26.49%
B 165 of 370 ~ 44.59%

%28.92
%26.49
%44.59

CMYK color model

#6B62A5 color CMYK value is (35,41,0,35).

  • cyan value is 35.15%
  • magenta value is 40.61%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(35,41,0,35)
C35M41Y0K35 
(35%,41%,0%,35%)
(0.35/0.41/0.00/0.35)	

CMYK percentages

%35.15
%40.61
%0
%35.29

Codes

Color #6B62A5 in popluar color models

6B62A5
RGB10798165
HSL248°27.13%51.57%
HSB/HSV248°40.61%64.71%
CMYK35.15%40.61%0.00%
35.29%

Color #6B62A5 in popluar number systems.

HEX6B62A5
Decimal10798165
Binary1101011110001010100101
Octal153142245

Shades and tints

Shades of #6B62A5

#6B62A5
(107,98,165)
#625A96
(98,90,150)
#595287
(89,82,135)
#504A78
(80,74,120)
#474269
(71,66,105)
#3E3A5A
(62,58,90)
#35324B
(53,50,75)
#2C2A3C
(44,42,60)
#23222D
(35,34,45)
#1A1A1E
(26,26,30)
#11120F
(17,18,15)
#000000
(0,0,0)

Tints of #6B62A5

#6B62A5
(107,98,165)
#7870AD
(120,112,173)
#857EB5
(133,126,181)
#928CBD
(146,140,189)
#9F9AC5
(159,154,197)
#ACA8CD
(172,168,205)
#B9B6D5
(185,182,213)
#C6C4DD
(198,196,221)
#D3D2E5
(211,210,229)
#E0E0ED
(224,224,237)
#EDEEF5
(237,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B62A5 color. Also use rgb(107,98,165) instead hex code.

Text Font Color

.myTextColor { color: #6B62A5; }

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

This text font color is #6B62A5.


Background Color

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

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

This div background color is #6B62A5.


Border color

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

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

This div border color is #6B62A5.


Opacity

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

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

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

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

This text has shadow with #6B62A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B62A5 on black background.


Color preview on white background

This text has color #6B62A5 on white background.



Black color preview on #6B62A5 background

This text has black color on #6B62A5 background.


White color preview on #6B62A5 background

This text has white color on #6B62A5 background.