COLOR #0F606D

HEX: #0F606D RGB: (15,96,109)

Color info

#0F606D contains mainly green and blue colors. Web safe color of #0F606D is #006666 (or #066).

RGB color model

#0F606D color RGB value is (15,96,109).

RGB: (15,96,109) (6%, 38%, 43%)

RGB channels and saturation

R 15 of 255 = 6%
G 96 of 255 = 38%
B 109 of 255 = 43%

15
96
109

R + G + B ~ 29%. #0F606D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 96 + 109 = 220 (100%)
R 15 of 220 ~ 6.82%
G 96 of 220 ~ 43.64%
B 109 of 220 ~ 49.55'%

%43.64
%49.55

CMYK color model

#0F606D color CMYK value is (86,12,0,57).

  • cyan value is 86.24%
  • magenta value is 11.93%
  • yellow value is 0.00%
  • key color value is 57.25%

CMYK: (86,12,0,57)
C86M12Y0K57 (86%, 12%, 0%, 57%)
(0.86 / 0.12 / 0.00 / 0.57)

CMYK percentages

%86.24
%11.93
%0
%57.25

Codes

Color #0F606D in popluar color models

0F 60 6D
RGB 15 96 109
HSL 188° 75.81% 24.31%
HSB/HSV 188° 86.24% 42.75%
CMYK 86.24% 11.93% 0.00%
57.25%

Color #0F606D in popluar number systems.

HEX 0F 60 6D
Decimal 15 96 109
Binary 1111 1100000 1101101
Octal 17 140 155

Shades and tints

Shades of #0F606D

#0F606D
(15,96,109)
#0E5864
(14,88,100)
#0D505B
(13,80,91)
#0C4852
(12,72,82)
#0B4049
(11,64,73)
#0A3840
(10,56,64)
#093037
(9,48,55)
#08282E
(8,40,46)
#072025
(7,32,37)
#06181C
(6,24,28)
#051013
(5,16,19)
#000000
(0,0,0)

Tints of #0F606D

#0F606D
(15,96,109)
#246E7A
(36,110,122)
#397C87
(57,124,135)
#4E8A94
(78,138,148)
#6398A1
(99,152,161)
#78A6AE
(120,166,174)
#8DB4BB
(141,180,187)
#A2C2C8
(162,194,200)
#B7D0D5
(183,208,213)
#CCDEE2
(204,222,226)
#E1ECEF
(225,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F606D color. Also use rgb(15,96,109) instead hex code.

Text Font Color

.myTextColor { color: #0F606D; }

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

This text font color is #0F606D.

Background Color

.myBgColor { background-color: #0F606D; }

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

This div background color is #0F606D.

Border color

.myBorderColor { border: 1px solid #0F606D; }

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

This div border color is #0F606D.

Opacity

.myOpacity80 { color: #0F606D; opacity: 0.8; }

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

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

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

This text has shadow with #0F606D color.


.textShadow {text-shadow: 3px 3px 1px #0F606D', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #0F606D; -webkit-box-shadow: 1px 1px 3px 2px #0F606D; box-shadow:1px 1px 3px 2px #0F606D;">
Div content here
</div>

This div box has shadow with color #0F606D.

Preview

Color preview on black background

This text has color #0F606D on black background.


Color preview on white background

This text has color #0F606D on white background.


Black color preview on #0F606D background

This text has black color on #0F606D background.


White color preview on #0F606D background

This text has white color on #0F606D background.


Related colors

Complementary color

Complementary color for #hex is #F09F92.


I love getcolorcode.com

Triadic colors

1 #6D0F60 and #606D0F with #0F606D are triadic colors.

2 #6D600F and #600F6D with #0F606D are triadic colors.