COLOR #6698C0

HEX: #6698C0
RGB: (102,152,192)

Color info

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

RGB color model

#6698C0 color RGB value is (102,152,192).

  • red value is 102;
  • green value is 152;
  • blue value is 192.
RGB:
(102,152,192)
(40%,60%,75%)

RGB channels and saturation

R 102 of 255 = 40%
G 152 of 255 = 60%
B 192 of 255 = 75%

102
152
192

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

Portions of RGB colors in percentages

R + G + B =
102 + 152 + 192 = 446 (100%)
R 102 of 446 ~ 22.87%
G 152 of 446 ~ 34.08%
B 192 of 446 ~ 43.05%

%22.87
%34.08
%43.05

CMYK color model

#6698C0 color CMYK value is (47,21,0,25).

  • cyan value is 46.88%
  • magenta value is 20.83%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(47,21,0,25)
C47M21Y0K25 
(47%,21%,0%,25%)
(0.47/0.21/0.00/0.25)	

CMYK percentages

%46.88
%20.83
%0
%24.71

Codes

Color #6698C0 in popluar color models

6698C0
RGB102152192
HSL207°41.67%57.65%
HSB/HSV207°46.88%75.29%
CMYK46.88%20.83%0.00%
24.71%

Color #6698C0 in popluar number systems.

HEX6698C0
Decimal102152192
Binary11001101001100011000000
Octal146230300

Shades and tints

Shades of #6698C0

#6698C0
(102,152,192)
#5D8BAF
(93,139,175)
#547E9E
(84,126,158)
#4B718D
(75,113,141)
#42647C
(66,100,124)
#39576B
(57,87,107)
#304A5A
(48,74,90)
#273D49
(39,61,73)
#1E3038
(30,48,56)
#152327
(21,35,39)
#0C1616
(12,22,22)
#000000
(0,0,0)

Tints of #6698C0

#6698C0
(102,152,192)
#73A1C5
(115,161,197)
#80AACA
(128,170,202)
#8DB3CF
(141,179,207)
#9ABCD4
(154,188,212)
#A7C5D9
(167,197,217)
#B4CEDE
(180,206,222)
#C1D7E3
(193,215,227)
#CEE0E8
(206,224,232)
#DBE9ED
(219,233,237)
#E8F2F2
(232,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6698C0; }

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

This text font color is #6698C0.


Background Color

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

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

This div background color is #6698C0.


Border color

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

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

This div border color is #6698C0.


Opacity

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

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

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

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

This text has shadow with #6698C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6698C0 on black background.


Color preview on white background

This text has color #6698C0 on white background.



Black color preview on #6698C0 background

This text has black color on #6698C0 background.


White color preview on #6698C0 background

This text has white color on #6698C0 background.