COLOR #6865CB

HEX: #6865CB
RGB: (104,101,203)

Color info

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

RGB color model

#6865CB color RGB value is (104,101,203).

  • red value is 104;
  • green value is 101;
  • blue value is 203.
RGB:
(104,101,203)
(41%,40%,80%)

RGB channels and saturation

R 104 of 255 = 41%
G 101 of 255 = 40%
B 203 of 255 = 80%

104
101
203

R + G + B ~ 54%. #6865CB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
104 + 101 + 203 = 408 (100%)
R 104 of 408 ~ 25.49%
G 101 of 408 ~ 24.75%
B 203 of 408 ~ 49.75%

%25.49
%24.75
%49.75

CMYK color model

#6865CB color CMYK value is (49,50,0,20).

  • cyan value is 48.77%
  • magenta value is 50.25%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(49,50,0,20)
C49M50Y0K20 
(49%,50%,0%,20%)
(0.49/0.50/0.00/0.20)	

CMYK percentages

%48.77
%50.25
%0
%20.39

Codes

Color #6865CB in popluar color models

6865CB
RGB104101203
HSL242°49.51%59.61%
HSB/HSV242°50.25%79.61%
CMYK48.77%50.25%0.00%
20.39%

Color #6865CB in popluar number systems.

HEX6865CB
Decimal104101203
Binary1101000110010111001011
Octal150145313

Shades and tints

Shades of #6865CB

#6865CB
(104,101,203)
#5F5CB9
(95,92,185)
#5653A7
(86,83,167)
#4D4A95
(77,74,149)
#444183
(68,65,131)
#3B3871
(59,56,113)
#322F5F
(50,47,95)
#29264D
(41,38,77)
#201D3B
(32,29,59)
#171429
(23,20,41)
#0E0B17
(14,11,23)
#000000
(0,0,0)

Tints of #6865CB

#6865CB
(104,101,203)
#7573CF
(117,115,207)
#8281D3
(130,129,211)
#8F8FD7
(143,143,215)
#9C9DDB
(156,157,219)
#A9ABDF
(169,171,223)
#B6B9E3
(182,185,227)
#C3C7E7
(195,199,231)
#D0D5EB
(208,213,235)
#DDE3EF
(221,227,239)
#EAF1F3
(234,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6865CB color. Also use rgb(104,101,203) instead hex code.

Text Font Color

.myTextColor { color: #6865CB; }

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

This text font color is #6865CB.


Background Color

.myBgColor { background-color: #6865CB; }

<div style="background-color:#6865CB">Inner text</div>

This div background color is #6865CB.


Border color

.myBorderColor { border: 1px solid #6865CB; }

<div style="border:3px solid #6865CB">Div</div>

This div border color is #6865CB.


Opacity

.myOpacity80 { color: #6865CB; opacity: 0.8; }

<p style="color:#6865CB;opacity:0.8;">80%</p>

Text with #6865CB 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 #6865CB;}

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

This text has shadow with #6865CB color.

.textShadow {text-shadow: 3px 3px 1px #6865CB, 3px 3px 1px red;}

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

This text has shadow with #6865CB primary color and red secondary color.


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

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

This text has shadow with #6865CB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6865CB on black background.


Color preview on white background

This text has color #6865CB on white background.



Black color preview on #6865CB background

This text has black color on #6865CB background.


White color preview on #6865CB background

This text has white color on #6865CB background.