COLOR #6C59DF

HEX: #6C59DF
RGB: (108,89,223)

Color info

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

RGB color model

#6C59DF color RGB value is (108,89,223).

  • red value is 108;
  • green value is 89;
  • blue value is 223.
RGB:
(108,89,223)
(42%,35%,87%)

RGB channels and saturation

R 108 of 255 = 42%
G 89 of 255 = 35%
B 223 of 255 = 87%

108
89
223

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

Portions of RGB colors in percentages

R + G + B =
108 + 89 + 223 = 420 (100%)
R 108 of 420 ~ 25.71%
G 89 of 420 ~ 21.19%
B 223 of 420 ~ 53.1%

%25.71
%21.19
%53.1

CMYK color model

#6C59DF color CMYK value is (52,60,0,13).

  • cyan value is 51.57%
  • magenta value is 60.09%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(52,60,0,13)
C52M60Y0K13 
(52%,60%,0%,13%)
(0.52/0.60/0.00/0.13)	

CMYK percentages

%51.57
%60.09
%0
%12.55

Codes

Color #6C59DF in popluar color models

6C59DF
RGB10889223
HSL249°67.68%61.18%
HSB/HSV249°60.09%87.45%
CMYK51.57%60.09%0.00%
12.55%

Color #6C59DF in popluar number systems.

HEX6C59DF
Decimal10889223
Binary1101100101100111011111
Octal154131337

Shades and tints

Shades of #6C59DF

#6C59DF
(108,89,223)
#6351CB
(99,81,203)
#5A49B7
(90,73,183)
#5141A3
(81,65,163)
#48398F
(72,57,143)
#3F317B
(63,49,123)
#362967
(54,41,103)
#2D2153
(45,33,83)
#24193F
(36,25,63)
#1B112B
(27,17,43)
#120917
(18,9,23)
#000000
(0,0,0)

Tints of #6C59DF

#6C59DF
(108,89,223)
#7968E1
(121,104,225)
#8677E3
(134,119,227)
#9386E5
(147,134,229)
#A095E7
(160,149,231)
#ADA4E9
(173,164,233)
#BAB3EB
(186,179,235)
#C7C2ED
(199,194,237)
#D4D1EF
(212,209,239)
#E1E0F1
(225,224,241)
#EEEFF3
(238,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C59DF color. Also use rgb(108,89,223) instead hex code.

Text Font Color

.myTextColor { color: #6C59DF; }

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

This text font color is #6C59DF.


Background Color

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

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

This div background color is #6C59DF.


Border color

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

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

This div border color is #6C59DF.


Opacity

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

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

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

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

This text has shadow with #6C59DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C59DF on black background.


Color preview on white background

This text has color #6C59DF on white background.



Black color preview on #6C59DF background

This text has black color on #6C59DF background.


White color preview on #6C59DF background

This text has white color on #6C59DF background.