COLOR #6582D5

HEX: #6582D5 RGB: (101,130,213)

Color info

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

RGB color model

#6582D5 color RGB value is (101,130,213).

RGB: (101,130,213) (40%, 51%, 84%)

RGB channels and saturation

R 101 of 255 = 40%
G 130 of 255 = 51%
B 213 of 255 = 84%

101
130
213

R + G + B ~ 58%. #6582D5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 101 + 130 + 213 = 444 (100%)
R 101 of 444 ~ 22.75%
G 130 of 444 ~ 29.28%
B 213 of 444 ~ 47.97'%

%22.75
%29.28
%47.97

CMYK color model

#6582D5 color CMYK value is (53,39,0,16).

  • cyan value is 52.58%
  • magenta value is 38.97%
  • yellow value is 0.00%
  • key color value is 16.47%

CMYK: (53,39,0,16)
C53M39Y0K16 (53%, 39%, 0%, 16%)
(0.53 / 0.39 / 0.00 / 0.16)

CMYK percentages

%52.58
%38.97
%0
%16.47

Codes

Color #6582D5 in popluar color models

65 82 D5
RGB 101 130 213
HSL 224° 57.14% 61.57%
HSB/HSV 224° 52.58% 83.53%
CMYK 52.58% 38.97% 0.00%
16.47%

Color #6582D5 in popluar number systems.

HEX 65 82 D5
Decimal 101 130 213
Binary 1100101 10000010 11010101
Octal 145 202 325

Shades and tints

Shades of #6582D5

#6582D5
(101,130,213)
#5C77C2
(92,119,194)
#536CAF
(83,108,175)
#4A619C
(74,97,156)
#415689
(65,86,137)
#384B76
(56,75,118)
#2F4063
(47,64,99)
#263550
(38,53,80)
#1D2A3D
(29,42,61)
#141F2A
(20,31,42)
#0B1417
(11,20,23)
#000000
(0,0,0)

Tints of #6582D5

#6582D5
(101,130,213)
#738DD8
(115,141,216)
#8198DB
(129,152,219)
#8FA3DE
(143,163,222)
#9DAEE1
(157,174,225)
#ABB9E4
(171,185,228)
#B9C4E7
(185,196,231)
#C7CFEA
(199,207,234)
#D5DAED
(213,218,237)
#E3E5F0
(227,229,240)
#F1F0F3
(241,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6582D5 color. Also use rgb(101,130,213) instead hex code.

Text Font Color

.myTextColor { color: #6582D5; }

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

This text font color is #6582D5.

Background Color

.myBgColor { background-color: #6582D5; }

<div style="background-color:#6582D5">Inner text</div>

This div background color is #6582D5.

Border color

.myBorderColor { border: 1px solid #6582D5; }

<div style="border:3px solid #6582D5">Div</div>

This div border color is #6582D5.

Opacity

.myOpacity80 { color: #6582D5; opacity: 0.8; }

<p style="color:#6582D5;opacity:0.8;">80%</p>

Text with #6582D5 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 #6582D5;}

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

This text has shadow with #6582D5 color.


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

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

This text has shadow with #6582D5 primary color and red secondary color.


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

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

This text has shadow with #6582D5 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6582D5.

Preview

Color preview on black background

This text has color #6582D5 on black background.


Color preview on white background

This text has color #6582D5 on white background.


Black color preview on #6582D5 background

This text has black color on #6582D5 background.


White color preview on #6582D5 background

This text has white color on #6582D5 background.


Related colors

Complementary color

Complementary color for #hex is #9A7D2A.


I love getcolorcode.com

Triadic colors

1 #D56582 and #82D565 with #6582D5 are triadic colors.

2 #D58265 and #8265D5 with #6582D5 are triadic colors.