Color Hex Logo

#6794cd Color Hex

#6794CD
(103,148,205)
0 Favorites   0 Comments

Color spaces of #6794cd

RGB 103148205
HSL0.590.500.60
HSV214°50°80°
CMYK 0.500.280.00   0.20
XYZ27.202928.471261.8193
Yxy28.47120.23150.2423
Hunter Lab53.3584-2.3753-31.3406
CIE-Lab60.31210.5739-34.0367

#6794cd color RGB value is (103,148,205).

#6794cd hex color red value is 103, green value is 148 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #6794cd hue: 0.59 , saturation: 0.50 and the lightness value of 6794cd is 0.60.

The process color (four color CMYK) of #6794cd color hex is 0.50, 0.28, 0.00, 0.20. Web safe color of #6794cd is #6699cc. Color #6794cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 10010100 11001101
Octal 147 224 315
Decimal 103 148 205
Hex 67 94 CD

RGB Percentages of Color #6794cd

%22.59
%32.46
%44.96

CMYK Percentages of Color #6794cd

%50
%28
%0
%20

Triadic Colors of #6794cd

#6794cd #cd6794 #94cd67

Analogous Colors of #6794cd

#6794cd #6d67cd #67c7cd

Monochromatic Colors of #6794cd

#6794cd

Complementary Color

#6794cd #cda067

#6794cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6794cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6794cd Color CSS Codes

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

#6794cd Text Font Color

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

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


#6794cd Background Color

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

This div background color is #6794cd


#6794cd Border Color

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

This div border color is #6794cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,148,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6794cd


Comments

No comments written yet.

Please login to write comment.