Color Hex Logo

#69949f Color Hex

#69949F
(105,148,159)
0 Favorites   0 Comments

Color spaces of #69949f

RGB 105148159
HSL0.530.220.52
HSV192°34°62°
CMYK 0.340.070.00   0.38
XYZ22.673626.686336.7568
Yxy26.68630.26330.3099
Hunter Lab51.6588-12.0573-6.0255
CIE-Lab58.6828-11.8119-10.4953

#69949f color RGB value is (105,148,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 10010100 10011111
Octal 151 224 237
Decimal 105 148 159
Hex 69 94 9F

RGB Percentages of Color #69949f

%25.49
%35.92
%38.59

CMYK Percentages of Color #69949f

%34
%7
%0
%38

Triadic Colors of #69949f

#69949f #9f6994 #949f69

Analogous Colors of #69949f

#69949f #69799f #699f8f

Monochromatic Colors of #69949f

#69949f

Complementary Color

#69949f #9f7469

#69949f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69949f Color Preview on White Background

Lorem ipsum dolor sit amet.

#69949f Color CSS Codes

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

#69949f Text Font Color

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

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


#69949f Background Color

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

This div background color is #69949f


#69949f Border Color

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

This div border color is #69949f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,148,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 #69949f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69949f


Comments

No comments written yet.

Please login to write comment.