COLOR #6599E1

HEX: #6599E1
RGB: (101,153,225)

Color info

#6599E1 contains mainly blue color. Web safe color of #6599E1 is #6699CC (or #69C).

RGB color model

#6599E1 color RGB value is (101,153,225).

  • red value is 101;
  • green value is 153;
  • blue value is 225.
RGB:
(101,153,225)
(40%,60%,88%)

RGB channels and saturation

R 101 of 255 = 40%
G 153 of 255 = 60%
B 225 of 255 = 88%

101
153
225

R + G + B ~ 63%. #6599E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
101 + 153 + 225 = 479 (100%)
R 101 of 479 ~ 21.09%
G 153 of 479 ~ 31.94%
B 225 of 479 ~ 46.97%

%21.09
%31.94
%46.97

CMYK color model

#6599E1 color CMYK value is (55,32,0,12).

  • cyan value is 55.11%
  • magenta value is 32.00%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(55,32,0,12)
C55M32Y0K12 
(55%,32%,0%,12%)
(0.55/0.32/0.00/0.12)	

CMYK percentages

%55.11
%32
%0
%11.76

Codes

Color #6599E1 in popluar color models

6599E1
RGB101153225
HSL215°67.39%63.92%
HSB/HSV215°55.11%88.24%
CMYK55.11%32.00%0.00%
11.76%

Color #6599E1 in popluar number systems.

HEX6599E1
Decimal101153225
Binary11001011001100111100001
Octal145231341

Shades and tints

Shades of #6599E1

#6599E1
(101,153,225)
#5C8CCD
(92,140,205)
#537FB9
(83,127,185)
#4A72A5
(74,114,165)
#416591
(65,101,145)
#38587D
(56,88,125)
#2F4B69
(47,75,105)
#263E55
(38,62,85)
#1D3141
(29,49,65)
#14242D
(20,36,45)
#0B1719
(11,23,25)
#000000
(0,0,0)

Tints of #6599E1

#6599E1
(101,153,225)
#73A2E3
(115,162,227)
#81ABE5
(129,171,229)
#8FB4E7
(143,180,231)
#9DBDE9
(157,189,233)
#ABC6EB
(171,198,235)
#B9CFED
(185,207,237)
#C7D8EF
(199,216,239)
#D5E1F1
(213,225,241)
#E3EAF3
(227,234,243)
#F1F3F5
(241,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6599E1 color. Also use rgb(101,153,225) instead hex code.

Text Font Color

.myTextColor { color: #6599E1; }

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

This text font color is #6599E1.


Background Color

.myBgColor { background-color: #6599E1; }

<div style="background-color:#6599E1">Inner text</div>

This div background color is #6599E1.


Border color

.myBorderColor { border: 1px solid #6599E1; }

<div style="border:3px solid #6599E1">Div</div>

This div border color is #6599E1.


Opacity

.myOpacity80 { color: #6599E1; opacity: 0.8; }

<p style="color:#6599E1;opacity:0.8;">80%</p>

Text with #6599E1 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 #6599E1;}

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

This text has shadow with #6599E1 color.

.textShadow {text-shadow: 3px 3px 1px #6599E1, 3px 3px 1px red;}

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

This text has shadow with #6599E1 primary color and red secondary color.


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

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

This text has shadow with #6599E1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6599E1 on black background.


Color preview on white background

This text has color #6599E1 on white background.



Black color preview on #6599E1 background

This text has black color on #6599E1 background.


White color preview on #6599E1 background

This text has white color on #6599E1 background.