COLOR #6591F8

HEX: #6591F8 RGB: (101,145,248)

Color info

#6591F8 contains mainly blue color. Web safe color of #6591F8 is #6699FF (or #69F).

RGB color model

#6591F8 color RGB value is (101,145,248).

RGB: (101,145,248) (40%, 57%, 97%)

RGB channels and saturation

R 101 of 255 = 40%
G 145 of 255 = 57%
B 248 of 255 = 97%

101
145
248

R + G + B ~ 65%. #6591F8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 101 + 145 + 248 = 494 (100%)
R 101 of 494 ~ 20.45%
G 145 of 494 ~ 29.35%
B 248 of 494 ~ 50.2'%

%20.45
%29.35
%50.2

CMYK color model

#6591F8 color CMYK value is (59,42,0,3).

  • cyan value is 59.27%
  • magenta value is 41.53%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK: (59,42,0,3) C59M42Y0K3 (59%,42%,0%,3%) (0.59/0.42/0.00/0.03) 

CMYK percentages

%59.27
%41.53
%0
%2.75

Codes

Color #6591F8 in popluar color models

65 91 F8
RGB 101 145 248
HSL 222° 91.30% 68.43%
HSB/HSV 222° 59.27% 97.25%
CMYK 59.27% 41.53% 0.00%
2.75%

Color #6591F8 in popluar number systems.

HEX 65 91 F8
Decimal 101 145 248
Binary 1100101 10010001 11111000
Octal 145 221 370

Shades and tints

Shades of #6591F8

#6591F8
(101,145,248)
#5C84E2
(92,132,226)
#5377CC
(83,119,204)
#4A6AB6
(74,106,182)
#415DA0
(65,93,160)
#38508A
(56,80,138)
#2F4374
(47,67,116)
#26365E
(38,54,94)
#1D2948
(29,41,72)
#141C32
(20,28,50)
#0B0F1C
(11,15,28)
#000000
(0,0,0)

Tints of #6591F8

#6591F8
(101,145,248)
#739BF8
(115,155,248)
#81A5F8
(129,165,248)
#8FAFF8
(143,175,248)
#9DB9F8
(157,185,248)
#ABC3F8
(171,195,248)
#B9CDF8
(185,205,248)
#C7D7F8
(199,215,248)
#D5E1F8
(213,225,248)
#E3EBF8
(227,235,248)
#F1F5F8
(241,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6591F8 color. Also use rgb(101,145,248) instead hex code.

Text Font Color

.myTextColor { color: #6591F8; }

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

This text font color is #6591F8.

Background Color

.myBgColor { background-color: #6591F8; }

<div style="background-color:#6591F8">Inner text</div>

This div background color is #6591F8.

Border color

.myBorderColor { border: 1px solid #6591F8; }

<div style="border:3px solid #6591F8">Div</div>

This div border color is #6591F8.

Opacity

.myOpacity80 { color: #6591F8; opacity: 0.8; }

<p style="color:#6591F8;opacity:0.8;">80%</p>

Text with #6591F8 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 #6591F8;}

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

This text has shadow with #6591F8 color.


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

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

This text has shadow with #6591F8 primary color and red secondary color.


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

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

This text has shadow with #6591F8 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6591F8.

Preview

Color preview on black background

This text has color #6591F8 on black background.


Color preview on white background

This text has color #6591F8 on white background.


Black color preview on #6591F8 background

This text has black color on #6591F8 background.


White color preview on #6591F8 background

This text has white color on #6591F8 background.


Related colors

Complementary color

Complementary color for #hex is #9A6E07.


I love getcolorcode.com

Triadic colors

1 #F86591 and #91F865 with #6591F8 are triadic colors.

2 #F89165 and #9165F8 with #6591F8 are triadic colors.