COLOR #06438C

HEX: #06438C
RGB: (6,67,140)

Color info

#06438C contains mainly blue color. Web safe color of #06438C is #003399 (or #039).

RGB color model

#06438C color RGB value is (6,67,140).

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

RGB channels and saturation

R 6 of 255 = 2%
G 67 of 255 = 26%
B 140 of 255 = 55%

6
67
140

R + G + B ~ 28%. #06438C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 67 + 140 = 213 (100%)
R 6 of 213 ~ 2.82%
G 67 of 213 ~ 31.46%
B 140 of 213 ~ 65.73%

%31.46
%65.73

CMYK color model

#06438C color CMYK value is (96,52,0,45).

  • cyan value is 95.71%
  • magenta value is 52.14%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(96,52,0,45)
C96M52Y0K45 
(96%,52%,0%,45%)
(0.96/0.52/0.00/0.45)	

CMYK percentages

%95.71
%52.14
%0
%45.1

Codes

Color #06438C in popluar color models

06438C
RGB667140
HSL213°91.78%28.63%
HSB/HSV213°95.71%54.90%
CMYK95.71%52.14%0.00%
45.10%

Color #06438C in popluar number systems.

HEX06438C
Decimal667140
Binary110100001110001100
Octal6103214

Shades and tints

Shades of #06438C

#06438C
(6,67,140)
#063D80
(6,61,128)
#063774
(6,55,116)
#063168
(6,49,104)
#062B5C
(6,43,92)
#062550
(6,37,80)
#061F44
(6,31,68)
#061938
(6,25,56)
#06132C
(6,19,44)
#060D20
(6,13,32)
#060714
(6,7,20)
#000000
(0,0,0)

Tints of #06438C

#06438C
(6,67,140)
#1C5496
(28,84,150)
#3265A0
(50,101,160)
#4876AA
(72,118,170)
#5E87B4
(94,135,180)
#7498BE
(116,152,190)
#8AA9C8
(138,169,200)
#A0BAD2
(160,186,210)
#B6CBDC
(182,203,220)
#CCDCE6
(204,220,230)
#E2EDF0
(226,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #06438C; }

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

This text font color is #06438C.


Background Color

.myBgColor { background-color: #06438C; }

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

This div background color is #06438C.


Border color

.myBorderColor { border: 1px solid #06438C; }

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

This div border color is #06438C.


Opacity

.myOpacity80 { color: #06438C; opacity: 0.8; }

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

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

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

This text has shadow with #06438C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06438C on black background.


Color preview on white background

This text has color #06438C on white background.



Black color preview on #06438C background

This text has black color on #06438C background.


White color preview on #06438C background

This text has white color on #06438C background.