Color Hex Logo

#6794fd Color Hex

#6794FD
(103,148,253)
0 Favorites   0 Comments

Color spaces of #6794fd

RGB 103148253
HSL0.620.970.70
HSV222°59°99°
CMYK 0.590.420.00   0.01
XYZ33.913031.155297.1547
Yxy31.15520.20910.1921
Hunter Lab55.816810.7729-64.1283
CIE-Lab62.638415.6743-56.9611

#6794fd color RGB value is (103,148,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 10010100 11111101
Octal 147 224 375
Decimal 103 148 253
Hex 67 94 FD

RGB Percentages of Color #6794fd

%20.44
%29.37
%50.20

CMYK Percentages of Color #6794fd

%59
%42
%0
%1

Triadic Colors of #6794fd

#6794fd #fd6794 #94fd67

Analogous Colors of #6794fd

#6794fd #8567fd #67dffd

Monochromatic Colors of #6794fd

#6794fd

Complementary Color

#6794fd #fdd067

#6794fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6794fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6794fd Color CSS Codes

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

#6794fd Text Font Color

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

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


#6794fd Background Color

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

This div background color is #6794fd


#6794fd Border Color

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

This div border color is #6794fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6794fd


Comments

No comments written yet.

Please login to write comment.