COLOR #060263

HEX: #060263
RGB: (6,2,99)

Renk bilgisi

#060263 contains mainly blue color. #060263 ‘ nin web güvenlik rengi #000066 (ya da #006) dir.

RGB renk modeli

#060263 color RGB value is (6,2,99).

  • kırmız ton 6;
  • yeşil ton 2;
  • mavi ton 99.
RGB:
(6,2,99)
(2%,1%,39%)

RGB bağlantıları ve doygunluk

R 6 of 255 = 2%
G 2 of 255 = 1%
B 99 of 255 = 39%

6
2
99

R + G + B ~ 14%. #060263 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
6 + 2 + 99 = 107 (100%)
R 6 of 107 ~ 5.61%
G 2 of 107 ~ 1.87%
B 99 of 107 ~ 92.52%

%92.52

CMYK RENK MODELİ

#060263 rengi CMYK tonu (94,98,0,61).

  • camgöbeği tonu 93.94%
  • eflatun tonu 97.98%
  • sarı tonu 0.00%
  • ana renk tonu 61.18%
CMYK:
(94,98,0,61)
C94M98Y0K61 
(94%,98%,0%,61%)
(0.94/0.98/0.00/0.61)	

CMYK yüzdeleri

%93.94
%97.98
%0
%61.18

Codes

Color #060263 in popluar color models

060263
RGB6299
HSL242°96.04%19.80%
HSB/HSV242°97.98%38.82%
CMYK93.94%97.98%0.00%
61.18%

Color #060263 in popluar number systems.

HEX060263
Decimal6299
Binary110101100011
Octal62143

Shades and tints

Shades of #060263

#060263
(6,2,99)
#06025A
(6,2,90)
#060251
(6,2,81)
#060248
(6,2,72)
#06023F
(6,2,63)
#060236
(6,2,54)
#06022D
(6,2,45)
#060224
(6,2,36)
#06021B
(6,2,27)
#060212
(6,2,18)
#060209
(6,2,9)
#000000
(0,0,0)

Tints of #060263

#060263
(6,2,99)
#1C1971
(28,25,113)
#32307F
(50,48,127)
#48478D
(72,71,141)
#5E5E9B
(94,94,155)
#7475A9
(116,117,169)
#8A8CB7
(138,140,183)
#A0A3C5
(160,163,197)
#B6BAD3
(182,186,211)
#CCD1E1
(204,209,225)
#E2E8EF
(226,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #060263 color. Also use rgb(6,2,99) instead hex code.

Text Font Color

.myTextColor { color: #060263; }

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

This text font color is #060263.


Background Color

.myBgColor { background-color: #060263; }

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

This div background color is #060263.


Border color

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

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

This div border color is #060263.


Opacity

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

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

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

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

This text has shadow with #060263 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #060263 on black background.


Color preview on white background

This text has color #060263 on white background.



Black color preview on #060263 background

This text has black color on #060263 background.


White color preview on #060263 background

This text has white color on #060263 background.