COLOR #6C62CE

HEX: #6C62CE RGB: (108,98,206)

Color info

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

RGB color model

#6C62CE color RGB value is (108,98,206).

RGB: (108,98,206) (42%, 38%, 81%)

RGB channels and saturation

R 108 of 255 = 42%
G 98 of 255 = 38%
B 206 of 255 = 81%

108
98
206

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

Portions of RGB colors in percentages

R + G + B = 108 + 98 + 206 = 412 (100%)
R 108 of 412 ~ 26.21%
G 98 of 412 ~ 23.79%
B 206 of 412 ~ 50'%

%26.21
%23.79
%50

CMYK color model

#6C62CE color CMYK value is (48,52,0,19).

  • cyan value is 47.57%
  • magenta value is 52.43%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (48,52,0,19)
C48M52Y0K19 (48%, 52%, 0%, 19%)
(0.48 / 0.52 / 0.00 / 0.19)

CMYK percentages

%47.57
%52.43
%0
%19.22

Codes

Color #6C62CE in popluar color models

6C 62 CE
RGB 108 98 206
HSL 246° 52.43% 59.61%
HSB/HSV 246° 52.43% 80.78%
CMYK 47.57% 52.43% 0.00%
19.22%

Color #6C62CE in popluar number systems.

HEX 6C 62 CE
Decimal 108 98 206
Binary 1101100 1100010 11001110
Octal 154 142 316

Shades and tints

Shades of #6C62CE

#6C62CE
(108,98,206)
#635ABC
(99,90,188)
#5A52AA
(90,82,170)
#514A98
(81,74,152)
#484286
(72,66,134)
#3F3A74
(63,58,116)
#363262
(54,50,98)
#2D2A50
(45,42,80)
#24223E
(36,34,62)
#1B1A2C
(27,26,44)
#12121A
(18,18,26)
#000000
(0,0,0)

Tints of #6C62CE

#6C62CE
(108,98,206)
#7970D2
(121,112,210)
#867ED6
(134,126,214)
#938CDA
(147,140,218)
#A09ADE
(160,154,222)
#ADA8E2
(173,168,226)
#BAB6E6
(186,182,230)
#C7C4EA
(199,196,234)
#D4D2EE
(212,210,238)
#E1E0F2
(225,224,242)
#EEEEF6
(238,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C62CE color. Also use rgb(108,98,206) instead hex code.

Text Font Color

.myTextColor { color: #6C62CE; }

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

This text font color is #6C62CE.

Background Color

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

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

This div background color is #6C62CE.

Border color

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

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

This div border color is #6C62CE.

Opacity

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

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

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

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

This text has shadow with #6C62CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C62CE.

Preview

Color preview on black background

This text has color #6C62CE on black background.


Color preview on white background

This text has color #6C62CE on white background.


Black color preview on #6C62CE background

This text has black color on #6C62CE background.


White color preview on #6C62CE background

This text has white color on #6C62CE background.


Related colors

Complementary color

Complementary color for #hex is #939D31.


I love getcolorcode.com

Triadic colors

1 #CE6C62 and #62CE6C with #6C62CE are triadic colors.

2 #CE626C and #626CCE with #6C62CE are triadic colors.