COLOR #6955AF

HEX: #6955AF RGB: (105,85,175)

Color info

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

RGB color model

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

RGB: (105,85,175) (41%, 33%, 69%)

RGB channels and saturation

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

105
85
175

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

Portions of RGB colors in percentages

R + G + B = 105 + 85 + 175 = 365 (100%)
R 105 of 365 ~ 28.77%
G 85 of 365 ~ 23.29%
B 175 of 365 ~ 47.95'%

%28.77
%23.29
%47.95

CMYK color model

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

  • cyan value is 40.00%
  • magenta value is 51.43%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (40,51,0,31)
C40M51Y0K31 (40%, 51%, 0%, 31%)
(0.40 / 0.51 / 0.00 / 0.31)

CMYK percentages

%40
%51.43
%0
%31.37

Codes

Color #6955AF in popluar color models

69 55 AF
RGB 105 85 175
HSL 253° 36.00% 50.98%
HSB/HSV 253° 51.43% 68.63%
CMYK 40.00% 51.43% 0.00%
31.37%

Color #6955AF in popluar number systems.

HEX 69 55 AF
Decimal 105 85 175
Binary 1101001 1010101 10101111
Octal 151 125 257

Shades and tints

Shades of #6955AF

#6955AF
(105,85,175)
#604EA0
(96,78,160)
#574791
(87,71,145)
#4E4082
(78,64,130)
#453973
(69,57,115)
#3C3264
(60,50,100)
#332B55
(51,43,85)
#2A2446
(42,36,70)
#211D37
(33,29,55)
#181628
(24,22,40)
#0F0F19
(15,15,25)
#000000
(0,0,0)

Tints of #6955AF

#6955AF
(105,85,175)
#7664B6
(118,100,182)
#8373BD
(131,115,189)
#9082C4
(144,130,196)
#9D91CB
(157,145,203)
#AAA0D2
(170,160,210)
#B7AFD9
(183,175,217)
#C4BEE0
(196,190,224)
#D1CDE7
(209,205,231)
#DEDCEE
(222,220,238)
#EBEBF5
(235,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6955AF; }

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

This text font color is #6955AF.

Background Color

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

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

This div background color is #6955AF.

Border color

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

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

This div border color is #6955AF.

Opacity

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

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

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

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

This text has shadow with #6955AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6955AF.

Preview

Color preview on black background

This text has color #6955AF on black background.


Color preview on white background

This text has color #6955AF on white background.


Black color preview on #6955AF background

This text has black color on #6955AF background.


White color preview on #6955AF background

This text has white color on #6955AF background.


Related colors

Complementary color

Complementary color for #hex is #96AA50.


I love getcolorcode.com

Triadic colors

1 #AF6955 and #55AF69 with #6955AF are triadic colors.

2 #AF5569 and #5569AF with #6955AF are triadic colors.