Color Hex Logo

#6a798f Color Hex

#6A798F
(106,121,143)
0 Favorites   0 Comments

Color spaces of #6a798f

RGB 106121143
HSL0.600.150.49
HSV216°26°56°
CMYK 0.260.150.00   0.44
XYZ17.739218.722128.6654
Yxy18.72210.27240.2875
Hunter Lab43.2690-2.5404-8.9908
CIE-Lab50.3605-0.2982-13.7680

#6a798f color RGB value is (106,121,143).

#6a798f hex color red value is 106, green value is 121 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #6a798f hue: 0.60 , saturation: 0.15 and the lightness value of 6a798f is 0.49.

The process color (four color CMYK) of #6a798f color hex is 0.26, 0.15, 0.00, 0.44. Web safe color of #6a798f is #666699. Color #6a798f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 01111001 10001111
Octal 152 171 217
Decimal 106 121 143
Hex 6A 79 8F

RGB Percentages of Color #6a798f

%28.65
%32.70
%38.65

CMYK Percentages of Color #6a798f

%26
%15
%0
%44

Triadic Colors of #6a798f

#6a798f #8f6a79 #798f6a

Analogous Colors of #6a798f

#6a798f #6e6a8f #6a8c8f

Monochromatic Colors of #6a798f

#6a798f

Complementary Color

#6a798f #8f806a

#6a798f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a798f Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a798f Color CSS Codes

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

#6a798f Text Font Color

<p style="color:#6a798f">Text here</p>

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


#6a798f Background Color

<div style="background-color:#6a798f">
Div content here</div>

This div background color is #6a798f


#6a798f Border Color

<div style="border:3px solid #6a798f">
Div here</div>

This div border color is #6a798f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(106,121,143, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6a798f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6a798f;
  -webkit-box-shadow: 1px 1px 3px 2px #6a798f;
  box-shadow:         1px 1px 3px 2px #6a798f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,121,143, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a798f


Comments

No comments written yet.

Please login to write comment.