COLOR #6264D1

HEX: #6264D1
RGB: (98,100,209)

Color info

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

RGB color model

#6264D1 color RGB value is (98,100,209).

  • red value is 98;
  • green value is 100;
  • blue value is 209.
RGB:
(98,100,209)
(38%,39%,82%)

RGB channels and saturation

R 98 of 255 = 38%
G 100 of 255 = 39%
B 209 of 255 = 82%

98
100
209

R + G + B ~ 53%. #6264D1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
98 + 100 + 209 = 407 (100%)
R 98 of 407 ~ 24.08%
G 100 of 407 ~ 24.57%
B 209 of 407 ~ 51.35%

%24.08
%24.57
%51.35

CMYK color model

#6264D1 color CMYK value is (53,52,0,18).

  • cyan value is 53.11%
  • magenta value is 52.15%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(53,52,0,18)
C53M52Y0K18 
(53%,52%,0%,18%)
(0.53/0.52/0.00/0.18)	

CMYK percentages

%53.11
%52.15
%0
%18.04

Codes

Color #6264D1 in popluar color models

6264D1
RGB98100209
HSL239°54.68%60.20%
HSB/HSV239°53.11%81.96%
CMYK53.11%52.15%0.00%
18.04%

Color #6264D1 in popluar number systems.

HEX6264D1
Decimal98100209
Binary1100010110010011010001
Octal142144321

Shades and tints

Shades of #6264D1

#6264D1
(98,100,209)
#5A5BBE
(90,91,190)
#5252AB
(82,82,171)
#4A4998
(74,73,152)
#424085
(66,64,133)
#3A3772
(58,55,114)
#322E5F
(50,46,95)
#2A254C
(42,37,76)
#221C39
(34,28,57)
#1A1326
(26,19,38)
#120A13
(18,10,19)
#000000
(0,0,0)

Tints of #6264D1

#6264D1
(98,100,209)
#7072D5
(112,114,213)
#7E80D9
(126,128,217)
#8C8EDD
(140,142,221)
#9A9CE1
(154,156,225)
#A8AAE5
(168,170,229)
#B6B8E9
(182,184,233)
#C4C6ED
(196,198,237)
#D2D4F1
(210,212,241)
#E0E2F5
(224,226,245)
#EEF0F9
(238,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6264D1 color. Also use rgb(98,100,209) instead hex code.

Text Font Color

.myTextColor { color: #6264D1; }

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

This text font color is #6264D1.


Background Color

.myBgColor { background-color: #6264D1; }

<div style="background-color:#6264D1">Inner text</div>

This div background color is #6264D1.


Border color

.myBorderColor { border: 1px solid #6264D1; }

<div style="border:3px solid #6264D1">Div</div>

This div border color is #6264D1.


Opacity

.myOpacity80 { color: #6264D1; opacity: 0.8; }

<p style="color:#6264D1;opacity:0.8;">80%</p>

Text with #6264D1 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 #6264D1;}

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

This text has shadow with #6264D1 color.

.textShadow {text-shadow: 3px 3px 1px #6264D1, 3px 3px 1px red;}

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

This text has shadow with #6264D1 primary color and red secondary color.


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

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

This text has shadow with #6264D1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6264D1 on black background.


Color preview on white background

This text has color #6264D1 on white background.



Black color preview on #6264D1 background

This text has black color on #6264D1 background.


White color preview on #6264D1 background

This text has white color on #6264D1 background.