COLOR #6B62C3

HEX: #6B62C3
RGB: (107,98,195)

Color info

#6B62C3 contains mainly blue color. Web safe color of #6B62C3 is #6666CC (or #66C).

RGB color model

#6B62C3 color RGB value is (107,98,195).

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

RGB channels and saturation

R 107 of 255 = 42%
G 98 of 255 = 38%
B 195 of 255 = 76%

107
98
195

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

Portions of RGB colors in percentages

R + G + B =
107 + 98 + 195 = 400 (100%)
R 107 of 400 ~ 26.75%
G 98 of 400 ~ 24.5%
B 195 of 400 ~ 48.75%

%26.75
%24.5
%48.75

CMYK color model

#6B62C3 color CMYK value is (45,50,0,24).

  • cyan value is 45.13%
  • magenta value is 49.74%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(45,50,0,24)
C45M50Y0K24 
(45%,50%,0%,24%)
(0.45/0.50/0.00/0.24)	

CMYK percentages

%45.13
%49.74
%0
%23.53

Codes

Color #6B62C3 in popluar color models

6B62C3
RGB10798195
HSL246°44.70%57.45%
HSB/HSV246°49.74%76.47%
CMYK45.13%49.74%0.00%
23.53%

Color #6B62C3 in popluar number systems.

HEX6B62C3
Decimal10798195
Binary1101011110001011000011
Octal153142303

Shades and tints

Shades of #6B62C3

#6B62C3
(107,98,195)
#625AB2
(98,90,178)
#5952A1
(89,82,161)
#504A90
(80,74,144)
#47427F
(71,66,127)
#3E3A6E
(62,58,110)
#35325D
(53,50,93)
#2C2A4C
(44,42,76)
#23223B
(35,34,59)
#1A1A2A
(26,26,42)
#111219
(17,18,25)
#000000
(0,0,0)

Tints of #6B62C3

#6B62C3
(107,98,195)
#7870C8
(120,112,200)
#857ECD
(133,126,205)
#928CD2
(146,140,210)
#9F9AD7
(159,154,215)
#ACA8DC
(172,168,220)
#B9B6E1
(185,182,225)
#C6C4E6
(198,196,230)
#D3D2EB
(211,210,235)
#E0E0F0
(224,224,240)
#EDEEF5
(237,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B62C3; }

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

This text font color is #6B62C3.


Background Color

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

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

This div background color is #6B62C3.


Border color

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

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

This div border color is #6B62C3.


Opacity

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

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

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

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

This text has shadow with #6B62C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B62C3 on black background.


Color preview on white background

This text has color #6B62C3 on white background.



Black color preview on #6B62C3 background

This text has black color on #6B62C3 background.


White color preview on #6B62C3 background

This text has white color on #6B62C3 background.