COLOR #06519A

HEX: #06519A
RGB: (6,81,154)

Renk bilgisi

#06519A contains mainly blue color. #06519A ‘ nin web güvenlik rengi #006699 (ya da #069) dir.

RGB renk modeli

#06519A color RGB value is (6,81,154).

  • kırmız ton 6;
  • yeşil ton 81;
  • mavi ton 154.
RGB:
(6,81,154)
(2%,32%,60%)

RGB bağlantıları ve doygunluk

R 6 of 255 = 2%
G 81 of 255 = 32%
B 154 of 255 = 60%

6
81
154

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

Yüzdelerle RGB renk parçaları

R + G + B =
6 + 81 + 154 = 241 (100%)
R 6 of 241 ~ 2.49%
G 81 of 241 ~ 33.61%
B 154 of 241 ~ 63.9%

%33.61
%63.9

CMYK RENK MODELİ

#06519A rengi CMYK tonu (96,47,0,40).

  • camgöbeği tonu 96.10%
  • eflatun tonu 47.40%
  • sarı tonu 0.00%
  • ana renk tonu 39.61%
CMYK:
(96,47,0,40)
C96M47Y0K40 
(96%,47%,0%,40%)
(0.96/0.47/0.00/0.40)	

CMYK yüzdeleri

%96.1
%47.4
%0
%39.61

Codes

Color #06519A in popluar color models

06519A
RGB681154
HSL210°92.50%31.37%
HSB/HSV210°96.10%60.39%
CMYK96.10%47.40%0.00%
39.61%

Color #06519A in popluar number systems.

HEX06519A
Decimal681154
Binary110101000110011010
Octal6121232

Shades and tints

Shades of #06519A

#06519A
(6,81,154)
#064A8C
(6,74,140)
#06437E
(6,67,126)
#063C70
(6,60,112)
#063562
(6,53,98)
#062E54
(6,46,84)
#062746
(6,39,70)
#062038
(6,32,56)
#06192A
(6,25,42)
#06121C
(6,18,28)
#060B0E
(6,11,14)
#000000
(0,0,0)

Tints of #06519A

#06519A
(6,81,154)
#1C60A3
(28,96,163)
#326FAC
(50,111,172)
#487EB5
(72,126,181)
#5E8DBE
(94,141,190)
#749CC7
(116,156,199)
#8AABD0
(138,171,208)
#A0BAD9
(160,186,217)
#B6C9E2
(182,201,226)
#CCD8EB
(204,216,235)
#E2E7F4
(226,231,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06519A color. Also use rgb(6,81,154) instead hex code.

Text Font Color

.myTextColor { color: #06519A; }

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

This text font color is #06519A.


Background Color

.myBgColor { background-color: #06519A; }

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

This div background color is #06519A.


Border color

.myBorderColor { border: 1px solid #06519A; }

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

This div border color is #06519A.


Opacity

.myOpacity80 { color: #06519A; opacity: 0.8; }

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

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

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

This text has shadow with #06519A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06519A on black background.


Color preview on white background

This text has color #06519A on white background.



Black color preview on #06519A background

This text has black color on #06519A background.


White color preview on #06519A background

This text has white color on #06519A background.