COLOR #6A65DB

HEX: #6A65DB
RGB: (106,101,219)

Color info

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

RGB color model

#6A65DB color RGB value is (106,101,219).

  • red value is 106;
  • green value is 101;
  • blue value is 219.
RGB:
(106,101,219)
(42%,40%,86%)

RGB channels and saturation

R 106 of 255 = 42%
G 101 of 255 = 40%
B 219 of 255 = 86%

106
101
219

R + G + B ~ 56%. #6A65DB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
106 + 101 + 219 = 426 (100%)
R 106 of 426 ~ 24.88%
G 101 of 426 ~ 23.71%
B 219 of 426 ~ 51.41%

%24.88
%23.71
%51.41

CMYK color model

#6A65DB color CMYK value is (52,54,0,14).

  • cyan value is 51.60%
  • magenta value is 53.88%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(52,54,0,14)
C52M54Y0K14 
(52%,54%,0%,14%)
(0.52/0.54/0.00/0.14)	

CMYK percentages

%51.6
%53.88
%0
%14.12

Codes

Color #6A65DB in popluar color models

6A65DB
RGB106101219
HSL243°62.11%62.75%
HSB/HSV243°53.88%85.88%
CMYK51.60%53.88%0.00%
14.12%

Color #6A65DB in popluar number systems.

HEX6A65DB
Decimal106101219
Binary1101010110010111011011
Octal152145333

Shades and tints

Shades of #6A65DB

#6A65DB
(106,101,219)
#615CC8
(97,92,200)
#5853B5
(88,83,181)
#4F4AA2
(79,74,162)
#46418F
(70,65,143)
#3D387C
(61,56,124)
#342F69
(52,47,105)
#2B2656
(43,38,86)
#221D43
(34,29,67)
#191430
(25,20,48)
#100B1D
(16,11,29)
#000000
(0,0,0)

Tints of #6A65DB

#6A65DB
(106,101,219)
#7773DE
(119,115,222)
#8481E1
(132,129,225)
#918FE4
(145,143,228)
#9E9DE7
(158,157,231)
#ABABEA
(171,171,234)
#B8B9ED
(184,185,237)
#C5C7F0
(197,199,240)
#D2D5F3
(210,213,243)
#DFE3F6
(223,227,246)
#ECF1F9
(236,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A65DB color. Also use rgb(106,101,219) instead hex code.

Text Font Color

.myTextColor { color: #6A65DB; }

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

This text font color is #6A65DB.


Background Color

.myBgColor { background-color: #6A65DB; }

<div style="background-color:#6A65DB">Inner text</div>

This div background color is #6A65DB.


Border color

.myBorderColor { border: 1px solid #6A65DB; }

<div style="border:3px solid #6A65DB">Div</div>

This div border color is #6A65DB.


Opacity

.myOpacity80 { color: #6A65DB; opacity: 0.8; }

<p style="color:#6A65DB;opacity:0.8;">80%</p>

Text with #6A65DB 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 #6A65DB;}

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

This text has shadow with #6A65DB color.

.textShadow {text-shadow: 3px 3px 1px #6A65DB, 3px 3px 1px red;}

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

This text has shadow with #6A65DB primary color and red secondary color.


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

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

This text has shadow with #6A65DB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A65DB on black background.


Color preview on white background

This text has color #6A65DB on white background.



Black color preview on #6A65DB background

This text has black color on #6A65DB background.


White color preview on #6A65DB background

This text has white color on #6A65DB background.