COLOR #06568A

HEX: #06568A
RGB: (6,86,138)

Color info

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

RGB color model

#06568A color RGB value is (6,86,138).

  • red value is 6;
  • green value is 86;
  • blue value is 138.
RGB:
(6,86,138)
(2%,34%,54%)

RGB channels and saturation

R 6 of 255 = 2%
G 86 of 255 = 34%
B 138 of 255 = 54%

6
86
138

R + G + B ~ 30%. #06568A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 86 + 138 = 230 (100%)
R 6 of 230 ~ 2.61%
G 86 of 230 ~ 37.39%
B 138 of 230 ~ 60%

%37.39
%60

CMYK color model

#06568A color CMYK value is (96,38,0,46).

  • cyan value is 95.65%
  • magenta value is 37.68%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(96,38,0,46)
C96M38Y0K46 
(96%,38%,0%,46%)
(0.96/0.38/0.00/0.46)	

CMYK percentages

%95.65
%37.68
%0
%45.88

Codes

Color #06568A in popluar color models

06568A
RGB686138
HSL204°91.67%28.24%
HSB/HSV204°95.65%54.12%
CMYK95.65%37.68%0.00%
45.88%

Color #06568A in popluar number systems.

HEX06568A
Decimal686138
Binary110101011010001010
Octal6126212

Shades and tints

Shades of #06568A

#06568A
(6,86,138)
#064F7E
(6,79,126)
#064872
(6,72,114)
#064166
(6,65,102)
#063A5A
(6,58,90)
#06334E
(6,51,78)
#062C42
(6,44,66)
#062536
(6,37,54)
#061E2A
(6,30,42)
#06171E
(6,23,30)
#061012
(6,16,18)
#000000
(0,0,0)

Tints of #06568A

#06568A
(6,86,138)
#1C6594
(28,101,148)
#32749E
(50,116,158)
#4883A8
(72,131,168)
#5E92B2
(94,146,178)
#74A1BC
(116,161,188)
#8AB0C6
(138,176,198)
#A0BFD0
(160,191,208)
#B6CEDA
(182,206,218)
#CCDDE4
(204,221,228)
#E2ECEE
(226,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06568A color. Also use rgb(6,86,138) instead hex code.

Text Font Color

.myTextColor { color: #06568A; }

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

This text font color is #06568A.


Background Color

.myBgColor { background-color: #06568A; }

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

This div background color is #06568A.


Border color

.myBorderColor { border: 1px solid #06568A; }

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

This div border color is #06568A.


Opacity

.myOpacity80 { color: #06568A; opacity: 0.8; }

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

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

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

This text has shadow with #06568A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06568A on black background.


Color preview on white background

This text has color #06568A on white background.



Black color preview on #06568A background

This text has black color on #06568A background.


White color preview on #06568A background

This text has white color on #06568A background.