Color Hex Logo

#06568b Color Hex

#06568B
(6,86,139)
0 Favorites   0 Comments

Color spaces of #06568b

RGB 686139
HSL0.570.920.28
HSV204°96°55°
CMYK 0.960.380.00   0.45
XYZ8.06318.558425.6531
Yxy8.55840.19070.2024
Hunter Lab29.2547-1.9982-31.5123
CIE-Lab35.1198-0.6466-35.3880

#06568b color RGB value is (6,86,139).

#06568b hex color red value is 6, green value is 86 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #06568b hue: 0.57 , saturation: 0.92 and the lightness value of 06568b is 0.28.

The process color (four color CMYK) of #06568b color hex is 0.96, 0.38, 0.00, 0.45. Web safe color of #06568b is #006699. Color #06568b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01010110 10001011
Octal 6 126 213
Decimal 6 86 139
Hex 6 56 8B

RGB Percentages of Color #06568b

%2.60
%37.23
%60.17

CMYK Percentages of Color #06568b

%96
%38
%0
%45

Triadic Colors of #06568b

#06568b #8b0656 #568b06

Analogous Colors of #06568b

#06568b #06148b #068b7e

Monochromatic Colors of #06568b

#06568b

Complementary Color

#06568b #8b3b06

#06568b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06568b Color Preview on White Background

Lorem ipsum dolor sit amet.

#06568b Color CSS Codes

.mybgcolor {background-color:#06568b; } 
.myforecolor {color:#06568b; }
.mybordercolor {border:3px solid #06568b; }

#06568b Text Font Color

<p style="color:#06568b">Text here</p>

This sample text font color is #06568b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#06568b Background Color

<div style="background-color:#06568b">
Div content here</div>

This div background color is #06568b


#06568b Border Color

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

This div border color is #06568b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,86,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #06568b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #06568b;
  -webkit-box-shadow: 1px 1px 3px 2px #06568b;
  box-shadow:         1px 1px 3px 2px #06568b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,86,139, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #06568b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #06568b;
  -webkit-box-shadow: 1px 1px 3px 2px #06568b;
  box-shadow:         1px 1px 3px 2px #06568b;">
Div content here</div>

This div box has shadow with color #06568b

#06568b Color Palettes


Comments

No comments written yet.

Please login to write comment.