COLOR #6698B5

HEX: #6698B5 RGB: (102,152,181)

Color info

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

RGB color model

#6698B5 color RGB value is (102,152,181).

RGB: (102,152,181) (40%, 60%, 71%)

RGB channels and saturation

R 102 of 255 = 40%
G 152 of 255 = 60%
B 181 of 255 = 71%

102
152
181

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

Portions of RGB colors in percentages

R + G + B = 102 + 152 + 181 = 435 (100%)
R 102 of 435 ~ 23.45%
G 152 of 435 ~ 34.94%
B 181 of 435 ~ 41.61'%

%23.45
%34.94
%41.61

CMYK color model

#6698B5 color CMYK value is (44,16,0,29).

  • cyan value is 43.65%
  • magenta value is 16.02%
  • yellow value is 0.00%
  • key color value is 29.02%

CMYK: (44,16,0,29)
C44M16Y0K29 (44%, 16%, 0%, 29%)
(0.44 / 0.16 / 0.00 / 0.29)

CMYK percentages

%43.65
%16.02
%0
%29.02

Codes

Color #6698B5 in popluar color models

66 98 B5
RGB 102 152 181
HSL 202° 34.80% 55.49%
HSB/HSV 202° 43.65% 70.98%
CMYK 43.65% 16.02% 0.00%
29.02%

Color #6698B5 in popluar number systems.

HEX 66 98 B5
Decimal 102 152 181
Binary 1100110 10011000 10110101
Octal 146 230 265

Shades and tints

Shades of #6698B5

#6698B5
(102,152,181)
#5D8BA5
(93,139,165)
#547E95
(84,126,149)
#4B7185
(75,113,133)
#426475
(66,100,117)
#395765
(57,87,101)
#304A55
(48,74,85)
#273D45
(39,61,69)
#1E3035
(30,48,53)
#152325
(21,35,37)
#0C1615
(12,22,21)
#000000
(0,0,0)

Tints of #6698B5

#6698B5
(102,152,181)
#73A1BB
(115,161,187)
#80AAC1
(128,170,193)
#8DB3C7
(141,179,199)
#9ABCCD
(154,188,205)
#A7C5D3
(167,197,211)
#B4CED9
(180,206,217)
#C1D7DF
(193,215,223)
#CEE0E5
(206,224,229)
#DBE9EB
(219,233,235)
#E8F2F1
(232,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6698B5 color. Also use rgb(102,152,181) instead hex code.

Text Font Color

.myTextColor { color: #6698B5; }

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

This text font color is #6698B5.

Background Color

.myBgColor { background-color: #6698B5; }

<div style="background-color:#6698B5">Inner text</div>

This div background color is #6698B5.

Border color

.myBorderColor { border: 1px solid #6698B5; }

<div style="border:3px solid #6698B5">Div</div>

This div border color is #6698B5.

Opacity

.myOpacity80 { color: #6698B5; opacity: 0.8; }

<p style="color:#6698B5;opacity:0.8;">80%</p>

Text with #6698B5 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 #6698B5;}

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

This text has shadow with #6698B5 color.


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

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

This text has shadow with #6698B5 primary color and red secondary color.


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

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

This text has shadow with #6698B5 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6698B5.

Preview

Color preview on black background

This text has color #6698B5 on black background.


Color preview on white background

This text has color #6698B5 on white background.


Black color preview on #6698B5 background

This text has black color on #6698B5 background.


White color preview on #6698B5 background

This text has white color on #6698B5 background.


Related colors

Complementary color

Complementary color for #hex is #99674A.


I love getcolorcode.com

Triadic colors

1 #B56698 and #98B566 with #6698B5 are triadic colors.

2 #B59866 and #9866B5 with #6698B5 are triadic colors.