Color Hex Logo

#696bca Color Hex

#696BCA
(105,107,202)
0 Favorites   0 Comments

Color spaces of #696bca

RGB 105107202
HSL0.660.480.60
HSV239°48°79°
CMYK 0.480.470.00   0.21
XYZ21.744117.782958.1635
Yxy17.78290.22260.1820
Hunter Lab42.169818.2433-52.2581
CIE-Lab49.231724.6289-49.8097

#696bca color RGB value is (105,107,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 01101011 11001010
Octal 151 153 312
Decimal 105 107 202
Hex 69 6B CA

RGB Percentages of Color #696bca

%25.36
%25.85
%48.79

CMYK Percentages of Color #696bca

%48
%47
%0
%21

Triadic Colors of #696bca

#696bca #ca696b #6bca69

Analogous Colors of #696bca

#696bca #9869ca #699cca

Monochromatic Colors of #696bca

#696bca

Complementary Color

#696bca #cac869

#696bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#696bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#696bca Color CSS Codes

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

#696bca Text Font Color

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

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


#696bca Background Color

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

This div background color is #696bca


#696bca Border Color

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

This div border color is #696bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #696bca


Comments

No comments written yet.

Please login to write comment.