Color Hex Logo

#060535 Color Hex

#060535
(6,5,53)
0 Favorites   0 Comments

Color spaces of #060535

RGB 6553
HSL0.670.830.11
HSV241°91°21°
CMYK 0.890.910.00   0.79
XYZ0.77200.40433.4055
Yxy0.40430.16850.0882
Hunter Lab6.358510.5449-27.3040
CIE-Lab3.652015.8827-29.1312

#060535 color RGB value is (6,5,53).

#060535 hex color red value is 6, green value is 5 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #060535 hue: 0.67 , saturation: 0.83 and the lightness value of 060535 is 0.11.

The process color (four color CMYK) of #060535 color hex is 0.89, 0.91, 0.00, 0.79. Web safe color of #060535 is #000033. Color #060535 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00000101 00110101
Octal 6 5 65
Decimal 6 5 53
Hex 6 5 35

RGB Percentages of Color #060535

%9.38
%7.81
%82.81

CMYK Percentages of Color #060535

%89
%91
%0
%79

Triadic Colors of #060535

#060535 #350605 #053506

Analogous Colors of #060535

#060535 #1e0535 #051c35

Monochromatic Colors of #060535

#060535

Complementary Color

#060535 #343505

#060535 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#060535 Color Preview on White Background

Lorem ipsum dolor sit amet.

#060535 Color CSS Codes

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

#060535 Text Font Color

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

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


#060535 Background Color

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

This div background color is #060535


#060535 Border Color

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

This div border color is #060535


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #060535


Comments

No comments written yet.

Please login to write comment.