COLOR #6969CB

HEX: #6969CB
RGB: (105,105,203)

Color info

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

RGB color model

#6969CB color RGB value is (105,105,203).

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

RGB channels and saturation

R 105 of 255 = 41%
G 105 of 255 = 41%
B 203 of 255 = 80%

105
105
203

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

Portions of RGB colors in percentages

R + G + B =
105 + 105 + 203 = 413 (100%)
R 105 of 413 ~ 25.42%
G 105 of 413 ~ 25.42%
B 203 of 413 ~ 49.15%

%25.42
%25.42
%49.15

CMYK color model

#6969CB color CMYK value is (48,48,0,20).

  • cyan value is 48.28%
  • magenta value is 48.28%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(48,48,0,20)
C48M48Y0K20 
(48%,48%,0%,20%)
(0.48/0.48/0.00/0.20)	

CMYK percentages

%48.28
%48.28
%0
%20.39

Codes

Color #6969CB in popluar color models

6969CB
RGB105105203
HSL240°48.51%60.39%
HSB/HSV240°48.28%79.61%
CMYK48.28%48.28%0.00%
20.39%

Color #6969CB in popluar number systems.

HEX6969CB
Decimal105105203
Binary1101001110100111001011
Octal151151313

Shades and tints

Shades of #6969CB

#6969CB
(105,105,203)
#6060B9
(96,96,185)
#5757A7
(87,87,167)
#4E4E95
(78,78,149)
#454583
(69,69,131)
#3C3C71
(60,60,113)
#33335F
(51,51,95)
#2A2A4D
(42,42,77)
#21213B
(33,33,59)
#181829
(24,24,41)
#0F0F17
(15,15,23)
#000000
(0,0,0)

Tints of #6969CB

#6969CB
(105,105,203)
#7676CF
(118,118,207)
#8383D3
(131,131,211)
#9090D7
(144,144,215)
#9D9DDB
(157,157,219)
#AAAADF
(170,170,223)
#B7B7E3
(183,183,227)
#C4C4E7
(196,196,231)
#D1D1EB
(209,209,235)
#DEDEEF
(222,222,239)
#EBEBF3
(235,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6969CB; }

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

This text font color is #6969CB.


Background Color

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

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

This div background color is #6969CB.


Border color

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

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

This div border color is #6969CB.


Opacity

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

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

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

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

This text has shadow with #6969CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6969CB on black background.


Color preview on white background

This text has color #6969CB on white background.



Black color preview on #6969CB background

This text has black color on #6969CB background.


White color preview on #6969CB background

This text has white color on #6969CB background.