COLOR #6675D6

HEX: #6675D6 RGB: (102,117,214)

Color info

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

RGB color model

#6675D6 color RGB value is (102,117,214).

RGB: (102,117,214) (40%, 46%, 84%)

RGB channels and saturation

R 102 of 255 = 40%
G 117 of 255 = 46%
B 214 of 255 = 84%

102
117
214

R + G + B ~ 57%. #6675D6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 102 + 117 + 214 = 433 (100%)
R 102 of 433 ~ 23.56%
G 117 of 433 ~ 27.02%
B 214 of 433 ~ 49.42'%

%23.56
%27.02
%49.42

CMYK color model

#6675D6 color CMYK value is (52,45,0,16).

  • cyan value is 52.34%
  • magenta value is 45.33%
  • yellow value is 0.00%
  • key color value is 16.08%

CMYK: (52,45,0,16)
C52M45Y0K16 (52%, 45%, 0%, 16%)
(0.52 / 0.45 / 0.00 / 0.16)

CMYK percentages

%52.34
%45.33
%0
%16.08

Codes

Color #6675D6 in popluar color models

66 75 D6
RGB 102 117 214
HSL 232° 57.73% 61.96%
HSB/HSV 232° 52.34% 83.92%
CMYK 52.34% 45.33% 0.00%
16.08%

Color #6675D6 in popluar number systems.

HEX 66 75 D6
Decimal 102 117 214
Binary 1100110 1110101 11010110
Octal 146 165 326

Shades and tints

Shades of #6675D6

#6675D6
(102,117,214)
#5D6BC3
(93,107,195)
#5461B0
(84,97,176)
#4B579D
(75,87,157)
#424D8A
(66,77,138)
#394377
(57,67,119)
#303964
(48,57,100)
#272F51
(39,47,81)
#1E253E
(30,37,62)
#151B2B
(21,27,43)
#0C1118
(12,17,24)
#000000
(0,0,0)

Tints of #6675D6

#6675D6
(102,117,214)
#7381D9
(115,129,217)
#808DDC
(128,141,220)
#8D99DF
(141,153,223)
#9AA5E2
(154,165,226)
#A7B1E5
(167,177,229)
#B4BDE8
(180,189,232)
#C1C9EB
(193,201,235)
#CED5EE
(206,213,238)
#DBE1F1
(219,225,241)
#E8EDF4
(232,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6675D6 color. Also use rgb(102,117,214) instead hex code.

Text Font Color

.myTextColor { color: #6675D6; }

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

This text font color is #6675D6.

Background Color

.myBgColor { background-color: #6675D6; }

<div style="background-color:#6675D6">Inner text</div>

This div background color is #6675D6.

Border color

.myBorderColor { border: 1px solid #6675D6; }

<div style="border:3px solid #6675D6">Div</div>

This div border color is #6675D6.

Opacity

.myOpacity80 { color: #6675D6; opacity: 0.8; }

<p style="color:#6675D6;opacity:0.8;">80%</p>

Text with #6675D6 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 #6675D6;}

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

This text has shadow with #6675D6 color.


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

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

This text has shadow with #6675D6 primary color and red secondary color.


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

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

This text has shadow with #6675D6 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6675D6.

Preview

Color preview on black background

This text has color #6675D6 on black background.


Color preview on white background

This text has color #6675D6 on white background.


Black color preview on #6675D6 background

This text has black color on #6675D6 background.


White color preview on #6675D6 background

This text has white color on #6675D6 background.


Related colors

Complementary color

Complementary color for #6675D6 is #998A29.


I love getcolorcode.com

Triadic colors

1 #D66675 and #75D666 with #6675D6 are triadic colors.

2 #D67566 and #7566D6 with #6675D6 are triadic colors.