Color Hex Logo

#69839f Color Hex

#69839F
(105,131,159)
0 Favorites   0 Comments

Color spaces of #69839f

RGB 105131159
HSL0.590.220.52
HSV211°34°62°
CMYK 0.340.180.00   0.38
XYZ20.200021.739135.9323
Yxy21.73910.25940.2792
Hunter Lab46.6252-4.2604-13.0549
CIE-Lab53.7491-2.2594-17.9526

#69839f color RGB value is (105,131,159).

#69839f hex color red value is 105, green value is 131 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #69839f hue: 0.59 , saturation: 0.22 and the lightness value of 69839f is 0.52.

The process color (four color CMYK) of #69839f color hex is 0.34, 0.18, 0.00, 0.38. Web safe color of #69839f is #669999. Color #69839f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10000011 10011111
Octal 151 203 237
Decimal 105 131 159
Hex 69 83 9F

RGB Percentages of Color #69839f

%26.58
%33.16
%40.25

CMYK Percentages of Color #69839f

%34
%18
%0
%38

Triadic Colors of #69839f

#69839f #9f6983 #839f69

Analogous Colors of #69839f

#69839f #6a699f #699e9f

Monochromatic Colors of #69839f

#69839f

Complementary Color

#69839f #9f8569

#69839f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69839f Color Preview on White Background

Lorem ipsum dolor sit amet.

#69839f Color CSS Codes

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

#69839f Text Font Color

<p style="color:#69839f">Text here</p>

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


#69839f Background Color

<div style="background-color:#69839f">
Div content here</div>

This div background color is #69839f


#69839f Border Color

<div style="border:3px solid #69839f">
Div here</div>

This div border color is #69839f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,131,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #69839f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #69839f;
  -webkit-box-shadow: 1px 1px 3px 2px #69839f;
  box-shadow:         1px 1px 3px 2px #69839f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,131,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69839f


Comments

No comments written yet.

Please login to write comment.