COLOR #6F8ADD

HEX: #6F8ADD
RGB: (111,138,221)

Renk bilgisi

#6F8ADD contains mainly blue color. #6F8ADD ‘ nin web güvenlik rengi #6699CC (ya da #69C) dir.

RGB renk modeli

#6F8ADD color RGB value is (111,138,221).

  • kırmız ton 111;
  • yeşil ton 138;
  • mavi ton 221.
RGB:
(111,138,221)
(44%,54%,87%)

RGB bağlantıları ve doygunluk

R 111 of 255 = 44%
G 138 of 255 = 54%
B 221 of 255 = 87%

111
138
221

R + G + B ~ 62%. #6F8ADD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
111 + 138 + 221 = 470 (100%)
R 111 of 470 ~ 23.62%
G 138 of 470 ~ 29.36%
B 221 of 470 ~ 47.02%

%23.62
%29.36
%47.02

CMYK RENK MODELİ

#6F8ADD rengi CMYK tonu (50,38,0,13).

  • camgöbeği tonu 49.77%
  • eflatun tonu 37.56%
  • sarı tonu 0.00%
  • ana renk tonu 13.33%
CMYK:
(50,38,0,13)
C50M38Y0K13 
(50%,38%,0%,13%)
(0.50/0.38/0.00/0.13)	

CMYK yüzdeleri

%49.77
%37.56
%0
%13.33

Codes

Color #6F8ADD in popluar color models

6F8ADD
RGB111138221
HSL225°61.80%65.10%
HSB/HSV225°49.77%86.67%
CMYK49.77%37.56%0.00%
13.33%

Color #6F8ADD in popluar number systems.

HEX6F8ADD
Decimal111138221
Binary11011111000101011011101
Octal157212335

Shades and tints

Shades of #6F8ADD

#6F8ADD
(111,138,221)
#657EC9
(101,126,201)
#5B72B5
(91,114,181)
#5166A1
(81,102,161)
#475A8D
(71,90,141)
#3D4E79
(61,78,121)
#334265
(51,66,101)
#293651
(41,54,81)
#1F2A3D
(31,42,61)
#151E29
(21,30,41)
#0B1215
(11,18,21)
#000000
(0,0,0)

Tints of #6F8ADD

#6F8ADD
(111,138,221)
#7C94E0
(124,148,224)
#899EE3
(137,158,227)
#96A8E6
(150,168,230)
#A3B2E9
(163,178,233)
#B0BCEC
(176,188,236)
#BDC6EF
(189,198,239)
#CAD0F2
(202,208,242)
#D7DAF5
(215,218,245)
#E4E4F8
(228,228,248)
#F1EEFB
(241,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F8ADD color. Also use rgb(111,138,221) instead hex code.

Text Font Color

.myTextColor { color: #6F8ADD; }

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

This text font color is #6F8ADD.


Background Color

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

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

This div background color is #6F8ADD.


Border color

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

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

This div border color is #6F8ADD.


Opacity

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

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

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

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

This text has shadow with #6F8ADD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F8ADD on black background.


Color preview on white background

This text has color #6F8ADD on white background.



Black color preview on #6F8ADD background

This text has black color on #6F8ADD background.


White color preview on #6F8ADD background

This text has white color on #6F8ADD background.