COLOR #062374

HEX: #062374
RGB: (6,35,116)

Color info

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

RGB color model

#062374 color RGB value is (6,35,116).

  • red value is 6;
  • green value is 35;
  • blue value is 116.
RGB:
(6,35,116)
(2%,14%,45%)

RGB channels and saturation

R 6 of 255 = 2%
G 35 of 255 = 14%
B 116 of 255 = 45%

6
35
116

R + G + B ~ 20%. #062374 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 35 + 116 = 157 (100%)
R 6 of 157 ~ 3.82%
G 35 of 157 ~ 22.29%
B 116 of 157 ~ 73.89%

%22.29
%73.89

CMYK color model

#062374 color CMYK value is (95,70,0,55).

  • cyan value is 94.83%
  • magenta value is 69.83%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(95,70,0,55)
C95M70Y0K55 
(95%,70%,0%,55%)
(0.95/0.70/0.00/0.55)	

CMYK percentages

%94.83
%69.83
%0
%54.51

Codes

Color #062374 in popluar color models

062374
RGB635116
HSL224°90.16%23.92%
HSB/HSV224°94.83%45.49%
CMYK94.83%69.83%0.00%
54.51%

Color #062374 in popluar number systems.

HEX062374
Decimal635116
Binary1101000111110100
Octal643164

Shades and tints

Shades of #062374

#062374
(6,35,116)
#06206A
(6,32,106)
#061D60
(6,29,96)
#061A56
(6,26,86)
#06174C
(6,23,76)
#061442
(6,20,66)
#061138
(6,17,56)
#060E2E
(6,14,46)
#060B24
(6,11,36)
#06081A
(6,8,26)
#060510
(6,5,16)
#000000
(0,0,0)

Tints of #062374

#062374
(6,35,116)
#1C3780
(28,55,128)
#324B8C
(50,75,140)
#485F98
(72,95,152)
#5E73A4
(94,115,164)
#7487B0
(116,135,176)
#8A9BBC
(138,155,188)
#A0AFC8
(160,175,200)
#B6C3D4
(182,195,212)
#CCD7E0
(204,215,224)
#E2EBEC
(226,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #062374 color. Also use rgb(6,35,116) instead hex code.

Text Font Color

.myTextColor { color: #062374; }

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

This text font color is #062374.


Background Color

.myBgColor { background-color: #062374; }

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

This div background color is #062374.


Border color

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

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

This div border color is #062374.


Opacity

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

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

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

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

This text has shadow with #062374 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #062374 on black background.


Color preview on white background

This text has color #062374 on white background.



Black color preview on #062374 background

This text has black color on #062374 background.


White color preview on #062374 background

This text has white color on #062374 background.