Color Hex Logo

#6686df Color Hex

#6686DF
(102,134,223)
0 Favorites   0 Comments

Color spaces of #6686df

RGB 102134223
HSL0.620.650.64
HSV224°54°87°
CMYK 0.540.400.00   0.13
XYZ27.323925.202773.2365
Yxy25.20270.21730.2004
Hunter Lab50.20239.2992-51.3523
CIE-Lab57.272414.1638-48.9026

#6686df color RGB value is (102,134,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 10000110 11011111
Octal 146 206 337
Decimal 102 134 223
Hex 66 86 DF

RGB Percentages of Color #6686df

%22.22
%29.19
%48.58

CMYK Percentages of Color #6686df

%54
%40
%0
%13

Triadic Colors of #6686df

#6686df #df6686 #86df66

Analogous Colors of #6686df

#6686df #8366df #66c3df

Monochromatic Colors of #6686df

#6686df

Complementary Color

#6686df #dfbf66

#6686df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6686df Color Preview on White Background

Lorem ipsum dolor sit amet.

#6686df Color CSS Codes

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

#6686df Text Font Color

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

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


#6686df Background Color

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

This div background color is #6686df


#6686df Border Color

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

This div border color is #6686df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6686df


Comments

No comments written yet.

Please login to write comment.