COLOR #006880

HEX: #006880
RGB: (0,104,128)

Renk bilgisi

#006880 contains only green and blue colors. #006880 ‘ nin web güvenlik rengi #006666 (ya da #066) dir.

RGB renk modeli

#006880 color RGB value is (0,104,128).

  • kırmız ton 0;
  • yeşil ton 104;
  • mavi ton 128.
RGB:
(0,104,128)
(0%,41%,50%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 104 of 255 = 41%
B 128 of 255 = 50%

0
104
128

R + G + B ~ 30%. #006880 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 104 + 128 = 232 (100%)
R 0 of 232 ~ 0%
G 104 of 232 ~ 44.83%
B 128 of 232 ~ 55.17%

%44.83
%55.17

CMYK RENK MODELİ

#006880 rengi CMYK tonu (100,19,0,50).

  • camgöbeği tonu 100.00%
  • eflatun tonu 18.75%
  • sarı tonu 0.00%
  • ana renk tonu 49.80%
CMYK:
(100,19,0,50)
C100M19Y0K50 
(100%,19%,0%,50%)
(1.00/0.19/0.00/0.50)	

CMYK yüzdeleri

%100
%18.75
%0
%49.8

Codes

Color #006880 in popluar color models

006880
RGB0104128
HSL191°100.00%25.10%
HSB/HSV191°100.00%50.20%
CMYK100.00%18.75%0.00%
49.80%

Color #006880 in popluar number systems.

HEX006880
Decimal0104128
Binary0110100010000000
Octal0150200

Shades and tints

Shades of #006880

#006880
(0,104,128)
#005F75
(0,95,117)
#00566A
(0,86,106)
#004D5F
(0,77,95)
#004454
(0,68,84)
#003B49
(0,59,73)
#00323E
(0,50,62)
#002933
(0,41,51)
#002028
(0,32,40)
#00171D
(0,23,29)
#000E12
(0,14,18)
#000000
(0,0,0)

Tints of #006880

#006880
(0,104,128)
#17758B
(23,117,139)
#2E8296
(46,130,150)
#458FA1
(69,143,161)
#5C9CAC
(92,156,172)
#73A9B7
(115,169,183)
#8AB6C2
(138,182,194)
#A1C3CD
(161,195,205)
#B8D0D8
(184,208,216)
#CFDDE3
(207,221,227)
#E6EAEE
(230,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #006880 color. Also use rgb(0,104,128) instead hex code.

Text Font Color

.myTextColor { color: #006880; }

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

This text font color is #006880.


Background Color

.myBgColor { background-color: #006880; }

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

This div background color is #006880.


Border color

.myBorderColor { border: 1px solid #006880; }

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

This div border color is #006880.


Opacity

.myOpacity80 { color: #006880; opacity: 0.8; }

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

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

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

This text has shadow with #006880 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #006880 on black background.


Color preview on white background

This text has color #006880 on white background.



Black color preview on #006880 background

This text has black color on #006880 background.


White color preview on #006880 background

This text has white color on #006880 background.