COLOR #6C096E

HEX: #6C096E
RGB: (108,9,110)

Color info

#6C096E contains mainly red and blue colors. Web safe color of #6C096E is #660066 (or #606).

RGB color model

#6C096E color RGB value is (108,9,110).

  • red value is 108;
  • green value is 9;
  • blue value is 110.
RGB:
(108,9,110)
(42%,4%,43%)

RGB channels and saturation

R 108 of 255 = 42%
G 9 of 255 = 4%
B 110 of 255 = 43%

108
9
110

R + G + B ~ 30%. #6C096E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 9 + 110 = 227 (100%)
R 108 of 227 ~ 47.58%
G 9 of 227 ~ 3.96%
B 110 of 227 ~ 48.46%

%47.58
%48.46

CMYK color model

#6C096E color CMYK value is (2,92,0,57).

  • cyan value is 1.82%
  • magenta value is 91.82%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(2,92,0,57)
C2M92Y0K57 
(2%,92%,0%,57%)
(0.02/0.92/0.00/0.57)	

CMYK percentages

%1.82
%91.82
%0
%56.86

Codes

Color #6C096E in popluar color models

6C096E
RGB1089110
HSL299°84.87%23.33%
HSB/HSV299°91.82%43.14%
CMYK1.82%91.82%0.00%
56.86%

Color #6C096E in popluar number systems.

HEX6C096E
Decimal1089110
Binary110110010011101110
Octal15411156

Shades and tints

Shades of #6C096E

#6C096E
(108,9,110)
#630964
(99,9,100)
#5A095A
(90,9,90)
#510950
(81,9,80)
#480946
(72,9,70)
#3F093C
(63,9,60)
#360932
(54,9,50)
#2D0928
(45,9,40)
#24091E
(36,9,30)
#1B0914
(27,9,20)
#12090A
(18,9,10)
#000000
(0,0,0)

Tints of #6C096E

#6C096E
(108,9,110)
#791F7B
(121,31,123)
#863588
(134,53,136)
#934B95
(147,75,149)
#A061A2
(160,97,162)
#AD77AF
(173,119,175)
#BA8DBC
(186,141,188)
#C7A3C9
(199,163,201)
#D4B9D6
(212,185,214)
#E1CFE3
(225,207,227)
#EEE5F0
(238,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C096E color. Also use rgb(108,9,110) instead hex code.

Text Font Color

.myTextColor { color: #6C096E; }

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

This text font color is #6C096E.


Background Color

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

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

This div background color is #6C096E.


Border color

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

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

This div border color is #6C096E.


Opacity

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

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

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

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

This text has shadow with #6C096E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C096E on black background.


Color preview on white background

This text has color #6C096E on white background.



Black color preview on #6C096E background

This text has black color on #6C096E background.


White color preview on #6C096E background

This text has white color on #6C096E background.