COLOR #6C6398

HEX: #6C6398 RGB: (108,99,152)

Color info

#6C6398 contains red, green and blue colors in about the same proportion. Web safe color of #6C6398 is #666699 (or #669).

RGB color model

#6C6398 color RGB value is (108,99,152).

RGB: (108,99,152) (42%, 39%, 60%)

RGB channels and saturation

R 108 of 255 = 42%
G 99 of 255 = 39%
B 152 of 255 = 60%

108
99
152

R + G + B ~ 47%. #6C6398 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 108 + 99 + 152 = 359 (100%)
R 108 of 359 ~ 30.08%
G 99 of 359 ~ 27.58%
B 152 of 359 ~ 42.34'%

%30.08
%27.58
%42.34

CMYK color model

#6C6398 color CMYK value is (29,35,0,40).

  • cyan value is 28.95%
  • magenta value is 34.87%
  • yellow value is 0.00%
  • key color value is 40.39%

CMYK: (29,35,0,40)
C29M35Y0K40 (29%, 35%, 0%, 40%)
(0.29 / 0.35 / 0.00 / 0.40)

CMYK percentages

%28.95
%34.87
%0
%40.39

Codes

Color #6C6398 in popluar color models

6C 63 98
RGB 108 99 152
HSL 250° 21.12% 49.22%
HSB/HSV 250° 34.87% 59.61%
CMYK 28.95% 34.87% 0.00%
40.39%

Color #6C6398 in popluar number systems.

HEX 6C 63 98
Decimal 108 99 152
Binary 1101100 1100011 10011000
Octal 154 143 230

Shades and tints

Shades of #6C6398

#6C6398
(108,99,152)
#635A8B
(99,90,139)
#5A517E
(90,81,126)
#514871
(81,72,113)
#483F64
(72,63,100)
#3F3657
(63,54,87)
#362D4A
(54,45,74)
#2D243D
(45,36,61)
#241B30
(36,27,48)
#1B1223
(27,18,35)
#120916
(18,9,22)
#000000
(0,0,0)

Tints of #6C6398

#6C6398
(108,99,152)
#7971A1
(121,113,161)
#867FAA
(134,127,170)
#938DB3
(147,141,179)
#A09BBC
(160,155,188)
#ADA9C5
(173,169,197)
#BAB7CE
(186,183,206)
#C7C5D7
(199,197,215)
#D4D3E0
(212,211,224)
#E1E1E9
(225,225,233)
#EEEFF2
(238,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C6398 color. Also use rgb(108,99,152) instead hex code.

Text Font Color

.myTextColor { color: #6C6398; }

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

This text font color is #6C6398.

Background Color

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

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

This div background color is #6C6398.

Border color

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

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

This div border color is #6C6398.

Opacity

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

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

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

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

This text has shadow with #6C6398 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C6398.

Preview

Color preview on black background

This text has color #6C6398 on black background.


Color preview on white background

This text has color #6C6398 on white background.


Black color preview on #6C6398 background

This text has black color on #6C6398 background.


White color preview on #6C6398 background

This text has white color on #6C6398 background.


Related colors

Complementary color

Complementary color for #hex is #939C67.


I love getcolorcode.com

Triadic colors

1 #986C63 and #63986C with #6C6398 are triadic colors.

2 #98636C and #636C98 with #6C6398 are triadic colors.