Color Hex Logo

#060253 Color Hex

#060253
(6,2,83)
0 Favorites   0 Comments

Color spaces of #060253

RGB 6283
HSL0.670.950.17
HSV243°98°33°
CMYK 0.930.980.00   0.67
XYZ1.65810.70678.2326
Yxy0.70670.15650.0667
Hunter Lab8.406520.4957-52.1786
CIE-Lab6.383633.1955-45.9788

#060253 color RGB value is (6,2,83).

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

The process color (four color CMYK) of #060253 color hex is 0.93, 0.98, 0.00, 0.67. Web safe color of #060253 is #000066. Color #060253 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00000010 01010011
Octal 6 2 123
Decimal 6 2 83
Hex 6 2 53

RGB Percentages of Color #060253

%6.59
%2.20
%91.21

CMYK Percentages of Color #060253

%93
%98
%0
%67

Triadic Colors of #060253

#060253 #530602 #025306

Analogous Colors of #060253

#060253 #2f0253 #022653

Monochromatic Colors of #060253

#060253

Complementary Color

#060253 #4f5302

#060253 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#060253 Color Preview on White Background

Lorem ipsum dolor sit amet.

#060253 Color CSS Codes

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

#060253 Text Font Color

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

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


#060253 Background Color

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

This div background color is #060253


#060253 Border Color

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

This div border color is #060253


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #060253


Comments

No comments written yet.

Please login to write comment.