Color Hex Logo

#062153 Color Hex

#062153
(6,33,83)
0 Favorites   0 Comments

Color spaces of #062153

RGB 63383
HSL0.610.870.17
HSV219°93°33°
CMYK 0.930.600.00   0.67
XYZ2.18031.75108.4067
Yxy1.75100.17670.1419
Hunter Lab13.23256.2542-28.4045
CIE-Lab14.122212.2308-33.2283

#062153 color RGB value is (6,33,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 00100001 01010011
Octal 6 41 123
Decimal 6 33 83
Hex 6 21 53

RGB Percentages of Color #062153

%4.92
%27.05
%68.03

CMYK Percentages of Color #062153

%93
%60
%0
%67

Triadic Colors of #062153

#062153 #530621 #215306

Analogous Colors of #062153

#062153 #110653 #064853

Monochromatic Colors of #062153

#062153

Complementary Color

#062153 #533806

#062153 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#062153 Color Preview on White Background

Lorem ipsum dolor sit amet.

#062153 Color CSS Codes

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

#062153 Text Font Color

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

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


#062153 Background Color

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

This div background color is #062153


#062153 Border Color

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

This div border color is #062153


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,33,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 #062153">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #062153


Comments

No comments written yet.

Please login to write comment.