COLOR #6F9BED

HEX: #6F9BED RGB: (111,155,237)

Color info

#6F9BED contains mainly blue color. Web safe color of #6F9BED is #6699FF (or #69F).

RGB color model

#6F9BED color RGB value is (111,155,237).

RGB: (111,155,237) (44%, 61%, 93%)

RGB channels and saturation

R 111 of 255 = 44%
G 155 of 255 = 61%
B 237 of 255 = 93%

111
155
237

R + G + B ~ 66%. #6F9BED is quite light color.

Portions of RGB colors in percentages

R + G + B = 111 + 155 + 237 = 503 (100%)
R 111 of 503 ~ 22.07%
G 155 of 503 ~ 30.82%
B 237 of 503 ~ 47.12'%

%22.07
%30.82
%47.12

CMYK color model

#6F9BED color CMYK value is (53,35,0,7).

  • cyan value is 53.16%
  • magenta value is 34.60%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (53,35,0,7)
C53M35Y0K7 (53%, 35%, 0%, 7%)
(0.53 / 0.35 / 0.00 / 0.07)

CMYK percentages

%53.16
%34.6
%0
%7.06

Codes

Color #6F9BED in popluar color models

6F 9B ED
RGB 111 155 237
HSL 219° 77.78% 68.24%
HSB/HSV 219° 53.16% 92.94%
CMYK 53.16% 34.60% 0.00%
7.06%

Color #6F9BED in popluar number systems.

HEX 6F 9B ED
Decimal 111 155 237
Binary 1101111 10011011 11101101
Octal 157 233 355

Shades and tints

Shades of #6F9BED

#6F9BED
(111,155,237)
#658DD8
(101,141,216)
#5B7FC3
(91,127,195)
#5171AE
(81,113,174)
#476399
(71,99,153)
#3D5584
(61,85,132)
#33476F
(51,71,111)
#29395A
(41,57,90)
#1F2B45
(31,43,69)
#151D30
(21,29,48)
#0B0F1B
(11,15,27)
#000000
(0,0,0)

Tints of #6F9BED

#6F9BED
(111,155,237)
#7CA4EE
(124,164,238)
#89ADEF
(137,173,239)
#96B6F0
(150,182,240)
#A3BFF1
(163,191,241)
#B0C8F2
(176,200,242)
#BDD1F3
(189,209,243)
#CADAF4
(202,218,244)
#D7E3F5
(215,227,245)
#E4ECF6
(228,236,246)
#F1F5F7
(241,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F9BED color. Also use rgb(111,155,237) instead hex code.

Text Font Color

.myTextColor { color: #6F9BED; }

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

This text font color is #6F9BED.

Background Color

.myBgColor { background-color: #6F9BED; }

<div style="background-color:#6F9BED">Inner text</div>

This div background color is #6F9BED.

Border color

.myBorderColor { border: 1px solid #6F9BED; }

<div style="border:3px solid #6F9BED">Div</div>

This div border color is #6F9BED.

Opacity

.myOpacity80 { color: #6F9BED; opacity: 0.8; }

<p style="color:#6F9BED;opacity:0.8;">80%</p>

Text with #6F9BED 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 #6F9BED;}

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

This text has shadow with #6F9BED color.


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

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

This text has shadow with #6F9BED primary color and red secondary color.


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

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

This text has shadow with #6F9BED and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6F9BED.

Preview

Color preview on black background

This text has color #6F9BED on black background.


Color preview on white background

This text has color #6F9BED on white background.


Black color preview on #6F9BED background

This text has black color on #6F9BED background.


White color preview on #6F9BED background

This text has white color on #6F9BED background.


Related colors

Complementary color

Complementary color for #hex is #906412.


I love getcolorcode.com

Triadic colors

1 #ED6F9B and #9BED6F with #6F9BED are triadic colors.

2 #ED9B6F and #9B6FED with #6F9BED are triadic colors.