COLOR #061933

HEX: #061933 RGB: (6,25,51)

Color info

#061933 contains red, green and blue colors in about the same proportion. Web safe color of #061933 is #000033 (or #003).

RGB color model

#061933 color RGB value is (6,25,51).

RGB: (6,25,51) (2%, 10%, 20%)

RGB channels and saturation

R 6 of 255 = 2%
G 25 of 255 = 10%
B 51 of 255 = 20%

6
25
51

R + G + B ~ 11%. #061933 is dark color.

Portions of RGB colors in percentages

R + G + B = 6 + 25 + 51 = 82 (100%)
R 6 of 82 ~ 7.32%
G 25 of 82 ~ 30.49%
B 51 of 82 ~ 62.2'%

%30.49
%62.2

CMYK color model

#061933 color CMYK value is (88,51,0,80).

  • cyan value is 88.24%
  • magenta value is 50.98%
  • yellow value is 0.00%
  • key color value is 80.00%

CMYK: (88,51,0,80)
C88M51Y0K80 (88%, 51%, 0%, 80%)
(0.88 / 0.51 / 0.00 / 0.80)

CMYK percentages

%88.24
%50.98
%0
%80

Codes

Color #061933 in popluar color models

06 19 33
RGB 6 25 51
HSL 215° 78.95% 11.18%
HSB/HSV 215° 88.24% 20.00%
CMYK 88.24% 50.98% 0.00%
80.00%

Color #061933 in popluar number systems.

HEX 06 19 33
Decimal 6 25 51
Binary 110 11001 110011
Octal 6 31 63

Shades and tints

Shades of #061933

#061933
(6,25,51)
#06172F
(6,23,47)
#06152B
(6,21,43)
#061327
(6,19,39)
#061123
(6,17,35)
#060F1F
(6,15,31)
#060D1B
(6,13,27)
#060B17
(6,11,23)
#060913
(6,9,19)
#06070F
(6,7,15)
#06050B
(6,5,11)
#000000
(0,0,0)

Tints of #061933

#061933
(6,25,51)
#1C2D45
(28,45,69)
#324157
(50,65,87)
#485569
(72,85,105)
#5E697B
(94,105,123)
#747D8D
(116,125,141)
#8A919F
(138,145,159)
#A0A5B1
(160,165,177)
#B6B9C3
(182,185,195)
#CCCDD5
(204,205,213)
#E2E1E7
(226,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #061933 color. Also use rgb(6,25,51) instead hex code.

Text Font Color

.myTextColor { color: #061933; }

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

This text font color is #061933.

Background Color

.myBgColor { background-color: #061933; }

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

This div background color is #061933.

Border color

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

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

This div border color is #061933.

Opacity

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

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

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

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

This text has shadow with #061933 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #061933.

Preview

Color preview on black background

This text has color #061933 on black background.


Color preview on white background

This text has color #061933 on white background.


Black color preview on #061933 background

This text has black color on #061933 background.


White color preview on #061933 background

This text has white color on #061933 background.


Related colors

Complementary color

Complementary color for #hex is #F9E6CC.


I love getcolorcode.com

Triadic colors

1 #330619 and #193306 with #061933 are triadic colors.

2 #331906 and #190633 with #061933 are triadic colors.