Color Hex Logo

#6896df Color Hex

#6896DF
(104,150,223)
0 Favorites   0 Comments

Color spaces of #6896df

RGB 104150223
HSL0.600.650.64
HSV217°53°87°
CMYK 0.530.330.00   0.13
XYZ29.934530.083574.0410
Yxy30.08350.22330.2244
Hunter Lab54.84841.4348-41.6429
CIE-Lab61.72625.1578-41.8629

#6896df color RGB value is (104,150,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 10010110 11011111
Octal 150 226 337
Decimal 104 150 223
Hex 68 96 DF

RGB Percentages of Color #6896df

%21.80
%31.45
%46.75

CMYK Percentages of Color #6896df

%53
%33
%0
%13

Triadic Colors of #6896df

#6896df #df6896 #96df68

Analogous Colors of #6896df

#6896df #7668df #68d2df

Monochromatic Colors of #6896df

#6896df

Complementary Color

#6896df #dfb168

#6896df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6896df Color Preview on White Background

Lorem ipsum dolor sit amet.

#6896df Color CSS Codes

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

#6896df Text Font Color

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

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


#6896df Background Color

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

This div background color is #6896df


#6896df Border Color

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

This div border color is #6896df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6896df


Comments

No comments written yet.

Please login to write comment.