COLOR #0692DB

HEX: #0692DB
RGB: (6,146,219)

Color info

#0692DB contains mainly blue color. Web safe color of #0692DB is #0099CC (or #09C).

RGB color model

#0692DB color RGB value is (6,146,219).

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

RGB channels and saturation

R 6 of 255 = 2%
G 146 of 255 = 57%
B 219 of 255 = 86%

6
146
219

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

Portions of RGB colors in percentages

R + G + B =
6 + 146 + 219 = 371 (100%)
R 6 of 371 ~ 1.62%
G 146 of 371 ~ 39.35%
B 219 of 371 ~ 59.03%

%39.35
%59.03

CMYK color model

#0692DB color CMYK value is (97,33,0,14).

  • cyan value is 97.26%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(97,33,0,14)
C97M33Y0K14 
(97%,33%,0%,14%)
(0.97/0.33/0.00/0.14)	

CMYK percentages

%97.26
%33.33
%0
%14.12

Codes

Color #0692DB in popluar color models

0692DB
RGB6146219
HSL201°94.67%44.12%
HSB/HSV201°97.26%85.88%
CMYK97.26%33.33%0.00%
14.12%

Color #0692DB in popluar number systems.

HEX0692DB
Decimal6146219
Binary1101001001011011011
Octal6222333

Shades and tints

Shades of #0692DB

#0692DB
(6,146,219)
#0685C8
(6,133,200)
#0678B5
(6,120,181)
#066BA2
(6,107,162)
#065E8F
(6,94,143)
#06517C
(6,81,124)
#064469
(6,68,105)
#063756
(6,55,86)
#062A43
(6,42,67)
#061D30
(6,29,48)
#06101D
(6,16,29)
#000000
(0,0,0)

Tints of #0692DB

#0692DB
(6,146,219)
#1C9BDE
(28,155,222)
#32A4E1
(50,164,225)
#48ADE4
(72,173,228)
#5EB6E7
(94,182,231)
#74BFEA
(116,191,234)
#8AC8ED
(138,200,237)
#A0D1F0
(160,209,240)
#B6DAF3
(182,218,243)
#CCE3F6
(204,227,246)
#E2ECF9
(226,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0692DB; }

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

This text font color is #0692DB.


Background Color

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

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

This div background color is #0692DB.


Border color

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

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

This div border color is #0692DB.


Opacity

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

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

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

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

This text has shadow with #0692DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0692DB on black background.


Color preview on white background

This text has color #0692DB on white background.



Black color preview on #0692DB background

This text has black color on #0692DB background.


White color preview on #0692DB background

This text has white color on #0692DB background.