Color Hex Logo

#6794cc Color Hex

#6794CC
(103,148,204)
0 Favorites   0 Comments

Color spaces of #6794cc

RGB 103148204
HSL0.590.500.60
HSV213°50°80°
CMYK 0.500.270.00   0.20
XYZ27.082528.423061.1855
Yxy28.42300.23210.2436
Hunter Lab53.3132-2.6222-30.7256
CIE-Lab60.26900.2727-33.5431

#6794cc color RGB value is (103,148,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 10010100 11001100
Octal 147 224 314
Decimal 103 148 204
Hex 67 94 CC

RGB Percentages of Color #6794cc

%22.64
%32.53
%44.84

CMYK Percentages of Color #6794cc

%50
%27
%0
%20

Triadic Colors of #6794cc

#6794cc #cc6794 #94cc67

Analogous Colors of #6794cc

#6794cc #6d67cc #67c7cc

Monochromatic Colors of #6794cc

#6794cc

Complementary Color

#6794cc #cc9f67

#6794cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6794cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6794cc Color CSS Codes

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

#6794cc Text Font Color

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

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


#6794cc Background Color

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

This div background color is #6794cc


#6794cc Border Color

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

This div border color is #6794cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6794cc


Comments

No comments written yet.

Please login to write comment.