Color Hex Logo

#6587fa Color Hex

#6587FA
(101,135,250)
0 Favorites   0 Comments

Color spaces of #6587fa

RGB 101135250
HSL0.630.940.69
HSV226°60°98°
CMYK 0.600.460.00   0.02
XYZ31.286126.996894.0044
Yxy26.99680.20540.1773
Hunter Lab51.958416.5542-70.8979
CIE-Lab58.971422.0769-61.1795

#6587fa color RGB value is (101,135,250).

#6587fa hex color red value is 101, green value is 135 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #6587fa hue: 0.63 , saturation: 0.94 and the lightness value of 6587fa is 0.69.

The process color (four color CMYK) of #6587fa color hex is 0.60, 0.46, 0.00, 0.02. Web safe color of #6587fa is #6699ff. Color #6587fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 10000111 11111010
Octal 145 207 372
Decimal 101 135 250
Hex 65 87 FA

RGB Percentages of Color #6587fa

%20.78
%27.78
%51.44

CMYK Percentages of Color #6587fa

%60
%46
%0
%2

Triadic Colors of #6587fa

#6587fa #fa6587 #87fa65

Analogous Colors of #6587fa

#6587fa #8e65fa #65d2fa

Monochromatic Colors of #6587fa

#6587fa

Complementary Color

#6587fa #fad865

#6587fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6587fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6587fa Color CSS Codes

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

#6587fa Text Font Color

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

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


#6587fa Background Color

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

This div background color is #6587fa


#6587fa Border Color

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

This div border color is #6587fa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,135,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6587fa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6587fa;
  -webkit-box-shadow: 1px 1px 3px 2px #6587fa;
  box-shadow:         1px 1px 3px 2px #6587fa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6587fa

Related Colors


Comments

No comments written yet.

Please login to write comment.