Color Hex Logo

#696acc Color Hex

#696ACC
(105,106,204)
0 Favorites   0 Comments

Color spaces of #696acc

RGB 105106204
HSL0.660.490.61
HSV239°49°80°
CMYK 0.490.480.00   0.20
XYZ21.878817.671059.3844
Yxy17.67100.22110.1786
Hunter Lab42.036919.3387-54.3316
CIE-Lab49.094625.8501-51.1737

#696acc color RGB value is (105,106,204).

#696acc hex color red value is 105, green value is 106 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #696acc hue: 0.66 , saturation: 0.49 and the lightness value of 696acc is 0.61.

The process color (four color CMYK) of #696acc color hex is 0.49, 0.48, 0.00, 0.20. Web safe color of #696acc is #6666cc. Color #696acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01101010 11001100
Octal 151 152 314
Decimal 105 106 204
Hex 69 6A CC

RGB Percentages of Color #696acc

%25.30
%25.54
%49.16

CMYK Percentages of Color #696acc

%49
%48
%0
%20

Triadic Colors of #696acc

#696acc #cc696a #6acc69

Analogous Colors of #696acc

#696acc #9a69cc #699ccc

Monochromatic Colors of #696acc

#696acc

Complementary Color

#696acc #cccb69

#696acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#696acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#696acc Color CSS Codes

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

#696acc Text Font Color

<p style="color:#696acc">Text here</p>

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


#696acc Background Color

<div style="background-color:#696acc">
Div content here</div>

This div background color is #696acc


#696acc Border Color

<div style="border:3px solid #696acc">
Div here</div>

This div border color is #696acc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,106,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #696acc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #696acc;
  -webkit-box-shadow: 1px 1px 3px 2px #696acc;
  box-shadow:         1px 1px 3px 2px #696acc; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #696acc


Comments

No comments written yet.

Please login to write comment.