COLOR #6698B0

HEX: #6698B0 RGB: (102,152,176)

Color info

#6698B0 contains mainly green and blue colors. Web safe color of #6698B0 is #669999 (or #699).

RGB color model

#6698B0 color RGB value is (102,152,176).

RGB: (102,152,176) (40%, 60%, 69%)

RGB channels and saturation

R 102 of 255 = 40%
G 152 of 255 = 60%
B 176 of 255 = 69%

102
152
176

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

Portions of RGB colors in percentages

R + G + B = 102 + 152 + 176 = 430 (100%)
R 102 of 430 ~ 23.72%
G 152 of 430 ~ 35.35%
B 176 of 430 ~ 40.93'%

%23.72
%35.35
%40.93

CMYK color model

#6698B0 color CMYK value is (42,14,0,31).

  • cyan value is 42.05%
  • magenta value is 13.64%
  • yellow value is 0.00%
  • key color value is 30.98%

CMYK: (42,14,0,31)
C42M14Y0K31 (42%, 14%, 0%, 31%)
(0.42 / 0.14 / 0.00 / 0.31)

CMYK percentages

%42.05
%13.64
%0
%30.98

Codes

Color #6698B0 in popluar color models

66 98 B0
RGB 102 152 176
HSL 199° 31.90% 54.51%
HSB/HSV 199° 42.05% 69.02%
CMYK 42.05% 13.64% 0.00%
30.98%

Color #6698B0 in popluar number systems.

HEX 66 98 B0
Decimal 102 152 176
Binary 1100110 10011000 10110000
Octal 146 230 260

Shades and tints

Shades of #6698B0

#6698B0
(102,152,176)
#5D8BA0
(93,139,160)
#547E90
(84,126,144)
#4B7180
(75,113,128)
#426470
(66,100,112)
#395760
(57,87,96)
#304A50
(48,74,80)
#273D40
(39,61,64)
#1E3030
(30,48,48)
#152320
(21,35,32)
#0C1610
(12,22,16)
#000000
(0,0,0)

Tints of #6698B0

#6698B0
(102,152,176)
#73A1B7
(115,161,183)
#80AABE
(128,170,190)
#8DB3C5
(141,179,197)
#9ABCCC
(154,188,204)
#A7C5D3
(167,197,211)
#B4CEDA
(180,206,218)
#C1D7E1
(193,215,225)
#CEE0E8
(206,224,232)
#DBE9EF
(219,233,239)
#E8F2F6
(232,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6698B0; }

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

This text font color is #6698B0.

Background Color

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

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

This div background color is #6698B0.

Border color

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

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

This div border color is #6698B0.

Opacity

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

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

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

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

This text has shadow with #6698B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6698B0.

Preview

Color preview on black background

This text has color #6698B0 on black background.


Color preview on white background

This text has color #6698B0 on white background.


Black color preview on #6698B0 background

This text has black color on #6698B0 background.


White color preview on #6698B0 background

This text has white color on #6698B0 background.


Related colors

Complementary color

Complementary color for #hex is #99674F.


I love getcolorcode.com

Triadic colors

1 #B06698 and #98B066 with #6698B0 are triadic colors.

2 #B09866 and #9866B0 with #6698B0 are triadic colors.