COLOR #061243

HEX: #061243
RGB: (6,18,67)

Color info

#061243 contains mainly green and blue colors. Web safe color of #061243 is #000033 (or #003).

RGB color model

#061243 color RGB value is (6,18,67).

  • red value is 6;
  • green value is 18;
  • blue value is 67.
RGB:
(6,18,67)
(2%,7%,26%)

RGB channels and saturation

R 6 of 255 = 2%
G 18 of 255 = 7%
B 67 of 255 = 26%

6
18
67

R + G + B ~ 12%. #061243 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 18 + 67 = 91 (100%)
R 6 of 91 ~ 6.59%
G 18 of 91 ~ 19.78%
B 67 of 91 ~ 73.63%

%19.78
%73.63

CMYK color model

#061243 color CMYK value is (91,73,0,74).

  • cyan value is 91.04%
  • magenta value is 73.13%
  • yellow value is 0.00%
  • key color value is 73.73%
CMYK:
(91,73,0,74)
C91M73Y0K74 
(91%,73%,0%,74%)
(0.91/0.73/0.00/0.74)	

CMYK percentages

%91.04
%73.13
%0
%73.73

Codes

Color #061243 in popluar color models

061243
RGB61867
HSL228°83.56%14.31%
HSB/HSV228°91.04%26.27%
CMYK91.04%73.13%0.00%
73.73%

Color #061243 in popluar number systems.

HEX061243
Decimal61867
Binary110100101000011
Octal622103

Shades and tints

Shades of #061243

#061243
(6,18,67)
#06113D
(6,17,61)
#061037
(6,16,55)
#060F31
(6,15,49)
#060E2B
(6,14,43)
#060D25
(6,13,37)
#060C1F
(6,12,31)
#060B19
(6,11,25)
#060A13
(6,10,19)
#06090D
(6,9,13)
#060807
(6,8,7)
#000000
(0,0,0)

Tints of #061243

#061243
(6,18,67)
#1C2754
(28,39,84)
#323C65
(50,60,101)
#485176
(72,81,118)
#5E6687
(94,102,135)
#747B98
(116,123,152)
#8A90A9
(138,144,169)
#A0A5BA
(160,165,186)
#B6BACB
(182,186,203)
#CCCFDC
(204,207,220)
#E2E4ED
(226,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #061243 color. Also use rgb(6,18,67) instead hex code.

Text Font Color

.myTextColor { color: #061243; }

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

This text font color is #061243.


Background Color

.myBgColor { background-color: #061243; }

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

This div background color is #061243.


Border color

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

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

This div border color is #061243.


Opacity

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

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

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

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

This text has shadow with #061243 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #061243 on black background.


Color preview on white background

This text has color #061243 on white background.



Black color preview on #061243 background

This text has black color on #061243 background.


White color preview on #061243 background

This text has white color on #061243 background.