COLOR #6684BE

HEX: #6684BE RGB: (102,132,190)

Color info

#6684BE contains mainly green and blue colors. Web safe color of #6684BE is #6699CC (or #69C).

RGB color model

#6684BE color RGB value is (102,132,190).

RGB: (102,132,190) (40%, 52%, 75%)

RGB channels and saturation

R 102 of 255 = 40%
G 132 of 255 = 52%
B 190 of 255 = 75%

102
132
190

R + G + B ~ 56%. #6684BE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 102 + 132 + 190 = 424 (100%)
R 102 of 424 ~ 24.06%
G 132 of 424 ~ 31.13%
B 190 of 424 ~ 44.81'%

%24.06
%31.13
%44.81

CMYK color model

#6684BE color CMYK value is (46,31,0,25).

  • cyan value is 46.32%
  • magenta value is 30.53%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (46,31,0,25)
C46M31Y0K25 (46%, 31%, 0%, 25%)
(0.46 / 0.31 / 0.00 / 0.25)

CMYK percentages

%46.32
%30.53
%0
%25.49

Codes

Color #6684BE in popluar color models

66 84 BE
RGB 102 132 190
HSL 220° 40.37% 57.25%
HSB/HSV 220° 46.32% 74.51%
CMYK 46.32% 30.53% 0.00%
25.49%

Color #6684BE in popluar number systems.

HEX 66 84 BE
Decimal 102 132 190
Binary 1100110 10000100 10111110
Octal 146 204 276

Shades and tints

Shades of #6684BE

#6684BE
(102,132,190)
#5D78AD
(93,120,173)
#546C9C
(84,108,156)
#4B608B
(75,96,139)
#42547A
(66,84,122)
#394869
(57,72,105)
#303C58
(48,60,88)
#273047
(39,48,71)
#1E2436
(30,36,54)
#151825
(21,24,37)
#0C0C14
(12,12,20)
#000000
(0,0,0)

Tints of #6684BE

#6684BE
(102,132,190)
#738FC3
(115,143,195)
#809AC8
(128,154,200)
#8DA5CD
(141,165,205)
#9AB0D2
(154,176,210)
#A7BBD7
(167,187,215)
#B4C6DC
(180,198,220)
#C1D1E1
(193,209,225)
#CEDCE6
(206,220,230)
#DBE7EB
(219,231,235)
#E8F2F0
(232,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6684BE color. Also use rgb(102,132,190) instead hex code.

Text Font Color

.myTextColor { color: #6684BE; }

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

This text font color is #6684BE.

Background Color

.myBgColor { background-color: #6684BE; }

<div style="background-color:#6684BE">Inner text</div>

This div background color is #6684BE.

Border color

.myBorderColor { border: 1px solid #6684BE; }

<div style="border:3px solid #6684BE">Div</div>

This div border color is #6684BE.

Opacity

.myOpacity80 { color: #6684BE; opacity: 0.8; }

<p style="color:#6684BE;opacity:0.8;">80%</p>

Text with #6684BE 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 #6684BE;}

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

This text has shadow with #6684BE color.


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

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

This text has shadow with #6684BE primary color and red secondary color.


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

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

This text has shadow with #6684BE and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6684BE.

Preview

Color preview on black background

This text has color #6684BE on black background.


Color preview on white background

This text has color #6684BE on white background.


Black color preview on #6684BE background

This text has black color on #6684BE background.


White color preview on #6684BE background

This text has white color on #6684BE background.


Related colors

Complementary color

Complementary color for #hex is #997B41.


I love getcolorcode.com

Triadic colors

1 #BE6684 and #84BE66 with #6684BE are triadic colors.

2 #BE8466 and #8466BE with #6684BE are triadic colors.