COLOR #06283A

HEX: #06283A
RGB: (6,40,58)

Color info

#06283A contains red, green and blue colors in about the same proportion. Web safe color of #06283A is #003333 (or #033).

RGB color model

#06283A color RGB value is (6,40,58).

  • red value is 6;
  • green value is 40;
  • blue value is 58.
RGB:
(6,40,58)
(2%,16%,23%)

RGB channels and saturation

R 6 of 255 = 2%
G 40 of 255 = 16%
B 58 of 255 = 23%

6
40
58

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

Portions of RGB colors in percentages

R + G + B =
6 + 40 + 58 = 104 (100%)
R 6 of 104 ~ 5.77%
G 40 of 104 ~ 38.46%
B 58 of 104 ~ 55.77%

%38.46
%55.77

CMYK color model

#06283A color CMYK value is (90,31,0,77).

  • cyan value is 89.66%
  • magenta value is 31.03%
  • yellow value is 0.00%
  • key color value is 77.25%
CMYK:
(90,31,0,77)
C90M31Y0K77 
(90%,31%,0%,77%)
(0.90/0.31/0.00/0.77)	

CMYK percentages

%89.66
%31.03
%0
%77.25

Codes

Color #06283A in popluar color models

06283A
RGB64058
HSL201°81.25%12.55%
HSB/HSV201°89.66%22.75%
CMYK89.66%31.03%0.00%
77.25%

Color #06283A in popluar number systems.

HEX06283A
Decimal64058
Binary110101000111010
Octal65072

Shades and tints

Shades of #06283A

#06283A
(6,40,58)
#062535
(6,37,53)
#062230
(6,34,48)
#061F2B
(6,31,43)
#061C26
(6,28,38)
#061921
(6,25,33)
#06161C
(6,22,28)
#061317
(6,19,23)
#061012
(6,16,18)
#060D0D
(6,13,13)
#060A08
(6,10,8)
#000000
(0,0,0)

Tints of #06283A

#06283A
(6,40,58)
#1C3B4B
(28,59,75)
#324E5C
(50,78,92)
#48616D
(72,97,109)
#5E747E
(94,116,126)
#74878F
(116,135,143)
#8A9AA0
(138,154,160)
#A0ADB1
(160,173,177)
#B6C0C2
(182,192,194)
#CCD3D3
(204,211,211)
#E2E6E4
(226,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06283A color. Also use rgb(6,40,58) instead hex code.

Text Font Color

.myTextColor { color: #06283A; }

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

This text font color is #06283A.


Background Color

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

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

This div background color is #06283A.


Border color

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

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

This div border color is #06283A.


Opacity

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

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

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

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

This text has shadow with #06283A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06283A on black background.


Color preview on white background

This text has color #06283A on white background.



Black color preview on #06283A background

This text has black color on #06283A background.


White color preview on #06283A background

This text has white color on #06283A background.