COLOR #6361BE

HEX: #6361BE
RGB: (99,97,190)

Color info

#6361BE contains mainly blue color. Web safe color of #6361BE is #6666CC (or #66C).

RGB color model

#6361BE color RGB value is (99,97,190).

  • red value is 99;
  • green value is 97;
  • blue value is 190.
RGB:
(99,97,190)
(39%,38%,75%)

RGB channels and saturation

R 99 of 255 = 39%
G 97 of 255 = 38%
B 190 of 255 = 75%

99
97
190

R + G + B ~ 51%. #6361BE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
99 + 97 + 190 = 386 (100%)
R 99 of 386 ~ 25.65%
G 97 of 386 ~ 25.13%
B 190 of 386 ~ 49.22%

%25.65
%25.13
%49.22

CMYK color model

#6361BE color CMYK value is (48,49,0,25).

  • cyan value is 47.89%
  • magenta value is 48.95%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(48,49,0,25)
C48M49Y0K25 
(48%,49%,0%,25%)
(0.48/0.49/0.00/0.25)	

CMYK percentages

%47.89
%48.95
%0
%25.49

Codes

Color #6361BE in popluar color models

6361BE
RGB9997190
HSL241°41.70%56.27%
HSB/HSV241°48.95%74.51%
CMYK47.89%48.95%0.00%
25.49%

Color #6361BE in popluar number systems.

HEX6361BE
Decimal9997190
Binary1100011110000110111110
Octal143141276

Shades and tints

Shades of #6361BE

#6361BE
(99,97,190)
#5A59AD
(90,89,173)
#51519C
(81,81,156)
#48498B
(72,73,139)
#3F417A
(63,65,122)
#363969
(54,57,105)
#2D3158
(45,49,88)
#242947
(36,41,71)
#1B2136
(27,33,54)
#121925
(18,25,37)
#091114
(9,17,20)
#000000
(0,0,0)

Tints of #6361BE

#6361BE
(99,97,190)
#716FC3
(113,111,195)
#7F7DC8
(127,125,200)
#8D8BCD
(141,139,205)
#9B99D2
(155,153,210)
#A9A7D7
(169,167,215)
#B7B5DC
(183,181,220)
#C5C3E1
(197,195,225)
#D3D1E6
(211,209,230)
#E1DFEB
(225,223,235)
#EFEDF0
(239,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6361BE color. Also use rgb(99,97,190) instead hex code.

Text Font Color

.myTextColor { color: #6361BE; }

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

This text font color is #6361BE.


Background Color

.myBgColor { background-color: #6361BE; }

<div style="background-color:#6361BE">Inner text</div>

This div background color is #6361BE.


Border color

.myBorderColor { border: 1px solid #6361BE; }

<div style="border:3px solid #6361BE">Div</div>

This div border color is #6361BE.


Opacity

.myOpacity80 { color: #6361BE; opacity: 0.8; }

<p style="color:#6361BE;opacity:0.8;">80%</p>

Text with #6361BE 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 #6361BE;}

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

This text has shadow with #6361BE color.

.textShadow {text-shadow: 3px 3px 1px #6361BE, 3px 3px 1px red;}

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

This text has shadow with #6361BE primary color and red secondary color.


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

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

This text has shadow with #6361BE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6361BE on black background.


Color preview on white background

This text has color #6361BE on white background.



Black color preview on #6361BE background

This text has black color on #6361BE background.


White color preview on #6361BE background

This text has white color on #6361BE background.