Color Hex Logo

#0623ac Color Hex

#0623AC
(6,35,172)
0 Favorites   0 Comments

Color spaces of #0623ac

RGB 635172
HSL0.640.930.35
HSV230°97°67°
CMYK 0.970.800.00   0.33
XYZ8.12254.219339.4160
Yxy4.21930.15690.0815
Hunter Lab20.540934.6376-99.3929
CIE-Lab24.383646.1682-72.9123

#0623ac color RGB value is (6,35,172).

#0623ac hex color red value is 6, green value is 35 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #0623ac hue: 0.64 , saturation: 0.93 and the lightness value of 0623ac is 0.35.

The process color (four color CMYK) of #0623ac color hex is 0.97, 0.80, 0.00, 0.33. Web safe color of #0623ac is #003399. Color #0623ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00100011 10101100
Octal 6 43 254
Decimal 6 35 172
Hex 6 23 AC

RGB Percentages of Color #0623ac

%2.82
%16.43
%80.75

CMYK Percentages of Color #0623ac

%97
%80
%0
%33

Triadic Colors of #0623ac

#0623ac #ac0623 #23ac06

Analogous Colors of #0623ac

#0623ac #3c06ac #0676ac

Monochromatic Colors of #0623ac

#0623ac

Complementary Color

#0623ac #ac8f06

#0623ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0623ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#0623ac Color CSS Codes

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

#0623ac Text Font Color

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

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


#0623ac Background Color

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

This div background color is #0623ac


#0623ac Border Color

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

This div border color is #0623ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,35,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0623ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0623ac;
  -webkit-box-shadow: 1px 1px 3px 2px #0623ac;
  box-shadow:         1px 1px 3px 2px #0623ac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0623ac


Comments

No comments written yet.

Please login to write comment.