COLOR #6B61C4

HEX: #6B61C4
RGB: (107,97,196)

Color info

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

RGB color model

#6B61C4 color RGB value is (107,97,196).

  • red value is 107;
  • green value is 97;
  • blue value is 196.
RGB:
(107,97,196)
(42%,38%,77%)

RGB channels and saturation

R 107 of 255 = 42%
G 97 of 255 = 38%
B 196 of 255 = 77%

107
97
196

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

Portions of RGB colors in percentages

R + G + B =
107 + 97 + 196 = 400 (100%)
R 107 of 400 ~ 26.75%
G 97 of 400 ~ 24.25%
B 196 of 400 ~ 49%

%26.75
%24.25
%49

CMYK color model

#6B61C4 color CMYK value is (45,51,0,23).

  • cyan value is 45.41%
  • magenta value is 50.51%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(45,51,0,23)
C45M51Y0K23 
(45%,51%,0%,23%)
(0.45/0.51/0.00/0.23)	

CMYK percentages

%45.41
%50.51
%0
%23.14

Codes

Color #6B61C4 in popluar color models

6B61C4
RGB10797196
HSL246°45.62%57.45%
HSB/HSV246°50.51%76.86%
CMYK45.41%50.51%0.00%
23.14%

Color #6B61C4 in popluar number systems.

HEX6B61C4
Decimal10797196
Binary1101011110000111000100
Octal153141304

Shades and tints

Shades of #6B61C4

#6B61C4
(107,97,196)
#6259B3
(98,89,179)
#5951A2
(89,81,162)
#504991
(80,73,145)
#474180
(71,65,128)
#3E396F
(62,57,111)
#35315E
(53,49,94)
#2C294D
(44,41,77)
#23213C
(35,33,60)
#1A192B
(26,25,43)
#11111A
(17,17,26)
#000000
(0,0,0)

Tints of #6B61C4

#6B61C4
(107,97,196)
#786FC9
(120,111,201)
#857DCE
(133,125,206)
#928BD3
(146,139,211)
#9F99D8
(159,153,216)
#ACA7DD
(172,167,221)
#B9B5E2
(185,181,226)
#C6C3E7
(198,195,231)
#D3D1EC
(211,209,236)
#E0DFF1
(224,223,241)
#EDEDF6
(237,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B61C4 color. Also use rgb(107,97,196) instead hex code.

Text Font Color

.myTextColor { color: #6B61C4; }

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

This text font color is #6B61C4.


Background Color

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

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

This div background color is #6B61C4.


Border color

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

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

This div border color is #6B61C4.


Opacity

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

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

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

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

This text has shadow with #6B61C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B61C4 on black background.


Color preview on white background

This text has color #6B61C4 on white background.



Black color preview on #6B61C4 background

This text has black color on #6B61C4 background.


White color preview on #6B61C4 background

This text has white color on #6B61C4 background.