Color Hex Logo

#6586af Color Hex

#6586AF
(101,134,175)
0 Favorites   0 Comments

Color spaces of #6586af

RGB 101134175
HSL0.590.320.54
HSV213°42°69°
CMYK 0.420.230.00   0.31
XYZ21.629822.912043.8399
Yxy22.91200.24470.2592
Hunter Lab47.8665-3.1062-20.7959
CIE-Lab54.9816-0.6917-25.3019

#6586af color RGB value is (101,134,175).

#6586af hex color red value is 101, green value is 134 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #6586af hue: 0.59 , saturation: 0.32 and the lightness value of 6586af is 0.54.

The process color (four color CMYK) of #6586af color hex is 0.42, 0.23, 0.00, 0.31. Web safe color of #6586af is #669999. Color #6586af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 10000110 10101111
Octal 145 206 257
Decimal 101 134 175
Hex 65 86 AF

RGB Percentages of Color #6586af

%24.63
%32.68
%42.68

CMYK Percentages of Color #6586af

%42
%23
%0
%31

Triadic Colors of #6586af

#6586af #af6586 #86af65

Analogous Colors of #6586af

#6586af #6965af #65abaf

Monochromatic Colors of #6586af

#6586af

Complementary Color

#6586af #af8e65

#6586af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6586af Color Preview on White Background

Lorem ipsum dolor sit amet.

#6586af Color CSS Codes

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

#6586af Text Font Color

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

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


#6586af Background Color

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

This div background color is #6586af


#6586af Border Color

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

This div border color is #6586af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,134,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6586af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6586af;
  -webkit-box-shadow: 1px 1px 3px 2px #6586af;
  box-shadow:         1px 1px 3px 2px #6586af; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(101,134,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6586af


Comments

No comments written yet.

Please login to write comment.