COLOR #6583C9

HEX: #6583C9
RGB: (101,131,201)

Color info

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

RGB color model

#6583C9 color RGB value is (101,131,201).

  • red value is 101;
  • green value is 131;
  • blue value is 201.
RGB:
(101,131,201)
(40%,51%,79%)

RGB channels and saturation

R 101 of 255 = 40%
G 131 of 255 = 51%
B 201 of 255 = 79%

101
131
201

R + G + B ~ 57%. #6583C9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
101 + 131 + 201 = 433 (100%)
R 101 of 433 ~ 23.33%
G 131 of 433 ~ 30.25%
B 201 of 433 ~ 46.42%

%23.33
%30.25
%46.42

CMYK color model

#6583C9 color CMYK value is (50,35,0,21).

  • cyan value is 49.75%
  • magenta value is 34.83%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(50,35,0,21)
C50M35Y0K21 
(50%,35%,0%,21%)
(0.50/0.35/0.00/0.21)	

CMYK percentages

%49.75
%34.83
%0
%21.18

Codes

Color #6583C9 in popluar color models

6583C9
RGB101131201
HSL222°48.08%59.22%
HSB/HSV222°49.75%78.82%
CMYK49.75%34.83%0.00%
21.18%

Color #6583C9 in popluar number systems.

HEX6583C9
Decimal101131201
Binary11001011000001111001001
Octal145203311

Shades and tints

Shades of #6583C9

#6583C9
(101,131,201)
#5C78B7
(92,120,183)
#536DA5
(83,109,165)
#4A6293
(74,98,147)
#415781
(65,87,129)
#384C6F
(56,76,111)
#2F415D
(47,65,93)
#26364B
(38,54,75)
#1D2B39
(29,43,57)
#142027
(20,32,39)
#0B1515
(11,21,21)
#000000
(0,0,0)

Tints of #6583C9

#6583C9
(101,131,201)
#738ECD
(115,142,205)
#8199D1
(129,153,209)
#8FA4D5
(143,164,213)
#9DAFD9
(157,175,217)
#ABBADD
(171,186,221)
#B9C5E1
(185,197,225)
#C7D0E5
(199,208,229)
#D5DBE9
(213,219,233)
#E3E6ED
(227,230,237)
#F1F1F1
(241,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6583C9 color. Also use rgb(101,131,201) instead hex code.

Text Font Color

.myTextColor { color: #6583C9; }

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

This text font color is #6583C9.


Background Color

.myBgColor { background-color: #6583C9; }

<div style="background-color:#6583C9">Inner text</div>

This div background color is #6583C9.


Border color

.myBorderColor { border: 1px solid #6583C9; }

<div style="border:3px solid #6583C9">Div</div>

This div border color is #6583C9.


Opacity

.myOpacity80 { color: #6583C9; opacity: 0.8; }

<p style="color:#6583C9;opacity:0.8;">80%</p>

Text with #6583C9 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 #6583C9;}

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

This text has shadow with #6583C9 color.

.textShadow {text-shadow: 3px 3px 1px #6583C9, 3px 3px 1px red;}

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

This text has shadow with #6583C9 primary color and red secondary color.


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

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

This text has shadow with #6583C9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6583C9 on black background.


Color preview on white background

This text has color #6583C9 on white background.



Black color preview on #6583C9 background

This text has black color on #6583C9 background.


White color preview on #6583C9 background

This text has white color on #6583C9 background.