Color Hex Logo

#6898fd Color Hex

#6898FD
(104,152,253)
0 Favorites   0 Comments

Color spaces of #6898fd

RGB 104152253
HSL0.610.970.70
HSV221°59°99°
CMYK 0.590.400.00   0.01
XYZ34.666832.491497.3728
Yxy32.49140.21070.1975
Hunter Lab57.00128.8073-61.3818
CIE-Lab63.747013.5045-55.1938

#6898fd color RGB value is (104,152,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 10011000 11111101
Octal 150 230 375
Decimal 104 152 253
Hex 68 98 FD

RGB Percentages of Color #6898fd

%20.43
%29.86
%49.71

CMYK Percentages of Color #6898fd

%59
%40
%0
%1

Triadic Colors of #6898fd

#6898fd #fd6898 #98fd68

Analogous Colors of #6898fd

#6898fd #8368fd #68e3fd

Monochromatic Colors of #6898fd

#6898fd

Complementary Color

#6898fd #fdcd68

#6898fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6898fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6898fd Color CSS Codes

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

#6898fd Text Font Color

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

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


#6898fd Background Color

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

This div background color is #6898fd


#6898fd Border Color

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

This div border color is #6898fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6898fd


Comments

No comments written yet.

Please login to write comment.