COLOR #6908B1

HEX: #6908B1
RGB: (105,8,177)

Color info

#6908B1 contains mainly blue color. Web safe color of #6908B1 is #660099 (or #609).

RGB color model

#6908B1 color RGB value is (105,8,177).

  • red value is 105;
  • green value is 8;
  • blue value is 177.
RGB:
(105,8,177)
(41%,3%,69%)

RGB channels and saturation

R 105 of 255 = 41%
G 8 of 255 = 3%
B 177 of 255 = 69%

105
8
177

R + G + B ~ 38%. #6908B1 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
105 + 8 + 177 = 290 (100%)
R 105 of 290 ~ 36.21%
G 8 of 290 ~ 2.76%
B 177 of 290 ~ 61.03%

%36.21
%61.03

CMYK color model

#6908B1 color CMYK value is (41,95,0,31).

  • cyan value is 40.68%
  • magenta value is 95.48%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(41,95,0,31)
C41M95Y0K31 
(41%,95%,0%,31%)
(0.41/0.95/0.00/0.31)	

CMYK percentages

%40.68
%95.48
%0
%30.59

Codes

Color #6908B1 in popluar color models

6908B1
RGB1058177
HSL274°91.35%36.27%
HSB/HSV274°95.48%69.41%
CMYK40.68%95.48%0.00%
30.59%

Color #6908B1 in popluar number systems.

HEX6908B1
Decimal1058177
Binary1101001100010110001
Octal15110261

Shades and tints

Shades of #6908B1

#6908B1
(105,8,177)
#6008A1
(96,8,161)
#570891
(87,8,145)
#4E0881
(78,8,129)
#450871
(69,8,113)
#3C0861
(60,8,97)
#330851
(51,8,81)
#2A0841
(42,8,65)
#210831
(33,8,49)
#180821
(24,8,33)
#0F0811
(15,8,17)
#000000
(0,0,0)

Tints of #6908B1

#6908B1
(105,8,177)
#761EB8
(118,30,184)
#8334BF
(131,52,191)
#904AC6
(144,74,198)
#9D60CD
(157,96,205)
#AA76D4
(170,118,212)
#B78CDB
(183,140,219)
#C4A2E2
(196,162,226)
#D1B8E9
(209,184,233)
#DECEF0
(222,206,240)
#EBE4F7
(235,228,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6908B1 color. Also use rgb(105,8,177) instead hex code.

Text Font Color

.myTextColor { color: #6908B1; }

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

This text font color is #6908B1.


Background Color

.myBgColor { background-color: #6908B1; }

<div style="background-color:#6908B1">Inner text</div>

This div background color is #6908B1.


Border color

.myBorderColor { border: 1px solid #6908B1; }

<div style="border:3px solid #6908B1">Div</div>

This div border color is #6908B1.


Opacity

.myOpacity80 { color: #6908B1; opacity: 0.8; }

<p style="color:#6908B1;opacity:0.8;">80%</p>

Text with #6908B1 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 #6908B1;}

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

This text has shadow with #6908B1 color.

.textShadow {text-shadow: 3px 3px 1px #6908B1, 3px 3px 1px red;}

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

This text has shadow with #6908B1 primary color and red secondary color.


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

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

This text has shadow with #6908B1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6908B1 on black background.


Color preview on white background

This text has color #6908B1 on white background.



Black color preview on #6908B1 background

This text has black color on #6908B1 background.


White color preview on #6908B1 background

This text has white color on #6908B1 background.