COLOR #6C65B1

HEX: #6C65B1
RGB: (108,101,177)

Color info

#6C65B1 contains mainly blue color. Web safe color of #6C65B1 is #666699 (or #669).

RGB color model

#6C65B1 color RGB value is (108,101,177).

  • red value is 108;
  • green value is 101;
  • blue value is 177.
RGB:
(108,101,177)
(42%,40%,69%)

RGB channels and saturation

R 108 of 255 = 42%
G 101 of 255 = 40%
B 177 of 255 = 69%

108
101
177

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

Portions of RGB colors in percentages

R + G + B =
108 + 101 + 177 = 386 (100%)
R 108 of 386 ~ 27.98%
G 101 of 386 ~ 26.17%
B 177 of 386 ~ 45.85%

%27.98
%26.17
%45.85

CMYK color model

#6C65B1 color CMYK value is (39,43,0,31).

  • cyan value is 38.98%
  • magenta value is 42.94%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(39,43,0,31)
C39M43Y0K31 
(39%,43%,0%,31%)
(0.39/0.43/0.00/0.31)	

CMYK percentages

%38.98
%42.94
%0
%30.59

Codes

Color #6C65B1 in popluar color models

6C65B1
RGB108101177
HSL246°32.76%54.51%
HSB/HSV246°42.94%69.41%
CMYK38.98%42.94%0.00%
30.59%

Color #6C65B1 in popluar number systems.

HEX6C65B1
Decimal108101177
Binary1101100110010110110001
Octal154145261

Shades and tints

Shades of #6C65B1

#6C65B1
(108,101,177)
#635CA1
(99,92,161)
#5A5391
(90,83,145)
#514A81
(81,74,129)
#484171
(72,65,113)
#3F3861
(63,56,97)
#362F51
(54,47,81)
#2D2641
(45,38,65)
#241D31
(36,29,49)
#1B1421
(27,20,33)
#120B11
(18,11,17)
#000000
(0,0,0)

Tints of #6C65B1

#6C65B1
(108,101,177)
#7973B8
(121,115,184)
#8681BF
(134,129,191)
#938FC6
(147,143,198)
#A09DCD
(160,157,205)
#ADABD4
(173,171,212)
#BAB9DB
(186,185,219)
#C7C7E2
(199,199,226)
#D4D5E9
(212,213,233)
#E1E3F0
(225,227,240)
#EEF1F7
(238,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C65B1 color. Also use rgb(108,101,177) instead hex code.

Text Font Color

.myTextColor { color: #6C65B1; }

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

This text font color is #6C65B1.


Background Color

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

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

This div background color is #6C65B1.


Border color

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

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

This div border color is #6C65B1.


Opacity

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

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

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

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

This text has shadow with #6C65B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C65B1 on black background.


Color preview on white background

This text has color #6C65B1 on white background.



Black color preview on #6C65B1 background

This text has black color on #6C65B1 background.


White color preview on #6C65B1 background

This text has white color on #6C65B1 background.