Color Hex Logo

#6886fa Color Hex

#6886FA
(104,134,250)
0 Favorites   0 Comments

Color spaces of #6886fa

RGB 104134250
HSL0.630.940.69
HSV228°58°98°
CMYK 0.580.460.00   0.02
XYZ31.489326.895493.9741
Yxy26.89540.20670.1765
Hunter Lab51.860817.6269-71.1337
CIE-Lab58.877423.2278-61.3211

#6886fa color RGB value is (104,134,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 10000110 11111010
Octal 150 206 372
Decimal 104 134 250
Hex 68 86 FA

RGB Percentages of Color #6886fa

%21.31
%27.46
%51.23

CMYK Percentages of Color #6886fa

%58
%46
%0
%2

Triadic Colors of #6886fa

#6886fa #fa6886 #86fa68

Analogous Colors of #6886fa

#6886fa #9368fa #68cffa

Monochromatic Colors of #6886fa

#6886fa

Complementary Color

#6886fa #fadc68

#6886fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6886fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6886fa Color CSS Codes

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

#6886fa Text Font Color

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

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


#6886fa Background Color

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

This div background color is #6886fa


#6886fa Border Color

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

This div border color is #6886fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,134,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 #6886fa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6886fa


Comments

No comments written yet.

Please login to write comment.