COLOR #6908D4

HEX: #6908D4
RGB: (105,8,212)

Color info

#6908D4 contains mainly blue color. Web safe color of #6908D4 is #6600CC (or #60C).

RGB color model

#6908D4 color RGB value is (105,8,212).

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

RGB channels and saturation

R 105 of 255 = 41%
G 8 of 255 = 3%
B 212 of 255 = 83%

105
8
212

R + G + B ~ 42%. #6908D4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
105 + 8 + 212 = 325 (100%)
R 105 of 325 ~ 32.31%
G 8 of 325 ~ 2.46%
B 212 of 325 ~ 65.23%

%32.31
%65.23

CMYK color model

#6908D4 color CMYK value is (50,96,0,17).

  • cyan value is 50.47%
  • magenta value is 96.23%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(50,96,0,17)
C50M96Y0K17 
(50%,96%,0%,17%)
(0.50/0.96/0.00/0.17)	

CMYK percentages

%50.47
%96.23
%0
%16.86

Codes

Color #6908D4 in popluar color models

6908D4
RGB1058212
HSL269°92.73%43.14%
HSB/HSV269°96.23%83.14%
CMYK50.47%96.23%0.00%
16.86%

Color #6908D4 in popluar number systems.

HEX6908D4
Decimal1058212
Binary1101001100011010100
Octal15110324

Shades and tints

Shades of #6908D4

#6908D4
(105,8,212)
#6008C1
(96,8,193)
#5708AE
(87,8,174)
#4E089B
(78,8,155)
#450888
(69,8,136)
#3C0875
(60,8,117)
#330862
(51,8,98)
#2A084F
(42,8,79)
#21083C
(33,8,60)
#180829
(24,8,41)
#0F0816
(15,8,22)
#000000
(0,0,0)

Tints of #6908D4

#6908D4
(105,8,212)
#761ED7
(118,30,215)
#8334DA
(131,52,218)
#904ADD
(144,74,221)
#9D60E0
(157,96,224)
#AA76E3
(170,118,227)
#B78CE6
(183,140,230)
#C4A2E9
(196,162,233)
#D1B8EC
(209,184,236)
#DECEEF
(222,206,239)
#EBE4F2
(235,228,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6908D4; }

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

This text font color is #6908D4.


Background Color

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

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

This div background color is #6908D4.


Border color

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

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

This div border color is #6908D4.


Opacity

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

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

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

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

This text has shadow with #6908D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6908D4 on black background.


Color preview on white background

This text has color #6908D4 on white background.



Black color preview on #6908D4 background

This text has black color on #6908D4 background.


White color preview on #6908D4 background

This text has white color on #6908D4 background.