Color Hex Logo

#6896fd Color Hex

#6896FD
(104,150,253)
0 Favorites   0 Comments

Color spaces of #6896fd

RGB 104150253
HSL0.620.970.70
HSV221°59°99°
CMYK 0.590.410.00   0.01
XYZ34.344931.847697.2655
Yxy31.84760.21010.1948
Hunter Lab56.43379.8742-62.6849
CIE-Lab63.216714.6808-56.0372

#6896fd color RGB value is (104,150,253).

#6896fd hex color red value is 104, green value is 150 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #6896fd hue: 0.62 , saturation: 0.97 and the lightness value of 6896fd is 0.70.

The process color (four color CMYK) of #6896fd color hex is 0.59, 0.41, 0.00, 0.01. Web safe color of #6896fd is #6699ff. Color #6896fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10010110 11111101
Octal 150 226 375
Decimal 104 150 253
Hex 68 96 FD

RGB Percentages of Color #6896fd

%20.51
%29.59
%49.90

CMYK Percentages of Color #6896fd

%59
%41
%0
%1

Triadic Colors of #6896fd

#6896fd #fd6896 #96fd68

Analogous Colors of #6896fd

#6896fd #8568fd #68e1fd

Monochromatic Colors of #6896fd

#6896fd

Complementary Color

#6896fd #fdcf68

#6896fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6896fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6896fd Color CSS Codes

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

#6896fd Text Font Color

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

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


#6896fd Background Color

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

This div background color is #6896fd


#6896fd Border Color

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

This div border color is #6896fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6896fd

Related Colors


Comments

No comments written yet.

Please login to write comment.