Color Hex Logo

#6892fd Color Hex

#6892FD
(104,146,253)
0 Favorites   0 Comments

Color spaces of #6892fd

RGB 104146253
HSL0.620.970.70
HSV223°59°99°
CMYK 0.590.420.00   0.01
XYZ33.717430.592797.0564
Yxy30.59270.20890.1896
Hunter Lab55.310712.0200-65.3217
CIE-Lab62.162317.0436-57.7170

#6892fd color RGB value is (104,146,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 10010010 11111101
Octal 150 222 375
Decimal 104 146 253
Hex 68 92 FD

RGB Percentages of Color #6892fd

%20.68
%29.03
%50.30

CMYK Percentages of Color #6892fd

%59
%42
%0
%1

Triadic Colors of #6892fd

#6892fd #fd6892 #92fd68

Analogous Colors of #6892fd

#6892fd #8968fd #68ddfd

Monochromatic Colors of #6892fd

#6892fd

Complementary Color

#6892fd #fdd368

#6892fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6892fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6892fd Color CSS Codes

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

#6892fd Text Font Color

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

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


#6892fd Background Color

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

This div background color is #6892fd


#6892fd Border Color

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

This div border color is #6892fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6892fd


Comments

No comments written yet.

Please login to write comment.