COLOR #0692C7

HEX: #0692C7
RGB: (6,146,199)

Color info

#0692C7 contains mainly green and blue colors. Web safe color of #0692C7 is #0099CC (or #09C).

RGB color model

#0692C7 color RGB value is (6,146,199).

  • red value is 6;
  • green value is 146;
  • blue value is 199.
RGB:
(6,146,199)
(2%,57%,78%)

RGB channels and saturation

R 6 of 255 = 2%
G 146 of 255 = 57%
B 199 of 255 = 78%

6
146
199

R + G + B ~ 46%. #0692C7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
6 + 146 + 199 = 351 (100%)
R 6 of 351 ~ 1.71%
G 146 of 351 ~ 41.6%
B 199 of 351 ~ 56.7%

%41.6
%56.7

CMYK color model

#0692C7 color CMYK value is (97,27,0,22).

  • cyan value is 96.98%
  • magenta value is 26.63%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(97,27,0,22)
C97M27Y0K22 
(97%,27%,0%,22%)
(0.97/0.27/0.00/0.22)	

CMYK percentages

%96.98
%26.63
%0
%21.96

Codes

Color #0692C7 in popluar color models

0692C7
RGB6146199
HSL196°94.15%40.20%
HSB/HSV196°96.98%78.04%
CMYK96.98%26.63%0.00%
21.96%

Color #0692C7 in popluar number systems.

HEX0692C7
Decimal6146199
Binary1101001001011000111
Octal6222307

Shades and tints

Shades of #0692C7

#0692C7
(6,146,199)
#0685B5
(6,133,181)
#0678A3
(6,120,163)
#066B91
(6,107,145)
#065E7F
(6,94,127)
#06516D
(6,81,109)
#06445B
(6,68,91)
#063749
(6,55,73)
#062A37
(6,42,55)
#061D25
(6,29,37)
#061013
(6,16,19)
#000000
(0,0,0)

Tints of #0692C7

#0692C7
(6,146,199)
#1C9BCC
(28,155,204)
#32A4D1
(50,164,209)
#48ADD6
(72,173,214)
#5EB6DB
(94,182,219)
#74BFE0
(116,191,224)
#8AC8E5
(138,200,229)
#A0D1EA
(160,209,234)
#B6DAEF
(182,218,239)
#CCE3F4
(204,227,244)
#E2ECF9
(226,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0692C7 color. Also use rgb(6,146,199) instead hex code.

Text Font Color

.myTextColor { color: #0692C7; }

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

This text font color is #0692C7.


Background Color

.myBgColor { background-color: #0692C7; }

<div style="background-color:#0692C7">Inner text</div>

This div background color is #0692C7.


Border color

.myBorderColor { border: 1px solid #0692C7; }

<div style="border:3px solid #0692C7">Div</div>

This div border color is #0692C7.


Opacity

.myOpacity80 { color: #0692C7; opacity: 0.8; }

<p style="color:#0692C7;opacity:0.8;">80%</p>

Text with #0692C7 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 #0692C7;}

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

This text has shadow with #0692C7 color.

.textShadow {text-shadow: 3px 3px 1px #0692C7, 3px 3px 1px red;}

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

This text has shadow with #0692C7 primary color and red secondary color.


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

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

This text has shadow with #0692C7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0692C7 on black background.


Color preview on white background

This text has color #0692C7 on white background.



Black color preview on #0692C7 background

This text has black color on #0692C7 background.


White color preview on #0692C7 background

This text has white color on #0692C7 background.