COLOR #6576EF

HEX: #6576EF RGB: (101,118,239)

Color info

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

RGB color model

#6576EF color RGB value is (101,118,239).

RGB: (101,118,239) (40%, 46%, 94%)

RGB channels and saturation

R 101 of 255 = 40%
G 118 of 255 = 46%
B 239 of 255 = 94%

101
118
239

R + G + B ~ 60%. #6576EF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 101 + 118 + 239 = 458 (100%)
R 101 of 458 ~ 22.05%
G 118 of 458 ~ 25.76%
B 239 of 458 ~ 52.18'%

%22.05
%25.76
%52.18

CMYK color model

#6576EF color CMYK value is (58,51,0,6).

  • cyan value is 57.74%
  • magenta value is 50.63%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (58,51,0,6)
C58M51Y0K6 (58%, 51%, 0%, 6%)
(0.58 / 0.51 / 0.00 / 0.06)

CMYK percentages

%57.74
%50.63
%0
%6.27

Codes

Color #6576EF in popluar color models

65 76 EF
RGB 101 118 239
HSL 233° 81.18% 66.67%
HSB/HSV 233° 57.74% 93.73%
CMYK 57.74% 50.63% 0.00%
6.27%

Color #6576EF in popluar number systems.

HEX 65 76 EF
Decimal 101 118 239
Binary 1100101 1110110 11101111
Octal 145 166 357

Shades and tints

Shades of #6576EF

#6576EF
(101,118,239)
#5C6CDA
(92,108,218)
#5362C5
(83,98,197)
#4A58B0
(74,88,176)
#414E9B
(65,78,155)
#384486
(56,68,134)
#2F3A71
(47,58,113)
#26305C
(38,48,92)
#1D2647
(29,38,71)
#141C32
(20,28,50)
#0B121D
(11,18,29)
#000000
(0,0,0)

Tints of #6576EF

#6576EF
(101,118,239)
#7382F0
(115,130,240)
#818EF1
(129,142,241)
#8F9AF2
(143,154,242)
#9DA6F3
(157,166,243)
#ABB2F4
(171,178,244)
#B9BEF5
(185,190,245)
#C7CAF6
(199,202,246)
#D5D6F7
(213,214,247)
#E3E2F8
(227,226,248)
#F1EEF9
(241,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6576EF color. Also use rgb(101,118,239) instead hex code.

Text Font Color

.myTextColor { color: #6576EF; }

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

This text font color is #6576EF.

Background Color

.myBgColor { background-color: #6576EF; }

<div style="background-color:#6576EF">Inner text</div>

This div background color is #6576EF.

Border color

.myBorderColor { border: 1px solid #6576EF; }

<div style="border:3px solid #6576EF">Div</div>

This div border color is #6576EF.

Opacity

.myOpacity80 { color: #6576EF; opacity: 0.8; }

<p style="color:#6576EF;opacity:0.8;">80%</p>

Text with #6576EF 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 #6576EF;}

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

This text has shadow with #6576EF color.


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

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

This text has shadow with #6576EF primary color and red secondary color.


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

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

This text has shadow with #6576EF and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6576EF.

Preview

Color preview on black background

This text has color #6576EF on black background.


Color preview on white background

This text has color #6576EF on white background.


Black color preview on #6576EF background

This text has black color on #6576EF background.


White color preview on #6576EF background

This text has white color on #6576EF background.


Related colors

Complementary color

Complementary color for #hex is #9A8910.


I love getcolorcode.com

Triadic colors

1 #EF6576 and #76EF65 with #6576EF are triadic colors.

2 #EF7665 and #7665EF with #6576EF are triadic colors.