Color Hex Logo

#061695 Color Hex

#061695
(6,22,149)
0 Favorites   0 Comments

Color spaces of #061695

RGB 622149
HSL0.650.920.30
HSV233°96°58°
CMYK 0.960.850.00   0.42
XYZ5.78682.782528.6658
Yxy2.78250.15540.0747
Hunter Lab16.680832.7326-90.2126
CIE-Lab19.150945.1871-67.5783

#061695 color RGB value is (6,22,149).

#061695 hex color red value is 6, green value is 22 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #061695 hue: 0.65 , saturation: 0.92 and the lightness value of 061695 is 0.30.

The process color (four color CMYK) of #061695 color hex is 0.96, 0.85, 0.00, 0.42. Web safe color of #061695 is #000099. Color #061695 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00010110 10010101
Octal 6 26 225
Decimal 6 22 149
Hex 6 16 95

RGB Percentages of Color #061695

%3.39
%12.43
%84.18

CMYK Percentages of Color #061695

%96
%85
%0
%42

Triadic Colors of #061695

#061695 #950616 #169506

Analogous Colors of #061695

#061695 #3d0695 #065e95

Monochromatic Colors of #061695

#061695

Complementary Color

#061695 #958506

#061695 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#061695 Color Preview on White Background

Lorem ipsum dolor sit amet.

#061695 Color CSS Codes

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

#061695 Text Font Color

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

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


#061695 Background Color

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

This div background color is #061695


#061695 Border Color

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

This div border color is #061695


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,22,149, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #061695; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #061695;
  -webkit-box-shadow: 1px 1px 3px 2px #061695;
  box-shadow:         1px 1px 3px 2px #061695; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #061695


Comments

No comments written yet.

Please login to write comment.