Color Hex Logo

#065583 Color Hex

#065583
(6,85,131)
0 Favorites   0 Comments

Color spaces of #065583

RGB 685131
HSL0.560.910.27
HSV202°95°51°
CMYK 0.950.350.00   0.49
XYZ7.42038.174422.6595
Yxy8.17440.19400.2137
Hunter Lab28.5909-3.7073-26.9762
CIE-Lab34.3435-3.3011-31.7214

#065583 color RGB value is (6,85,131).

#065583 hex color red value is 6, green value is 85 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #065583 hue: 0.56 , saturation: 0.91 and the lightness value of 065583 is 0.27.

The process color (four color CMYK) of #065583 color hex is 0.95, 0.35, 0.00, 0.49. Web safe color of #065583 is #006699. Color #065583 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01010101 10000011
Octal 6 125 203
Decimal 6 85 131
Hex 6 55 83

RGB Percentages of Color #065583

%2.70
%38.29
%59.01

CMYK Percentages of Color #065583

%95
%35
%0
%49

Triadic Colors of #065583

#065583 #830655 #558306

Analogous Colors of #065583

#065583 #061683 #068373

Monochromatic Colors of #065583

#065583

Complementary Color

#065583 #833406

#065583 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#065583 Color Preview on White Background

Lorem ipsum dolor sit amet.

#065583 Color CSS Codes

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

#065583 Text Font Color

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

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


#065583 Background Color

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

This div background color is #065583


#065583 Border Color

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

This div border color is #065583


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #065583


Comments

No comments written yet.

Please login to write comment.