COLOR #065268

HEX: #065268
RGB: (6,82,104)

Color info

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

RGB color model

#065268 color RGB value is (6,82,104).

  • red value is 6;
  • green value is 82;
  • blue value is 104.
RGB:
(6,82,104)
(2%,32%,41%)

RGB channels and saturation

R 6 of 255 = 2%
G 82 of 255 = 32%
B 104 of 255 = 41%

6
82
104

R + G + B ~ 25%. #065268 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 82 + 104 = 192 (100%)
R 6 of 192 ~ 3.13%
G 82 of 192 ~ 42.71%
B 104 of 192 ~ 54.17%

%42.71
%54.17

CMYK color model

#065268 color CMYK value is (94,21,0,59).

  • cyan value is 94.23%
  • magenta value is 21.15%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(94,21,0,59)
C94M21Y0K59 
(94%,21%,0%,59%)
(0.94/0.21/0.00/0.59)	

CMYK percentages

%94.23
%21.15
%0
%59.22

Codes

Color #065268 in popluar color models

065268
RGB682104
HSL193°89.09%21.57%
HSB/HSV193°94.23%40.78%
CMYK94.23%21.15%0.00%
59.22%

Color #065268 in popluar number systems.

HEX065268
Decimal682104
Binary11010100101101000
Octal6122150

Shades and tints

Shades of #065268

#065268
(6,82,104)
#064B5F
(6,75,95)
#064456
(6,68,86)
#063D4D
(6,61,77)
#063644
(6,54,68)
#062F3B
(6,47,59)
#062832
(6,40,50)
#062129
(6,33,41)
#061A20
(6,26,32)
#061317
(6,19,23)
#060C0E
(6,12,14)
#000000
(0,0,0)

Tints of #065268

#065268
(6,82,104)
#1C6175
(28,97,117)
#327082
(50,112,130)
#487F8F
(72,127,143)
#5E8E9C
(94,142,156)
#749DA9
(116,157,169)
#8AACB6
(138,172,182)
#A0BBC3
(160,187,195)
#B6CAD0
(182,202,208)
#CCD9DD
(204,217,221)
#E2E8EA
(226,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #065268 color. Also use rgb(6,82,104) instead hex code.

Text Font Color

.myTextColor { color: #065268; }

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

This text font color is #065268.


Background Color

.myBgColor { background-color: #065268; }

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

This div background color is #065268.


Border color

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

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

This div border color is #065268.


Opacity

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

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

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

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

This text has shadow with #065268 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #065268 on black background.


Color preview on white background

This text has color #065268 on white background.



Black color preview on #065268 background

This text has black color on #065268 background.


White color preview on #065268 background

This text has white color on #065268 background.