COLOR #006584

HEX: #006584
RGB: (0,101,132)

Renk bilgisi

#006584 contains only green and blue colors. #006584 ‘ nin web güvenlik rengi #006699 (ya da #069) dir.

RGB renk modeli

#006584 color RGB value is (0,101,132).

  • kırmız ton 0;
  • yeşil ton 101;
  • mavi ton 132.
RGB:
(0,101,132)
(0%,40%,52%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 101 of 255 = 40%
B 132 of 255 = 52%

0
101
132

R + G + B ~ 31%. #006584 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 101 + 132 = 233 (100%)
R 0 of 233 ~ 0%
G 101 of 233 ~ 43.35%
B 132 of 233 ~ 56.65%

%43.35
%56.65

CMYK RENK MODELİ

#006584 rengi CMYK tonu (100,23,0,48).

  • camgöbeği tonu 100.00%
  • eflatun tonu 23.48%
  • sarı tonu 0.00%
  • ana renk tonu 48.24%
CMYK:
(100,23,0,48)
C100M23Y0K48 
(100%,23%,0%,48%)
(1.00/0.23/0.00/0.48)	

CMYK yüzdeleri

%100
%23.48
%0
%48.24

Codes

Color #006584 in popluar color models

006584
RGB0101132
HSL194°100.00%25.88%
HSB/HSV194°100.00%51.76%
CMYK100.00%23.48%0.00%
48.24%

Color #006584 in popluar number systems.

HEX006584
Decimal0101132
Binary0110010110000100
Octal0145204

Shades and tints

Shades of #006584

#006584
(0,101,132)
#005C78
(0,92,120)
#00536C
(0,83,108)
#004A60
(0,74,96)
#004154
(0,65,84)
#003848
(0,56,72)
#002F3C
(0,47,60)
#002630
(0,38,48)
#001D24
(0,29,36)
#001418
(0,20,24)
#000B0C
(0,11,12)
#000000
(0,0,0)

Tints of #006584

#006584
(0,101,132)
#17738F
(23,115,143)
#2E819A
(46,129,154)
#458FA5
(69,143,165)
#5C9DB0
(92,157,176)
#73ABBB
(115,171,187)
#8AB9C6
(138,185,198)
#A1C7D1
(161,199,209)
#B8D5DC
(184,213,220)
#CFE3E7
(207,227,231)
#E6F1F2
(230,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #006584 color. Also use rgb(0,101,132) instead hex code.

Text Font Color

.myTextColor { color: #006584; }

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

This text font color is #006584.


Background Color

.myBgColor { background-color: #006584; }

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

This div background color is #006584.


Border color

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

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

This div border color is #006584.


Opacity

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

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

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

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

This text has shadow with #006584 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #006584 on black background.


Color preview on white background

This text has color #006584 on white background.



Black color preview on #006584 background

This text has black color on #006584 background.


White color preview on #006584 background

This text has white color on #006584 background.