COLOR #6C61D4

HEX: #6C61D4
RGB: (108,97,212)

Color info

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

RGB color model

#6C61D4 color RGB value is (108,97,212).

  • red value is 108;
  • green value is 97;
  • blue value is 212.
RGB:
(108,97,212)
(42%,38%,83%)

RGB channels and saturation

R 108 of 255 = 42%
G 97 of 255 = 38%
B 212 of 255 = 83%

108
97
212

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

Portions of RGB colors in percentages

R + G + B =
108 + 97 + 212 = 417 (100%)
R 108 of 417 ~ 25.9%
G 97 of 417 ~ 23.26%
B 212 of 417 ~ 50.84%

%25.9
%23.26
%50.84

CMYK color model

#6C61D4 color CMYK value is (49,54,0,17).

  • cyan value is 49.06%
  • magenta value is 54.25%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(49,54,0,17)
C49M54Y0K17 
(49%,54%,0%,17%)
(0.49/0.54/0.00/0.17)	

CMYK percentages

%49.06
%54.25
%0
%16.86

Codes

Color #6C61D4 in popluar color models

6C61D4
RGB10897212
HSL246°57.21%60.59%
HSB/HSV246°54.25%83.14%
CMYK49.06%54.25%0.00%
16.86%

Color #6C61D4 in popluar number systems.

HEX6C61D4
Decimal10897212
Binary1101100110000111010100
Octal154141324

Shades and tints

Shades of #6C61D4

#6C61D4
(108,97,212)
#6359C1
(99,89,193)
#5A51AE
(90,81,174)
#51499B
(81,73,155)
#484188
(72,65,136)
#3F3975
(63,57,117)
#363162
(54,49,98)
#2D294F
(45,41,79)
#24213C
(36,33,60)
#1B1929
(27,25,41)
#121116
(18,17,22)
#000000
(0,0,0)

Tints of #6C61D4

#6C61D4
(108,97,212)
#796FD7
(121,111,215)
#867DDA
(134,125,218)
#938BDD
(147,139,221)
#A099E0
(160,153,224)
#ADA7E3
(173,167,227)
#BAB5E6
(186,181,230)
#C7C3E9
(199,195,233)
#D4D1EC
(212,209,236)
#E1DFEF
(225,223,239)
#EEEDF2
(238,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C61D4 color. Also use rgb(108,97,212) instead hex code.

Text Font Color

.myTextColor { color: #6C61D4; }

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

This text font color is #6C61D4.


Background Color

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

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

This div background color is #6C61D4.


Border color

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

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

This div border color is #6C61D4.


Opacity

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

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

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

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

This text has shadow with #6C61D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C61D4 on black background.


Color preview on white background

This text has color #6C61D4 on white background.



Black color preview on #6C61D4 background

This text has black color on #6C61D4 background.


White color preview on #6C61D4 background

This text has white color on #6C61D4 background.