COLOR #06464F

HEX: #06464F
RGB: (6,70,79)

Renk bilgisi

#06464F contains mainly green and blue colors. #06464F ‘ nin web güvenlik rengi #003366 (ya da #036) dir.

RGB renk modeli

#06464F color RGB value is (6,70,79).

  • kırmız ton 6;
  • yeşil ton 70;
  • mavi ton 79.
RGB:
(6,70,79)
(2%,27%,31%)

RGB bağlantıları ve doygunluk

R 6 of 255 = 2%
G 70 of 255 = 27%
B 79 of 255 = 31%

6
70
79

R + G + B ~ 20%. #06464F is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
6 + 70 + 79 = 155 (100%)
R 6 of 155 ~ 3.87%
G 70 of 155 ~ 45.16%
B 79 of 155 ~ 50.97%

%45.16
%50.97

CMYK RENK MODELİ

#06464F rengi CMYK tonu (92,11,0,69).

  • camgöbeği tonu 92.41%
  • eflatun tonu 11.39%
  • sarı tonu 0.00%
  • ana renk tonu 69.02%
CMYK:
(92,11,0,69)
C92M11Y0K69 
(92%,11%,0%,69%)
(0.92/0.11/0.00/0.69)	

CMYK yüzdeleri

%92.41
%11.39
%0
%69.02

Codes

Color #06464F in popluar color models

06464F
RGB67079
HSL187°85.88%16.67%
HSB/HSV187°92.41%30.98%
CMYK92.41%11.39%0.00%
69.02%

Color #06464F in popluar number systems.

HEX06464F
Decimal67079
Binary11010001101001111
Octal6106117

Shades and tints

Shades of #06464F

#06464F
(6,70,79)
#064048
(6,64,72)
#063A41
(6,58,65)
#06343A
(6,52,58)
#062E33
(6,46,51)
#06282C
(6,40,44)
#062225
(6,34,37)
#061C1E
(6,28,30)
#061617
(6,22,23)
#061010
(6,16,16)
#060A09
(6,10,9)
#000000
(0,0,0)

Tints of #06464F

#06464F
(6,70,79)
#1C565F
(28,86,95)
#32666F
(50,102,111)
#48767F
(72,118,127)
#5E868F
(94,134,143)
#74969F
(116,150,159)
#8AA6AF
(138,166,175)
#A0B6BF
(160,182,191)
#B6C6CF
(182,198,207)
#CCD6DF
(204,214,223)
#E2E6EF
(226,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06464F color. Also use rgb(6,70,79) instead hex code.

Text Font Color

.myTextColor { color: #06464F; }

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

This text font color is #06464F.


Background Color

.myBgColor { background-color: #06464F; }

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

This div background color is #06464F.


Border color

.myBorderColor { border: 1px solid #06464F; }

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

This div border color is #06464F.


Opacity

.myOpacity80 { color: #06464F; opacity: 0.8; }

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

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

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

This text has shadow with #06464F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06464F on black background.


Color preview on white background

This text has color #06464F on white background.



Black color preview on #06464F background

This text has black color on #06464F background.


White color preview on #06464F background

This text has white color on #06464F background.