COLOR #69B6F9

HEX: #69B6F9
RGB: (105,182,249)

Color info

#69B6F9 contains mainly blue color. Web safe color of #69B6F9 is #66CCFF (or #6CF).

RGB color model

#69B6F9 color RGB value is (105,182,249).

  • red value is 105;
  • green value is 182;
  • blue value is 249.
RGB:
(105,182,249)
(41%,71%,98%)

RGB channels and saturation

R 105 of 255 = 41%
G 182 of 255 = 71%
B 249 of 255 = 98%

105
182
249

R + G + B ~ 70%. #69B6F9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
105 + 182 + 249 = 536 (100%)
R 105 of 536 ~ 19.59%
G 182 of 536 ~ 33.96%
B 249 of 536 ~ 46.46%

%19.59
%33.96
%46.46

CMYK color model

#69B6F9 color CMYK value is (58,27,0,2).

  • cyan value is 57.83%
  • magenta value is 26.91%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(58,27,0,2)
C58M27Y0K2 
(58%,27%,0%,2%)
(0.58/0.27/0.00/0.02)	

CMYK percentages

%57.83
%26.91
%0
%2.35

Codes

Color #69B6F9 in popluar color models

69B6F9
RGB105182249
HSL208°92.31%69.41%
HSB/HSV208°57.83%97.65%
CMYK57.83%26.91%0.00%
2.35%

Color #69B6F9 in popluar number systems.

HEX69B6F9
Decimal105182249
Binary11010011011011011111001
Octal151266371

Shades and tints

Shades of #69B6F9

#69B6F9
(105,182,249)
#60A6E3
(96,166,227)
#5796CD
(87,150,205)
#4E86B7
(78,134,183)
#4576A1
(69,118,161)
#3C668B
(60,102,139)
#335675
(51,86,117)
#2A465F
(42,70,95)
#213649
(33,54,73)
#182633
(24,38,51)
#0F161D
(15,22,29)
#000000
(0,0,0)

Tints of #69B6F9

#69B6F9
(105,182,249)
#76BCF9
(118,188,249)
#83C2F9
(131,194,249)
#90C8F9
(144,200,249)
#9DCEF9
(157,206,249)
#AAD4F9
(170,212,249)
#B7DAF9
(183,218,249)
#C4E0F9
(196,224,249)
#D1E6F9
(209,230,249)
#DEECF9
(222,236,249)
#EBF2F9
(235,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #69B6F9 color. Also use rgb(105,182,249) instead hex code.

Text Font Color

.myTextColor { color: #69B6F9; }

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

This text font color is #69B6F9.


Background Color

.myBgColor { background-color: #69B6F9; }

<div style="background-color:#69B6F9">Inner text</div>

This div background color is #69B6F9.


Border color

.myBorderColor { border: 1px solid #69B6F9; }

<div style="border:3px solid #69B6F9">Div</div>

This div border color is #69B6F9.


Opacity

.myOpacity80 { color: #69B6F9; opacity: 0.8; }

<p style="color:#69B6F9;opacity:0.8;">80%</p>

Text with #69B6F9 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 #69B6F9;}

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

This text has shadow with #69B6F9 color.

.textShadow {text-shadow: 3px 3px 1px #69B6F9, 3px 3px 1px red;}

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

This text has shadow with #69B6F9 primary color and red secondary color.


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

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

This text has shadow with #69B6F9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #69B6F9 on black background.


Color preview on white background

This text has color #69B6F9 on white background.



Black color preview on #69B6F9 background

This text has black color on #69B6F9 background.


White color preview on #69B6F9 background

This text has white color on #69B6F9 background.