Color Hex Logo

#696cca Color Hex

#696CCA
(105,108,202)
0 Favorites   0 Comments

Color spaces of #696cca

RGB 105108202
HSL0.660.480.60
HSV238°48°79°
CMYK 0.480.470.00   0.21
XYZ21.848917.992658.1985
Yxy17.99260.22290.1835
Hunter Lab42.417717.7125-51.6555
CIE-Lab49.487124.0185-49.4019

#696cca color RGB value is (105,108,202).

#696cca hex color red value is 105, green value is 108 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #696cca hue: 0.66 , saturation: 0.48 and the lightness value of 696cca is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 01101100 11001010
Octal 151 154 312
Decimal 105 108 202
Hex 69 6C CA

RGB Percentages of Color #696cca

%25.30
%26.02
%48.67

CMYK Percentages of Color #696cca

%48
%47
%0
%21

Triadic Colors of #696cca

#696cca #ca696c #6cca69

Analogous Colors of #696cca

#696cca #9769ca #699dca

Monochromatic Colors of #696cca

#696cca

Complementary Color

#696cca #cac769

#696cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#696cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#696cca Color CSS Codes

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

#696cca Text Font Color

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

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


#696cca Background Color

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

This div background color is #696cca


#696cca Border Color

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

This div border color is #696cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #696cca


Comments

No comments written yet.

Please login to write comment.