COLOR #060F64

HEX: #060F64
RGB: (6,15,100)

Color info

#060F64 contains mainly blue color. Web safe color of #060F64 is #000066 (or #006).

RGB color model

#060F64 color RGB value is (6,15,100).

  • red value is 6;
  • green value is 15;
  • blue value is 100.
RGB:
(6,15,100)
(2%,6%,39%)

RGB channels and saturation

R 6 of 255 = 2%
G 15 of 255 = 6%
B 100 of 255 = 39%

6
15
100

R + G + B ~ 16%. #060F64 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 15 + 100 = 121 (100%)
R 6 of 121 ~ 4.96%
G 15 of 121 ~ 12.4%
B 100 of 121 ~ 82.64%

%12.4
%82.64

CMYK color model

#060F64 color CMYK value is (94,85,0,61).

  • cyan value is 94.00%
  • magenta value is 85.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(94,85,0,61)
C94M85Y0K61 
(94%,85%,0%,61%)
(0.94/0.85/0.00/0.61)	

CMYK percentages

%94
%85
%0
%60.78

Codes

Color #060F64 in popluar color models

060F64
RGB615100
HSL234°88.68%20.78%
HSB/HSV234°94.00%39.22%
CMYK94.00%85.00%0.00%
60.78%

Color #060F64 in popluar number systems.

HEX060F64
Decimal615100
Binary11011111100100
Octal617144

Shades and tints

Shades of #060F64

#060F64
(6,15,100)
#060E5B
(6,14,91)
#060D52
(6,13,82)
#060C49
(6,12,73)
#060B40
(6,11,64)
#060A37
(6,10,55)
#06092E
(6,9,46)
#060825
(6,8,37)
#06071C
(6,7,28)
#060613
(6,6,19)
#06050A
(6,5,10)
#000000
(0,0,0)

Tints of #060F64

#060F64
(6,15,100)
#1C2472
(28,36,114)
#323980
(50,57,128)
#484E8E
(72,78,142)
#5E639C
(94,99,156)
#7478AA
(116,120,170)
#8A8DB8
(138,141,184)
#A0A2C6
(160,162,198)
#B6B7D4
(182,183,212)
#CCCCE2
(204,204,226)
#E2E1F0
(226,225,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #060F64 color. Also use rgb(6,15,100) instead hex code.

Text Font Color

.myTextColor { color: #060F64; }

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

This text font color is #060F64.


Background Color

.myBgColor { background-color: #060F64; }

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

This div background color is #060F64.


Border color

.myBorderColor { border: 1px solid #060F64; }

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

This div border color is #060F64.


Opacity

.myOpacity80 { color: #060F64; opacity: 0.8; }

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

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

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

This text has shadow with #060F64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #060F64 on black background.


Color preview on white background

This text has color #060F64 on white background.



Black color preview on #060F64 background

This text has black color on #060F64 background.


White color preview on #060F64 background

This text has white color on #060F64 background.