COLOR #0B686D

HEX: #0B686D RGB: (11,104,109)

Color info

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

RGB color model

#0B686D color RGB value is (11,104,109).

RGB: (11,104,109) (4%, 41%, 43%)

RGB channels and saturation

R 11 of 255 = 4%
G 104 of 255 = 41%
B 109 of 255 = 43%

11
104
109

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

Portions of RGB colors in percentages

R + G + B = 11 + 104 + 109 = 224 (100%)
R 11 of 224 ~ 4.91%
G 104 of 224 ~ 46.43%
B 109 of 224 ~ 48.66'%

%46.43
%48.66

CMYK color model

#0B686D color CMYK value is (90,5,0,57).

  • cyan value is 89.91%
  • magenta value is 4.59%
  • yellow value is 0.00%
  • key color value is 57.25%

CMYK: (90,5,0,57)
C90M5Y0K57 (90%, 5%, 0%, 57%)
(0.90 / 0.05 / 0.00 / 0.57)

CMYK percentages

%89.91
%4.59
%0
%57.25

Codes

Color #0B686D in popluar color models

0B 68 6D
RGB 11 104 109
HSL 183° 81.67% 23.53%
HSB/HSV 183° 89.91% 42.75%
CMYK 89.91% 4.59% 0.00%
57.25%

Color #0B686D in popluar number systems.

HEX 0B 68 6D
Decimal 11 104 109
Binary 1011 1101000 1101101
Octal 13 150 155

Shades and tints

Shades of #0B686D

#0B686D
(11,104,109)
#0A5F64
(10,95,100)
#09565B
(9,86,91)
#084D52
(8,77,82)
#074449
(7,68,73)
#063B40
(6,59,64)
#053237
(5,50,55)
#04292E
(4,41,46)
#032025
(3,32,37)
#02171C
(2,23,28)
#010E13
(1,14,19)
#000000
(0,0,0)

Tints of #0B686D

#0B686D
(11,104,109)
#21757A
(33,117,122)
#378287
(55,130,135)
#4D8F94
(77,143,148)
#639CA1
(99,156,161)
#79A9AE
(121,169,174)
#8FB6BB
(143,182,187)
#A5C3C8
(165,195,200)
#BBD0D5
(187,208,213)
#D1DDE2
(209,221,226)
#E7EAEF
(231,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B686D color. Also use rgb(11,104,109) instead hex code.

Text Font Color

.myTextColor { color: #0B686D; }

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

This text font color is #0B686D.

Background Color

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

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

This div background color is #0B686D.

Border color

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

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

This div border color is #0B686D.

Opacity

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

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

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

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

This text has shadow with #0B686D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0B686D.

Preview

Color preview on black background

This text has color #0B686D on black background.


Color preview on white background

This text has color #0B686D on white background.


Black color preview on #0B686D background

This text has black color on #0B686D background.


White color preview on #0B686D background

This text has white color on #0B686D background.


Related colors

Complementary color

Complementary color for #hex is #F49792.


I love getcolorcode.com

Triadic colors

1 #6D0B68 and #686D0B with #0B686D are triadic colors.

2 #6D680B and #680B6D with #0B686D are triadic colors.