Color Hex Logo

#063153 Color Hex

#063153
(6,49,83)
0 Favorites   0 Comments

Color spaces of #063153

RGB 64983
HSL0.570.870.17
HSV206°93°33°
CMYK 0.930.410.00   0.67
XYZ2.73482.85998.5915
Yxy2.85990.19280.2016
Hunter Lab16.9112-0.7286-18.2835
CIE-Lab19.47380.3097-24.6209

#063153 color RGB value is (6,49,83).

#063153 hex color red value is 6, green value is 49 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #063153 hue: 0.57 , saturation: 0.87 and the lightness value of 063153 is 0.17.

The process color (four color CMYK) of #063153 color hex is 0.93, 0.41, 0.00, 0.67. Web safe color of #063153 is #003366. Color #063153 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00110001 01010011
Octal 6 61 123
Decimal 6 49 83
Hex 6 31 53

RGB Percentages of Color #063153

%4.35
%35.51
%60.14

CMYK Percentages of Color #063153

%93
%41
%0
%67

Triadic Colors of #063153

#063153 #530631 #315306

Analogous Colors of #063153

#063153 #060b53 #06534e

Monochromatic Colors of #063153

#063153

Complementary Color

#063153 #532806

#063153 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#063153 Color Preview on White Background

Lorem ipsum dolor sit amet.

#063153 Color CSS Codes

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

#063153 Text Font Color

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

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


#063153 Background Color

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

This div background color is #063153


#063153 Border Color

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

This div border color is #063153


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #063153


Comments

No comments written yet.

Please login to write comment.