COLOR #665ACD

HEX: #665ACD RGB: (102,90,205)

Color info

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

RGB color model

#665ACD color RGB value is (102,90,205).

RGB: (102,90,205) (40%, 35%, 80%)

RGB channels and saturation

R 102 of 255 = 40%
G 90 of 255 = 35%
B 205 of 255 = 80%

102
90
205

R + G + B ~ 52%. #665ACD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 102 + 90 + 205 = 397 (100%)
R 102 of 397 ~ 25.69%
G 90 of 397 ~ 22.67%
B 205 of 397 ~ 51.64'%

%25.69
%22.67
%51.64

CMYK color model

#665ACD color CMYK value is (50,56,0,20).

  • cyan value is 50.24%
  • magenta value is 56.10%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (50,56,0,20)
C50M56Y0K20 (50%, 56%, 0%, 20%)
(0.50 / 0.56 / 0.00 / 0.20)

CMYK percentages

%50.24
%56.1
%0
%19.61

Codes

Color #665ACD in popluar color models

66 5A CD
RGB 102 90 205
HSL 246° 53.49% 57.84%
HSB/HSV 246° 56.10% 80.39%
CMYK 50.24% 56.10% 0.00%
19.61%

Color #665ACD in popluar number systems.

HEX 66 5A CD
Decimal 102 90 205
Binary 1100110 1011010 11001101
Octal 146 132 315

Shades and tints

Shades of #665ACD

#665ACD
(102,90,205)
#5D52BB
(93,82,187)
#544AA9
(84,74,169)
#4B4297
(75,66,151)
#423A85
(66,58,133)
#393273
(57,50,115)
#302A61
(48,42,97)
#27224F
(39,34,79)
#1E1A3D
(30,26,61)
#15122B
(21,18,43)
#0C0A19
(12,10,25)
#000000
(0,0,0)

Tints of #665ACD

#665ACD
(102,90,205)
#7369D1
(115,105,209)
#8078D5
(128,120,213)
#8D87D9
(141,135,217)
#9A96DD
(154,150,221)
#A7A5E1
(167,165,225)
#B4B4E5
(180,180,229)
#C1C3E9
(193,195,233)
#CED2ED
(206,210,237)
#DBE1F1
(219,225,241)
#E8F0F5
(232,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #665ACD color. Also use rgb(102,90,205) instead hex code.

Text Font Color

.myTextColor { color: #665ACD; }

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

This text font color is #665ACD.

Background Color

.myBgColor { background-color: #665ACD; }

<div style="background-color:#665ACD">Inner text</div>

This div background color is #665ACD.

Border color

.myBorderColor { border: 1px solid #665ACD; }

<div style="border:3px solid #665ACD">Div</div>

This div border color is #665ACD.

Opacity

.myOpacity80 { color: #665ACD; opacity: 0.8; }

<p style="color:#665ACD;opacity:0.8;">80%</p>

Text with #665ACD 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 #665ACD;}

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

This text has shadow with #665ACD color.


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

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

This text has shadow with #665ACD primary color and red secondary color.


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

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

This text has shadow with #665ACD and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #665ACD.

Preview

Color preview on black background

This text has color #665ACD on black background.


Color preview on white background

This text has color #665ACD on white background.


Black color preview on #665ACD background

This text has black color on #665ACD background.


White color preview on #665ACD background

This text has white color on #665ACD background.


Related colors

Complementary color

Complementary color for #hex is #99A532.


I love getcolorcode.com

Triadic colors

1 #CD665A and #5ACD66 with #665ACD are triadic colors.

2 #CD5A66 and #5A66CD with #665ACD are triadic colors.