COLOR #6969AF

HEX: #6969AF
RGB: (105,105,175)

Color info

#6969AF contains mainly blue color. Web safe color of #6969AF is #666699 (or #669).

RGB color model

#6969AF color RGB value is (105,105,175).

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

RGB channels and saturation

R 105 of 255 = 41%
G 105 of 255 = 41%
B 175 of 255 = 69%

105
105
175

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

Portions of RGB colors in percentages

R + G + B =
105 + 105 + 175 = 385 (100%)
R 105 of 385 ~ 27.27%
G 105 of 385 ~ 27.27%
B 175 of 385 ~ 45.45%

%27.27
%27.27
%45.45

CMYK color model

#6969AF color CMYK value is (40,40,0,31).

  • cyan value is 40.00%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(40,40,0,31)
C40M40Y0K31 
(40%,40%,0%,31%)
(0.40/0.40/0.00/0.31)	

CMYK percentages

%40
%40
%0
%31.37

Codes

Color #6969AF in popluar color models

6969AF
RGB105105175
HSL240°30.43%54.90%
HSB/HSV240°40.00%68.63%
CMYK40.00%40.00%0.00%
31.37%

Color #6969AF in popluar number systems.

HEX6969AF
Decimal105105175
Binary1101001110100110101111
Octal151151257

Shades and tints

Shades of #6969AF

#6969AF
(105,105,175)
#6060A0
(96,96,160)
#575791
(87,87,145)
#4E4E82
(78,78,130)
#454573
(69,69,115)
#3C3C64
(60,60,100)
#333355
(51,51,85)
#2A2A46
(42,42,70)
#212137
(33,33,55)
#181828
(24,24,40)
#0F0F19
(15,15,25)
#000000
(0,0,0)

Tints of #6969AF

#6969AF
(105,105,175)
#7676B6
(118,118,182)
#8383BD
(131,131,189)
#9090C4
(144,144,196)
#9D9DCB
(157,157,203)
#AAAAD2
(170,170,210)
#B7B7D9
(183,183,217)
#C4C4E0
(196,196,224)
#D1D1E7
(209,209,231)
#DEDEEE
(222,222,238)
#EBEBF5
(235,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6969AF; }

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

This text font color is #6969AF.


Background Color

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

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

This div background color is #6969AF.


Border color

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

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

This div border color is #6969AF.


Opacity

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

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

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

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

This text has shadow with #6969AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6969AF on black background.


Color preview on white background

This text has color #6969AF on white background.



Black color preview on #6969AF background

This text has black color on #6969AF background.


White color preview on #6969AF background

This text has white color on #6969AF background.