COLOR #6C0174

HEX: #6C0174 RGB: (108,1,116)

Color info

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

RGB color model

#6C0174 color RGB value is (108,1,116).

RGB: (108,1,116) (42%, 0%, 45%)

RGB channels and saturation

R 108 of 255 = 42%
G 1 of 255 = 0%
B 116 of 255 = 45%

108
1
116

R + G + B ~ 29%. #6C0174 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 108 + 1 + 116 = 225 (100%)
R 108 of 225 ~ 48%
G 1 of 225 ~ 0.44%
B 116 of 225 ~ 51.56'%

%48
%51.56

CMYK color model

#6C0174 color CMYK value is (7,99,0,55).

  • cyan value is 6.90%
  • magenta value is 99.14%
  • yellow value is 0.00%
  • key color value is 54.51%

CMYK: (7,99,0,55)
C7M99Y0K55 (7%, 99%, 0%, 55%)
(0.07 / 0.99 / 0.00 / 0.55)

CMYK percentages

%6.9
%99.14
%0
%54.51

Codes

Color #6C0174 in popluar color models

6C 01 74
RGB 108 1 116
HSL 296° 98.29% 22.94%
HSB/HSV 296° 99.14% 45.49%
CMYK 6.90% 99.14% 0.00%
54.51%

Color #6C0174 in popluar number systems.

HEX 6C 01 74
Decimal 108 1 116
Binary 1101100 1 1110100
Octal 154 1 164

Shades and tints

Shades of #6C0174

#6C0174
(108,1,116)
#63016A
(99,1,106)
#5A0160
(90,1,96)
#510156
(81,1,86)
#48014C
(72,1,76)
#3F0142
(63,1,66)
#360138
(54,1,56)
#2D012E
(45,1,46)
#240124
(36,1,36)
#1B011A
(27,1,26)
#120110
(18,1,16)
#000000
(0,0,0)

Tints of #6C0174

#6C0174
(108,1,116)
#791880
(121,24,128)
#862F8C
(134,47,140)
#934698
(147,70,152)
#A05DA4
(160,93,164)
#AD74B0
(173,116,176)
#BA8BBC
(186,139,188)
#C7A2C8
(199,162,200)
#D4B9D4
(212,185,212)
#E1D0E0
(225,208,224)
#EEE7EC
(238,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C0174 color. Also use rgb(108,1,116) instead hex code.

Text Font Color

.myTextColor { color: #6C0174; }

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

This text font color is #6C0174.

Background Color

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

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

This div background color is #6C0174.

Border color

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

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

This div border color is #6C0174.

Opacity

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

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

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

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

This text has shadow with #6C0174 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C0174.

Preview

Color preview on black background

This text has color #6C0174 on black background.


Color preview on white background

This text has color #6C0174 on white background.


Black color preview on #6C0174 background

This text has black color on #6C0174 background.


White color preview on #6C0174 background

This text has white color on #6C0174 background.


Related colors

Complementary color

Complementary color for #hex is #93FE8B.


I love getcolorcode.com

Triadic colors

1 #746C01 and #01746C with #6C0174 are triadic colors.

2 #74016C and #016C74 with #6C0174 are triadic colors.