Color Hex Logo

#06385d Color Hex

#06385D
(6,56,93)
0 Favorites   0 Comments

Color spaces of #06385d

RGB 65693
HSL0.570.880.19
HSV206°94°36°
CMYK 0.940.400.00   0.64
XYZ3.46513.657410.8792
Yxy3.65740.19250.2032
Hunter Lab19.1243-1.1255-20.3411
CIE-Lab22.5049-0.1776-26.4182

#06385d color RGB value is (6,56,93).

#06385d hex color red value is 6, green value is 56 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #06385d hue: 0.57 , saturation: 0.88 and the lightness value of 06385d is 0.19.

The process color (four color CMYK) of #06385d color hex is 0.94, 0.40, 0.00, 0.64. Web safe color of #06385d is #003366. Color #06385d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00111000 01011101
Octal 6 70 135
Decimal 6 56 93
Hex 6 38 5D

RGB Percentages of Color #06385d

%3.87
%36.13
%60.00

CMYK Percentages of Color #06385d

%94
%40
%0
%64

Triadic Colors of #06385d

#06385d #5d0638 #385d06

Analogous Colors of #06385d

#06385d #060d5d #065d57

Monochromatic Colors of #06385d

#06385d

Complementary Color

#06385d #5d2b06

#06385d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06385d Color Preview on White Background

Lorem ipsum dolor sit amet.

#06385d Color CSS Codes

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

#06385d Text Font Color

<p style="color:#06385d">Text here</p>

This sample text font color is #06385d
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.


#06385d Background Color

<div style="background-color:#06385d">
Div content here</div>

This div background color is #06385d


#06385d Border Color

<div style="border:3px solid #06385d">
Div here</div>

This div border color is #06385d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,56,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #06385d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #06385d;
  -webkit-box-shadow: 1px 1px 3px 2px #06385d;
  box-shadow:         1px 1px 3px 2px #06385d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06385d


Comments

No comments written yet.

Please login to write comment.