COLOR #6C08B5

HEX: #6C08B5
RGB: (108,8,181)

Color info

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

RGB color model

#6C08B5 color RGB value is (108,8,181).

  • red value is 108;
  • green value is 8;
  • blue value is 181.
RGB:
(108,8,181)
(42%,3%,71%)

RGB channels and saturation

R 108 of 255 = 42%
G 8 of 255 = 3%
B 181 of 255 = 71%

108
8
181

R + G + B ~ 39%. #6C08B5 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 8 + 181 = 297 (100%)
R 108 of 297 ~ 36.36%
G 8 of 297 ~ 2.69%
B 181 of 297 ~ 60.94%

%36.36
%60.94

CMYK color model

#6C08B5 color CMYK value is (40,96,0,29).

  • cyan value is 40.33%
  • magenta value is 95.58%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(40,96,0,29)
C40M96Y0K29 
(40%,96%,0%,29%)
(0.40/0.96/0.00/0.29)	

CMYK percentages

%40.33
%95.58
%0
%29.02

Codes

Color #6C08B5 in popluar color models

6C08B5
RGB1088181
HSL275°91.53%37.06%
HSB/HSV275°95.58%70.98%
CMYK40.33%95.58%0.00%
29.02%

Color #6C08B5 in popluar number systems.

HEX6C08B5
Decimal1088181
Binary1101100100010110101
Octal15410265

Shades and tints

Shades of #6C08B5

#6C08B5
(108,8,181)
#6308A5
(99,8,165)
#5A0895
(90,8,149)
#510885
(81,8,133)
#480875
(72,8,117)
#3F0865
(63,8,101)
#360855
(54,8,85)
#2D0845
(45,8,69)
#240835
(36,8,53)
#1B0825
(27,8,37)
#120815
(18,8,21)
#000000
(0,0,0)

Tints of #6C08B5

#6C08B5
(108,8,181)
#791EBB
(121,30,187)
#8634C1
(134,52,193)
#934AC7
(147,74,199)
#A060CD
(160,96,205)
#AD76D3
(173,118,211)
#BA8CD9
(186,140,217)
#C7A2DF
(199,162,223)
#D4B8E5
(212,184,229)
#E1CEEB
(225,206,235)
#EEE4F1
(238,228,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C08B5 color. Also use rgb(108,8,181) instead hex code.

Text Font Color

.myTextColor { color: #6C08B5; }

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

This text font color is #6C08B5.


Background Color

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

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

This div background color is #6C08B5.


Border color

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

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

This div border color is #6C08B5.


Opacity

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

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

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

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

This text has shadow with #6C08B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C08B5 on black background.


Color preview on white background

This text has color #6C08B5 on white background.



Black color preview on #6C08B5 background

This text has black color on #6C08B5 background.


White color preview on #6C08B5 background

This text has white color on #6C08B5 background.