COLOR #6559EE

HEX: #6559EE
RGB: (101,89,238)

Color info

#6559EE contains mainly blue color. Web safe color of #6559EE is #6666FF (or #66F).

RGB color model

#6559EE color RGB value is (101,89,238).

  • red value is 101;
  • green value is 89;
  • blue value is 238.
RGB:
(101,89,238)
(40%,35%,93%)

RGB channels and saturation

R 101 of 255 = 40%
G 89 of 255 = 35%
B 238 of 255 = 93%

101
89
238

R + G + B ~ 56%. #6559EE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
101 + 89 + 238 = 428 (100%)
R 101 of 428 ~ 23.6%
G 89 of 428 ~ 20.79%
B 238 of 428 ~ 55.61%

%23.6
%20.79
%55.61

CMYK color model

#6559EE color CMYK value is (58,63,0,7).

  • cyan value is 57.56%
  • magenta value is 62.61%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(58,63,0,7)
C58M63Y0K7 
(58%,63%,0%,7%)
(0.58/0.63/0.00/0.07)	

CMYK percentages

%57.56
%62.61
%0
%6.67

Codes

Color #6559EE in popluar color models

6559EE
RGB10189238
HSL245°81.42%64.12%
HSB/HSV245°62.61%93.33%
CMYK57.56%62.61%0.00%
6.67%

Color #6559EE in popluar number systems.

HEX6559EE
Decimal10189238
Binary1100101101100111101110
Octal145131356

Shades and tints

Shades of #6559EE

#6559EE
(101,89,238)
#5C51D9
(92,81,217)
#5349C4
(83,73,196)
#4A41AF
(74,65,175)
#41399A
(65,57,154)
#383185
(56,49,133)
#2F2970
(47,41,112)
#26215B
(38,33,91)
#1D1946
(29,25,70)
#141131
(20,17,49)
#0B091C
(11,9,28)
#000000
(0,0,0)

Tints of #6559EE

#6559EE
(101,89,238)
#7368EF
(115,104,239)
#8177F0
(129,119,240)
#8F86F1
(143,134,241)
#9D95F2
(157,149,242)
#ABA4F3
(171,164,243)
#B9B3F4
(185,179,244)
#C7C2F5
(199,194,245)
#D5D1F6
(213,209,246)
#E3E0F7
(227,224,247)
#F1EFF8
(241,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6559EE color. Also use rgb(101,89,238) instead hex code.

Text Font Color

.myTextColor { color: #6559EE; }

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

This text font color is #6559EE.


Background Color

.myBgColor { background-color: #6559EE; }

<div style="background-color:#6559EE">Inner text</div>

This div background color is #6559EE.


Border color

.myBorderColor { border: 1px solid #6559EE; }

<div style="border:3px solid #6559EE">Div</div>

This div border color is #6559EE.


Opacity

.myOpacity80 { color: #6559EE; opacity: 0.8; }

<p style="color:#6559EE;opacity:0.8;">80%</p>

Text with #6559EE 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 #6559EE;}

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

This text has shadow with #6559EE color.

.textShadow {text-shadow: 3px 3px 1px #6559EE, 3px 3px 1px red;}

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

This text has shadow with #6559EE primary color and red secondary color.


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

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

This text has shadow with #6559EE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6559EE on black background.


Color preview on white background

This text has color #6559EE on white background.



Black color preview on #6559EE background

This text has black color on #6559EE background.


White color preview on #6559EE background

This text has white color on #6559EE background.