COLOR #6183ED

HEX: #6183ED
RGB: (97,131,237)

Color info

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

RGB color model

#6183ED color RGB value is (97,131,237).

  • red value is 97;
  • green value is 131;
  • blue value is 237.
RGB:
(97,131,237)
(38%,51%,93%)

RGB channels and saturation

R 97 of 255 = 38%
G 131 of 255 = 51%
B 237 of 255 = 93%

97
131
237

R + G + B ~ 61%. #6183ED is quite light color.

Portions of RGB colors in percentages

R + G + B =
97 + 131 + 237 = 465 (100%)
R 97 of 465 ~ 20.86%
G 131 of 465 ~ 28.17%
B 237 of 465 ~ 50.97%

%20.86
%28.17
%50.97

CMYK color model

#6183ED color CMYK value is (59,45,0,7).

  • cyan value is 59.07%
  • magenta value is 44.73%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(59,45,0,7)
C59M45Y0K7 
(59%,45%,0%,7%)
(0.59/0.45/0.00/0.07)	

CMYK percentages

%59.07
%44.73
%0
%7.06

Codes

Color #6183ED in popluar color models

6183ED
RGB97131237
HSL225°79.55%65.49%
HSB/HSV225°59.07%92.94%
CMYK59.07%44.73%0.00%
7.06%

Color #6183ED in popluar number systems.

HEX6183ED
Decimal97131237
Binary11000011000001111101101
Octal141203355

Shades and tints

Shades of #6183ED

#6183ED
(97,131,237)
#5978D8
(89,120,216)
#516DC3
(81,109,195)
#4962AE
(73,98,174)
#415799
(65,87,153)
#394C84
(57,76,132)
#31416F
(49,65,111)
#29365A
(41,54,90)
#212B45
(33,43,69)
#192030
(25,32,48)
#11151B
(17,21,27)
#000000
(0,0,0)

Tints of #6183ED

#6183ED
(97,131,237)
#6F8EEE
(111,142,238)
#7D99EF
(125,153,239)
#8BA4F0
(139,164,240)
#99AFF1
(153,175,241)
#A7BAF2
(167,186,242)
#B5C5F3
(181,197,243)
#C3D0F4
(195,208,244)
#D1DBF5
(209,219,245)
#DFE6F6
(223,230,246)
#EDF1F7
(237,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6183ED color. Also use rgb(97,131,237) instead hex code.

Text Font Color

.myTextColor { color: #6183ED; }

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

This text font color is #6183ED.


Background Color

.myBgColor { background-color: #6183ED; }

<div style="background-color:#6183ED">Inner text</div>

This div background color is #6183ED.


Border color

.myBorderColor { border: 1px solid #6183ED; }

<div style="border:3px solid #6183ED">Div</div>

This div border color is #6183ED.


Opacity

.myOpacity80 { color: #6183ED; opacity: 0.8; }

<p style="color:#6183ED;opacity:0.8;">80%</p>

Text with #6183ED 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 #6183ED;}

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

This text has shadow with #6183ED color.

.textShadow {text-shadow: 3px 3px 1px #6183ED, 3px 3px 1px red;}

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

This text has shadow with #6183ED primary color and red secondary color.


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

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

This text has shadow with #6183ED and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6183ED on black background.


Color preview on white background

This text has color #6183ED on white background.



Black color preview on #6183ED background

This text has black color on #6183ED background.


White color preview on #6183ED background

This text has white color on #6183ED background.