COLOR #061753

HEX: #061753
RGB: (6,23,83)

Color info

#061753 contains mainly blue color. Web safe color of #061753 is #000066 (or #006).

RGB color model

#061753 color RGB value is (6,23,83).

  • red value is 6;
  • green value is 23;
  • blue value is 83.
RGB:
(6,23,83)
(2%,9%,33%)

RGB channels and saturation

R 6 of 255 = 2%
G 23 of 255 = 9%
B 83 of 255 = 33%

6
23
83

R + G + B ~ 15%. #061753 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 23 + 83 = 112 (100%)
R 6 of 112 ~ 5.36%
G 23 of 112 ~ 20.54%
B 83 of 112 ~ 74.11%

%20.54
%74.11

CMYK color model

#061753 color CMYK value is (93,72,0,67).

  • cyan value is 92.77%
  • magenta value is 72.29%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(93,72,0,67)
C93M72Y0K67 
(93%,72%,0%,67%)
(0.93/0.72/0.00/0.67)	

CMYK percentages

%92.77
%72.29
%0
%67.45

Codes

Color #061753 in popluar color models

061753
RGB62383
HSL227°86.52%17.45%
HSB/HSV227°92.77%32.55%
CMYK92.77%72.29%0.00%
67.45%

Color #061753 in popluar number systems.

HEX061753
Decimal62383
Binary110101111010011
Octal627123

Shades and tints

Shades of #061753

#061753
(6,23,83)
#06154C
(6,21,76)
#061345
(6,19,69)
#06113E
(6,17,62)
#060F37
(6,15,55)
#060D30
(6,13,48)
#060B29
(6,11,41)
#060922
(6,9,34)
#06071B
(6,7,27)
#060514
(6,5,20)
#06030D
(6,3,13)
#000000
(0,0,0)

Tints of #061753

#061753
(6,23,83)
#1C2C62
(28,44,98)
#324171
(50,65,113)
#485680
(72,86,128)
#5E6B8F
(94,107,143)
#74809E
(116,128,158)
#8A95AD
(138,149,173)
#A0AABC
(160,170,188)
#B6BFCB
(182,191,203)
#CCD4DA
(204,212,218)
#E2E9E9
(226,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #061753 color. Also use rgb(6,23,83) instead hex code.

Text Font Color

.myTextColor { color: #061753; }

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

This text font color is #061753.


Background Color

.myBgColor { background-color: #061753; }

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

This div background color is #061753.


Border color

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

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

This div border color is #061753.


Opacity

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

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

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

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

This text has shadow with #061753 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #061753 on black background.


Color preview on white background

This text has color #061753 on white background.



Black color preview on #061753 background

This text has black color on #061753 background.


White color preview on #061753 background

This text has white color on #061753 background.