Color Hex Logo

#6886df Color Hex

#6886DF
(104,134,223)
0 Favorites   0 Comments

Color spaces of #6886df

RGB 104134223
HSL0.620.650.64
HSV225°53°87°
CMYK 0.530.400.00   0.13
XYZ27.553325.321073.2473
Yxy25.32100.21850.2008
Hunter Lab50.32009.6798-51.0804
CIE-Lab57.386914.5913-48.7139

#6886df color RGB value is (104,134,223).

#6886df hex color red value is 104, green value is 134 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #6886df hue: 0.62 , saturation: 0.65 and the lightness value of 6886df is 0.64.

The process color (four color CMYK) of #6886df color hex is 0.53, 0.40, 0.00, 0.13. Web safe color of #6886df is #6699cc. Color #6886df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10000110 11011111
Octal 150 206 337
Decimal 104 134 223
Hex 68 86 DF

RGB Percentages of Color #6886df

%22.56
%29.07
%48.37

CMYK Percentages of Color #6886df

%53
%40
%0
%13

Triadic Colors of #6886df

#6886df #df6886 #86df68

Analogous Colors of #6886df

#6886df #8668df #68c2df

Monochromatic Colors of #6886df

#6886df

Complementary Color

#6886df #dfc168

#6886df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6886df Color Preview on White Background

Lorem ipsum dolor sit amet.

#6886df Color CSS Codes

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

#6886df Text Font Color

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

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


#6886df Background Color

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

This div background color is #6886df


#6886df Border Color

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

This div border color is #6886df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6886df


Comments

No comments written yet.

Please login to write comment.