Color Hex Logo

#06154d Color Hex

#06154D
(6,21,77)
0 Favorites   0 Comments

Color spaces of #06154d

RGB 62177
HSL0.630.860.16
HSV227°92°30°
CMYK 0.920.730.00   0.70
XYZ1.68281.11097.1469
Yxy1.11090.16930.1118
Hunter Lab10.539910.0544-32.8254
CIE-Lab9.883118.7520-36.0509

#06154d color RGB value is (6,21,77).

#06154d hex color red value is 6, green value is 21 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #06154d hue: 0.63 , saturation: 0.86 and the lightness value of 06154d is 0.16.

The process color (four color CMYK) of #06154d color hex is 0.92, 0.73, 0.00, 0.70. Web safe color of #06154d is #000066. Color #06154d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00010101 01001101
Octal 6 25 115
Decimal 6 21 77
Hex 6 15 4D

RGB Percentages of Color #06154d

%5.77
%20.19
%74.04

CMYK Percentages of Color #06154d

%92
%73
%0
%70

Triadic Colors of #06154d

#06154d #4d0615 #154d06

Analogous Colors of #06154d

#06154d #1b064d #06394d

Monochromatic Colors of #06154d

#06154d

Complementary Color

#06154d #4d3e06

#06154d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06154d Color Preview on White Background

Lorem ipsum dolor sit amet.

#06154d Color CSS Codes

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

#06154d Text Font Color

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

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


#06154d Background Color

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

This div background color is #06154d


#06154d Border Color

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

This div border color is #06154d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06154d


Comments

No comments written yet.

Please login to write comment.