COLOR #6501DA

HEX: #6501DA
RGB: (101,1,218)

Color info

#6501DA contains mainly blue color. Web safe color of #6501DA is #6600CC (or #60C).

RGB color model

#6501DA color RGB value is (101,1,218).

  • red value is 101;
  • green value is 1;
  • blue value is 218.
RGB:
(101,1,218)
(40%,0%,85%)

RGB channels and saturation

R 101 of 255 = 40%
G 1 of 255 = 0%
B 218 of 255 = 85%

101
1
218

R + G + B ~ 42%. #6501DA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
101 + 1 + 218 = 320 (100%)
R 101 of 320 ~ 31.56%
G 1 of 320 ~ 0.31%
B 218 of 320 ~ 68.13%

%31.56
%68.13

CMYK color model

#6501DA color CMYK value is (54,100,0,15).

  • cyan value is 53.67%
  • magenta value is 99.54%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(54,100,0,15)
C54M100Y0K15 
(54%,100%,0%,15%)
(0.54/1.00/0.00/0.15)	

CMYK percentages

%53.67
%99.54
%0
%14.51

Codes

Color #6501DA in popluar color models

6501DA
RGB1011218
HSL268°99.09%42.94%
HSB/HSV268°99.54%85.49%
CMYK53.67%99.54%0.00%
14.51%

Color #6501DA in popluar number systems.

HEX6501DA
Decimal1011218
Binary1100101111011010
Octal1451332

Shades and tints

Shades of #6501DA

#6501DA
(101,1,218)
#5C01C7
(92,1,199)
#5301B4
(83,1,180)
#4A01A1
(74,1,161)
#41018E
(65,1,142)
#38017B
(56,1,123)
#2F0168
(47,1,104)
#260155
(38,1,85)
#1D0142
(29,1,66)
#14012F
(20,1,47)
#0B011C
(11,1,28)
#000000
(0,0,0)

Tints of #6501DA

#6501DA
(101,1,218)
#7318DD
(115,24,221)
#812FE0
(129,47,224)
#8F46E3
(143,70,227)
#9D5DE6
(157,93,230)
#AB74E9
(171,116,233)
#B98BEC
(185,139,236)
#C7A2EF
(199,162,239)
#D5B9F2
(213,185,242)
#E3D0F5
(227,208,245)
#F1E7F8
(241,231,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6501DA color. Also use rgb(101,1,218) instead hex code.

Text Font Color

.myTextColor { color: #6501DA; }

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

This text font color is #6501DA.


Background Color

.myBgColor { background-color: #6501DA; }

<div style="background-color:#6501DA">Inner text</div>

This div background color is #6501DA.


Border color

.myBorderColor { border: 1px solid #6501DA; }

<div style="border:3px solid #6501DA">Div</div>

This div border color is #6501DA.


Opacity

.myOpacity80 { color: #6501DA; opacity: 0.8; }

<p style="color:#6501DA;opacity:0.8;">80%</p>

Text with #6501DA 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 #6501DA;}

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

This text has shadow with #6501DA color.

.textShadow {text-shadow: 3px 3px 1px #6501DA, 3px 3px 1px red;}

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

This text has shadow with #6501DA primary color and red secondary color.


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

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

This text has shadow with #6501DA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6501DA on black background.


Color preview on white background

This text has color #6501DA on white background.



Black color preview on #6501DA background

This text has black color on #6501DA background.


White color preview on #6501DA background

This text has white color on #6501DA background.