COLOR #6692B3

HEX: #6692B3 RGB: (102,146,179)

Color info

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

RGB color model

#6692B3 color RGB value is (102,146,179).

RGB: (102,146,179) (40%, 57%, 70%)

RGB channels and saturation

R 102 of 255 = 40%
G 146 of 255 = 57%
B 179 of 255 = 70%

102
146
179

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

Portions of RGB colors in percentages

R + G + B = 102 + 146 + 179 = 427 (100%)
R 102 of 427 ~ 23.89%
G 146 of 427 ~ 34.19%
B 179 of 427 ~ 41.92'%

%23.89
%34.19
%41.92

CMYK color model

#6692B3 color CMYK value is (43,18,0,30).

  • cyan value is 43.02%
  • magenta value is 18.44%
  • yellow value is 0.00%
  • key color value is 29.80%

CMYK: (43,18,0,30)
C43M18Y0K30 (43%, 18%, 0%, 30%)
(0.43 / 0.18 / 0.00 / 0.30)

CMYK percentages

%43.02
%18.44
%0
%29.8

Codes

Color #6692B3 in popluar color models

66 92 B3
RGB 102 146 179
HSL 206° 33.62% 55.10%
HSB/HSV 206° 43.02% 70.20%
CMYK 43.02% 18.44% 0.00%
29.80%

Color #6692B3 in popluar number systems.

HEX 66 92 B3
Decimal 102 146 179
Binary 1100110 10010010 10110011
Octal 146 222 263

Shades and tints

Shades of #6692B3

#6692B3
(102,146,179)
#5D85A3
(93,133,163)
#547893
(84,120,147)
#4B6B83
(75,107,131)
#425E73
(66,94,115)
#395163
(57,81,99)
#304453
(48,68,83)
#273743
(39,55,67)
#1E2A33
(30,42,51)
#151D23
(21,29,35)
#0C1013
(12,16,19)
#000000
(0,0,0)

Tints of #6692B3

#6692B3
(102,146,179)
#739BB9
(115,155,185)
#80A4BF
(128,164,191)
#8DADC5
(141,173,197)
#9AB6CB
(154,182,203)
#A7BFD1
(167,191,209)
#B4C8D7
(180,200,215)
#C1D1DD
(193,209,221)
#CEDAE3
(206,218,227)
#DBE3E9
(219,227,233)
#E8ECEF
(232,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6692B3 color. Also use rgb(102,146,179) instead hex code.

Text Font Color

.myTextColor { color: #6692B3; }

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

This text font color is #6692B3.

Background Color

.myBgColor { background-color: #6692B3; }

<div style="background-color:#6692B3">Inner text</div>

This div background color is #6692B3.

Border color

.myBorderColor { border: 1px solid #6692B3; }

<div style="border:3px solid #6692B3">Div</div>

This div border color is #6692B3.

Opacity

.myOpacity80 { color: #6692B3; opacity: 0.8; }

<p style="color:#6692B3;opacity:0.8;">80%</p>

Text with #6692B3 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 #6692B3;}

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

This text has shadow with #6692B3 color.


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

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

This text has shadow with #6692B3 primary color and red secondary color.


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

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

This text has shadow with #6692B3 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6692B3.

Preview

Color preview on black background

This text has color #6692B3 on black background.


Color preview on white background

This text has color #6692B3 on white background.


Black color preview on #6692B3 background

This text has black color on #6692B3 background.


White color preview on #6692B3 background

This text has white color on #6692B3 background.


Related colors

Complementary color

Complementary color for #hex is #996D4C.


I love getcolorcode.com

Triadic colors

1 #B36692 and #92B366 with #6692B3 are triadic colors.

2 #B39266 and #9266B3 with #6692B3 are triadic colors.