COLOR #6C7ABC

HEX: #6C7ABC RGB: (108,122,188)

Color info

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

RGB color model

#6C7ABC color RGB value is (108,122,188).

RGB: (108,122,188) (42%, 48%, 74%)

RGB channels and saturation

R 108 of 255 = 42%
G 122 of 255 = 48%
B 188 of 255 = 74%

108
122
188

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

Portions of RGB colors in percentages

R + G + B = 108 + 122 + 188 = 418 (100%)
R 108 of 418 ~ 25.84%
G 122 of 418 ~ 29.19%
B 188 of 418 ~ 44.98'%

%25.84
%29.19
%44.98

CMYK color model

#6C7ABC color CMYK value is (43,35,0,26).

  • cyan value is 42.55%
  • magenta value is 35.11%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (43,35,0,26)
C43M35Y0K26 (43%, 35%, 0%, 26%)
(0.43 / 0.35 / 0.00 / 0.26)

CMYK percentages

%42.55
%35.11
%0
%26.27

Codes

Color #6C7ABC in popluar color models

6C 7A BC
RGB 108 122 188
HSL 230° 37.38% 58.04%
HSB/HSV 230° 42.55% 73.73%
CMYK 42.55% 35.11% 0.00%
26.27%

Color #6C7ABC in popluar number systems.

HEX 6C 7A BC
Decimal 108 122 188
Binary 1101100 1111010 10111100
Octal 154 172 274

Shades and tints

Shades of #6C7ABC

#6C7ABC
(108,122,188)
#636FAB
(99,111,171)
#5A649A
(90,100,154)
#515989
(81,89,137)
#484E78
(72,78,120)
#3F4367
(63,67,103)
#363856
(54,56,86)
#2D2D45
(45,45,69)
#242234
(36,34,52)
#1B1723
(27,23,35)
#120C12
(18,12,18)
#000000
(0,0,0)

Tints of #6C7ABC

#6C7ABC
(108,122,188)
#7986C2
(121,134,194)
#8692C8
(134,146,200)
#939ECE
(147,158,206)
#A0AAD4
(160,170,212)
#ADB6DA
(173,182,218)
#BAC2E0
(186,194,224)
#C7CEE6
(199,206,230)
#D4DAEC
(212,218,236)
#E1E6F2
(225,230,242)
#EEF2F8
(238,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C7ABC color. Also use rgb(108,122,188) instead hex code.

Text Font Color

.myTextColor { color: #6C7ABC; }

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

This text font color is #6C7ABC.

Background Color

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

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

This div background color is #6C7ABC.

Border color

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

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

This div border color is #6C7ABC.

Opacity

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

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

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

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

This text has shadow with #6C7ABC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C7ABC.

Preview

Color preview on black background

This text has color #6C7ABC on black background.


Color preview on white background

This text has color #6C7ABC on white background.


Black color preview on #6C7ABC background

This text has black color on #6C7ABC background.


White color preview on #6C7ABC background

This text has white color on #6C7ABC background.


Related colors

Complementary color

Complementary color for #hex is #938543.


I love getcolorcode.com

Triadic colors

1 #BC6C7A and #7ABC6C with #6C7ABC are triadic colors.

2 #BC7A6C and #7A6CBC with #6C7ABC are triadic colors.