COLOR #6C69B9

HEX: #6C69B9 RGB: (108,105,185)

Color info

#6C69B9 contains mainly blue color. Web safe color of #6C69B9 is #6666CC (or #66C).

RGB color model

#6C69B9 color RGB value is (108,105,185).

RGB: (108,105,185) (42%, 41%, 73%)

RGB channels and saturation

R 108 of 255 = 42%
G 105 of 255 = 41%
B 185 of 255 = 73%

108
105
185

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

Portions of RGB colors in percentages

R + G + B = 108 + 105 + 185 = 398 (100%)
R 108 of 398 ~ 27.14%
G 105 of 398 ~ 26.38%
B 185 of 398 ~ 46.48'%

%27.14
%26.38
%46.48

CMYK color model

#6C69B9 color CMYK value is (42,43,0,27).

  • cyan value is 41.62%
  • magenta value is 43.24%
  • yellow value is 0.00%
  • key color value is 27.45%

CMYK: (42,43,0,27)
C42M43Y0K27 (42%, 43%, 0%, 27%)
(0.42 / 0.43 / 0.00 / 0.27)

CMYK percentages

%41.62
%43.24
%0
%27.45

Codes

Color #6C69B9 in popluar color models

6C 69 B9
RGB 108 105 185
HSL 242° 36.36% 56.86%
HSB/HSV 242° 43.24% 72.55%
CMYK 41.62% 43.24% 0.00%
27.45%

Color #6C69B9 in popluar number systems.

HEX 6C 69 B9
Decimal 108 105 185
Binary 1101100 1101001 10111001
Octal 154 151 271

Shades and tints

Shades of #6C69B9

#6C69B9
(108,105,185)
#6360A9
(99,96,169)
#5A5799
(90,87,153)
#514E89
(81,78,137)
#484579
(72,69,121)
#3F3C69
(63,60,105)
#363359
(54,51,89)
#2D2A49
(45,42,73)
#242139
(36,33,57)
#1B1829
(27,24,41)
#120F19
(18,15,25)
#000000
(0,0,0)

Tints of #6C69B9

#6C69B9
(108,105,185)
#7976BF
(121,118,191)
#8683C5
(134,131,197)
#9390CB
(147,144,203)
#A09DD1
(160,157,209)
#ADAAD7
(173,170,215)
#BAB7DD
(186,183,221)
#C7C4E3
(199,196,227)
#D4D1E9
(212,209,233)
#E1DEEF
(225,222,239)
#EEEBF5
(238,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C69B9 color. Also use rgb(108,105,185) instead hex code.

Text Font Color

.myTextColor { color: #6C69B9; }

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

This text font color is #6C69B9.

Background Color

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

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

This div background color is #6C69B9.

Border color

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

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

This div border color is #6C69B9.

Opacity

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

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

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

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

This text has shadow with #6C69B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C69B9.

Preview

Color preview on black background

This text has color #6C69B9 on black background.


Color preview on white background

This text has color #6C69B9 on white background.


Black color preview on #6C69B9 background

This text has black color on #6C69B9 background.


White color preview on #6C69B9 background

This text has white color on #6C69B9 background.


Related colors

Complementary color

Complementary color for #hex is #939646.


I love getcolorcode.com

Triadic colors

1 #B96C69 and #69B96C with #6C69B9 are triadic colors.

2 #B9696C and #696CB9 with #6C69B9 are triadic colors.