COLOR #006BE2

HEX: #006BE2
RGB: (0,107,226)

Renk bilgisi

#006BE2 contains mainly blue color. #006BE2 ‘ nin web güvenlik rengi #0066CC (ya da #06C) dir.

RGB renk modeli

#006BE2 color RGB value is (0,107,226).

  • kırmız ton 0;
  • yeşil ton 107;
  • mavi ton 226.
RGB:
(0,107,226)
(0%,42%,89%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 107 of 255 = 42%
B 226 of 255 = 89%

0
107
226

R + G + B ~ 44%. #006BE2 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 107 + 226 = 333 (100%)
R 0 of 333 ~ 0%
G 107 of 333 ~ 32.13%
B 226 of 333 ~ 67.87%

%32.13
%67.87

CMYK RENK MODELİ

#006BE2 rengi CMYK tonu (100,53,0,11).

  • camgöbeği tonu 100.00%
  • eflatun tonu 52.65%
  • sarı tonu 0.00%
  • ana renk tonu 11.37%
CMYK:
(100,53,0,11)
C100M53Y0K11 
(100%,53%,0%,11%)
(1.00/0.53/0.00/0.11)	

CMYK yüzdeleri

%100
%52.65
%0
%11.37

Codes

Color #006BE2 in popluar color models

006BE2
RGB0107226
HSL212°100.00%44.31%
HSB/HSV212°100.00%88.63%
CMYK100.00%52.65%0.00%
11.37%

Color #006BE2 in popluar number systems.

HEX006BE2
Decimal0107226
Binary0110101111100010
Octal0153342

Shades and tints

Shades of #006BE2

#006BE2
(0,107,226)
#0062CE
(0,98,206)
#0059BA
(0,89,186)
#0050A6
(0,80,166)
#004792
(0,71,146)
#003E7E
(0,62,126)
#00356A
(0,53,106)
#002C56
(0,44,86)
#002342
(0,35,66)
#001A2E
(0,26,46)
#00111A
(0,17,26)
#000000
(0,0,0)

Tints of #006BE2

#006BE2
(0,107,226)
#1778E4
(23,120,228)
#2E85E6
(46,133,230)
#4592E8
(69,146,232)
#5C9FEA
(92,159,234)
#73ACEC
(115,172,236)
#8AB9EE
(138,185,238)
#A1C6F0
(161,198,240)
#B8D3F2
(184,211,242)
#CFE0F4
(207,224,244)
#E6EDF6
(230,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #006BE2 color. Also use rgb(0,107,226) instead hex code.

Text Font Color

.myTextColor { color: #006BE2; }

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

This text font color is #006BE2.


Background Color

.myBgColor { background-color: #006BE2; }

<div style="background-color:#006BE2">Inner text</div>

This div background color is #006BE2.


Border color

.myBorderColor { border: 1px solid #006BE2; }

<div style="border:3px solid #006BE2">Div</div>

This div border color is #006BE2.


Opacity

.myOpacity80 { color: #006BE2; opacity: 0.8; }

<p style="color:#006BE2;opacity:0.8;">80%</p>

Text with #006BE2 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 #006BE2;}

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

This text has shadow with #006BE2 color.

.textShadow {text-shadow: 3px 3px 1px #006BE2, 3px 3px 1px red;}

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

This text has shadow with #006BE2 primary color and red secondary color.


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

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

This text has shadow with #006BE2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #006BE2 on black background.


Color preview on white background

This text has color #006BE2 on white background.



Black color preview on #006BE2 background

This text has black color on #006BE2 background.


White color preview on #006BE2 background

This text has white color on #006BE2 background.