COLOR #06306C

HEX: #06306C
RGB: (6,48,108)

Color info

#06306C contains mainly blue color. Web safe color of #06306C is #003366 (or #036).

RGB color model

#06306C color RGB value is (6,48,108).

  • red value is 6;
  • green value is 48;
  • blue value is 108.
RGB:
(6,48,108)
(2%,19%,42%)

RGB channels and saturation

R 6 of 255 = 2%
G 48 of 255 = 19%
B 108 of 255 = 42%

6
48
108

R + G + B ~ 21%. #06306C is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 48 + 108 = 162 (100%)
R 6 of 162 ~ 3.7%
G 48 of 162 ~ 29.63%
B 108 of 162 ~ 66.67%

%29.63
%66.67

CMYK color model

#06306C color CMYK value is (94,56,0,58).

  • cyan value is 94.44%
  • magenta value is 55.56%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(94,56,0,58)
C94M56Y0K58 
(94%,56%,0%,58%)
(0.94/0.56/0.00/0.58)	

CMYK percentages

%94.44
%55.56
%0
%57.65

Codes

Color #06306C in popluar color models

06306C
RGB648108
HSL215°89.47%22.35%
HSB/HSV215°94.44%42.35%
CMYK94.44%55.56%0.00%
57.65%

Color #06306C in popluar number systems.

HEX06306C
Decimal648108
Binary1101100001101100
Octal660154

Shades and tints

Shades of #06306C

#06306C
(6,48,108)
#062C63
(6,44,99)
#06285A
(6,40,90)
#062451
(6,36,81)
#062048
(6,32,72)
#061C3F
(6,28,63)
#061836
(6,24,54)
#06142D
(6,20,45)
#061024
(6,16,36)
#060C1B
(6,12,27)
#060812
(6,8,18)
#000000
(0,0,0)

Tints of #06306C

#06306C
(6,48,108)
#1C4279
(28,66,121)
#325486
(50,84,134)
#486693
(72,102,147)
#5E78A0
(94,120,160)
#748AAD
(116,138,173)
#8A9CBA
(138,156,186)
#A0AEC7
(160,174,199)
#B6C0D4
(182,192,212)
#CCD2E1
(204,210,225)
#E2E4EE
(226,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06306C color. Also use rgb(6,48,108) instead hex code.

Text Font Color

.myTextColor { color: #06306C; }

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

This text font color is #06306C.


Background Color

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

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

This div background color is #06306C.


Border color

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

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

This div border color is #06306C.


Opacity

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

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

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

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

This text has shadow with #06306C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06306C on black background.


Color preview on white background

This text has color #06306C on white background.



Black color preview on #06306C background

This text has black color on #06306C background.


White color preview on #06306C background

This text has white color on #06306C background.