Color Hex Logo

#6793aa Color Hex

#6793AA
(103,147,170)
0 Favorites   0 Comments

Color spaces of #6793aa

RGB 103147170
HSL0.560.280.54
HSV201°39°67°
CMYK 0.390.140.00   0.33
XYZ23.282926.653341.9477
Yxy26.65330.25340.2901
Hunter Lab51.6268-9.8462-12.0354
CIE-Lab58.6520-8.9260-16.8174

#6793aa color RGB value is (103,147,170).

#6793aa hex color red value is 103, green value is 147 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #6793aa hue: 0.56 , saturation: 0.28 and the lightness value of 6793aa is 0.54.

The process color (four color CMYK) of #6793aa color hex is 0.39, 0.14, 0.00, 0.33. Web safe color of #6793aa is #669999. Color #6793aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 10010011 10101010
Octal 147 223 252
Decimal 103 147 170
Hex 67 93 AA

RGB Percentages of Color #6793aa

%24.52
%35.00
%40.48

CMYK Percentages of Color #6793aa

%39
%14
%0
%33

Triadic Colors of #6793aa

#6793aa #aa6793 #93aa67

Analogous Colors of #6793aa

#6793aa #6772aa #67aaa0

Monochromatic Colors of #6793aa

#6793aa

Complementary Color

#6793aa #aa7e67

#6793aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6793aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6793aa Color CSS Codes

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

#6793aa Text Font Color

<p style="color:#6793aa">Text here</p>

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


#6793aa Background Color

<div style="background-color:#6793aa">
Div content here</div>

This div background color is #6793aa


#6793aa Border Color

<div style="border:3px solid #6793aa">
Div here</div>

This div border color is #6793aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,147,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6793aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6793aa;
  -webkit-box-shadow: 1px 1px 3px 2px #6793aa;
  box-shadow:         1px 1px 3px 2px #6793aa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6793aa


Comments

No comments written yet.

Please login to write comment.