COLOR #061328

HEX: #061328
RGB: (6,19,40)

Renk bilgisi

#061328 contains red, green and blue colors in about the same proportion. #061328 ‘ nin web güvenlik rengi #000033 (ya da #003) dir.

RGB renk modeli

#061328 color RGB value is (6,19,40).

  • kırmız ton 6;
  • yeşil ton 19;
  • mavi ton 40.
RGB:
(6,19,40)
(2%,7%,16%)

RGB bağlantıları ve doygunluk

R 6 of 255 = 2%
G 19 of 255 = 7%
B 40 of 255 = 16%

6
19
40

R + G + B ~ 8%. #061328 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
6 + 19 + 40 = 65 (100%)
R 6 of 65 ~ 9.23%
G 19 of 65 ~ 29.23%
B 40 of 65 ~ 61.54%

%29.23
%61.54

CMYK RENK MODELİ

#061328 rengi CMYK tonu (85,53,0,84).

  • camgöbeği tonu 85.00%
  • eflatun tonu 52.50%
  • sarı tonu 0.00%
  • ana renk tonu 84.31%
CMYK:
(85,53,0,84)
C85M53Y0K84 
(85%,53%,0%,84%)
(0.85/0.53/0.00/0.84)	

CMYK yüzdeleri

%85
%52.5
%0
%84.31

Codes

Color #061328 in popluar color models

061328
RGB61940
HSL217°73.91%9.02%
HSB/HSV217°85.00%15.69%
CMYK85.00%52.50%0.00%
84.31%

Color #061328 in popluar number systems.

HEX061328
Decimal61940
Binary11010011101000
Octal62350

Shades and tints

Shades of #061328

#061328
(6,19,40)
#061225
(6,18,37)
#061122
(6,17,34)
#06101F
(6,16,31)
#060F1C
(6,15,28)
#060E19
(6,14,25)
#060D16
(6,13,22)
#060C13
(6,12,19)
#060B10
(6,11,16)
#060A0D
(6,10,13)
#06090A
(6,9,10)
#000000
(0,0,0)

Tints of #061328

#061328
(6,19,40)
#1C283B
(28,40,59)
#323D4E
(50,61,78)
#485261
(72,82,97)
#5E6774
(94,103,116)
#747C87
(116,124,135)
#8A919A
(138,145,154)
#A0A6AD
(160,166,173)
#B6BBC0
(182,187,192)
#CCD0D3
(204,208,211)
#E2E5E6
(226,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #061328 color. Also use rgb(6,19,40) instead hex code.

Text Font Color

.myTextColor { color: #061328; }

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

This text font color is #061328.


Background Color

.myBgColor { background-color: #061328; }

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

This div background color is #061328.


Border color

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

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

This div border color is #061328.


Opacity

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

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

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

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

This text has shadow with #061328 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #061328 on black background.


Color preview on white background

This text has color #061328 on white background.



Black color preview on #061328 background

This text has black color on #061328 background.


White color preview on #061328 background

This text has white color on #061328 background.