Color Hex Logo

#6d87fa Color Hex

#6D87FA
(109,135,250)
0 Favorites   0 Comments

Color spaces of #6d87fa

RGB 109135250
HSL0.640.930.70
HSV229°56°98°
CMYK 0.560.460.00   0.02
XYZ32.226027.481394.0484
Yxy27.48130.20960.1787
Hunter Lab52.422617.9906-69.6730
CIE-Lab59.417223.5783-60.4406

#6d87fa color RGB value is (109,135,250).

#6d87fa hex color red value is 109, green value is 135 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #6d87fa hue: 0.64 , saturation: 0.93 and the lightness value of 6d87fa is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 10000111 11111010
Octal 155 207 372
Decimal 109 135 250
Hex 6D 87 FA

RGB Percentages of Color #6d87fa

%22.06
%27.33
%50.61

CMYK Percentages of Color #6d87fa

%56
%46
%0
%2

Triadic Colors of #6d87fa

#6d87fa #fa6d87 #87fa6d

Analogous Colors of #6d87fa

#6d87fa #9a6dfa #6dcefa

Monochromatic Colors of #6d87fa

#6d87fa

Complementary Color

#6d87fa #fae06d

#6d87fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d87fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d87fa Color CSS Codes

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

#6d87fa Text Font Color

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

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


#6d87fa Background Color

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

This div background color is #6d87fa


#6d87fa Border Color

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

This div border color is #6d87fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d87fa


Comments

No comments written yet.

Please login to write comment.