COLOR #0C6B98

HEX: #0C6B98 RGB: (12,107,152)

Color info

#0C6B98 contains mainly green and blue colors. Web safe color of #0C6B98 is #006699 (or #069).

RGB color model

#0C6B98 color RGB value is (12,107,152).

RGB: (12,107,152) (5%, 42%, 60%)

RGB channels and saturation

R 12 of 255 = 5%
G 107 of 255 = 42%
B 152 of 255 = 60%

12
107
152

R + G + B ~ 36%. #0C6B98 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 12 + 107 + 152 = 271 (100%)
R 12 of 271 ~ 4.43%
G 107 of 271 ~ 39.48%
B 152 of 271 ~ 56.09'%

%39.48
%56.09

CMYK color model

#0C6B98 color CMYK value is (92,30,0,40).

  • cyan value is 92.11%
  • magenta value is 29.61%
  • yellow value is 0.00%
  • key color value is 40.39%

CMYK: (92,30,0,40)
C92M30Y0K40 (92%, 30%, 0%, 40%)
(0.92 / 0.30 / 0.00 / 0.40)

CMYK percentages

%92.11
%29.61
%0
%40.39

Codes

Color #0C6B98 in popluar color models

0C 6B 98
RGB 12 107 152
HSL 199° 85.37% 32.16%
HSB/HSV 199° 92.11% 59.61%
CMYK 92.11% 29.61% 0.00%
40.39%

Color #0C6B98 in popluar number systems.

HEX 0C 6B 98
Decimal 12 107 152
Binary 1100 1101011 10011000
Octal 14 153 230

Shades and tints

Shades of #0C6B98

#0C6B98
(12,107,152)
#0B628B
(11,98,139)
#0A597E
(10,89,126)
#095071
(9,80,113)
#084764
(8,71,100)
#073E57
(7,62,87)
#06354A
(6,53,74)
#052C3D
(5,44,61)
#042330
(4,35,48)
#031A23
(3,26,35)
#021116
(2,17,22)
#000000
(0,0,0)

Tints of #0C6B98

#0C6B98
(12,107,152)
#2278A1
(34,120,161)
#3885AA
(56,133,170)
#4E92B3
(78,146,179)
#649FBC
(100,159,188)
#7AACC5
(122,172,197)
#90B9CE
(144,185,206)
#A6C6D7
(166,198,215)
#BCD3E0
(188,211,224)
#D2E0E9
(210,224,233)
#E8EDF2
(232,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C6B98 color. Also use rgb(12,107,152) instead hex code.

Text Font Color

.myTextColor { color: #0C6B98; }

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

This text font color is #0C6B98.

Background Color

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

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

This div background color is #0C6B98.

Border color

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

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

This div border color is #0C6B98.

Opacity

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

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

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

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

This text has shadow with #0C6B98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C6B98.

Preview

Color preview on black background

This text has color #0C6B98 on black background.


Color preview on white background

This text has color #0C6B98 on white background.


Black color preview on #0C6B98 background

This text has black color on #0C6B98 background.


White color preview on #0C6B98 background

This text has white color on #0C6B98 background.


Related colors

Complementary color

Complementary color for #hex is #F39467.


I love getcolorcode.com

Triadic colors

1 #980C6B and #6B980C with #0C6B98 are triadic colors.

2 #986B0C and #6B0C98 with #0C6B98 are triadic colors.