Color Hex Logo

#693bbf Color Hex

#693BBF
(105,59,191)
0 Favorites   0 Comments

Color spaces of #693bbf

RGB 10559191
HSL0.720.530.49
HSV261°69°75°
CMYK 0.450.690.00   0.25
XYZ16.79369.892850.3146
Yxy9.89280.21810.1285
Hunter Lab31.452840.2640-72.8283
CIE-Lab37.649349.3211-62.1243

#693bbf color RGB value is (105,59,191).

#693bbf hex color red value is 105, green value is 59 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #693bbf hue: 0.72 , saturation: 0.53 and the lightness value of 693bbf is 0.49.

The process color (four color CMYK) of #693bbf color hex is 0.45, 0.69, 0.00, 0.25. Web safe color of #693bbf is #6633cc. Color #693bbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 00111011 10111111
Octal 151 73 277
Decimal 105 59 191
Hex 69 3B BF

RGB Percentages of Color #693bbf

%29.58
%16.62
%53.80

CMYK Percentages of Color #693bbf

%45
%69
%0
%25

Triadic Colors of #693bbf

#693bbf #bf693b #3bbf69

Analogous Colors of #693bbf

#693bbf #ab3bbf #3b4fbf

Monochromatic Colors of #693bbf

#693bbf

Complementary Color

#693bbf #91bf3b

#693bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#693bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#693bbf Color CSS Codes

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

#693bbf Text Font Color

<p style="color:#693bbf">Text here</p>

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


#693bbf Background Color

<div style="background-color:#693bbf">
Div content here</div>

This div background color is #693bbf


#693bbf Border Color

<div style="border:3px solid #693bbf">
Div here</div>

This div border color is #693bbf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,59,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #693bbf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #693bbf;
  -webkit-box-shadow: 1px 1px 3px 2px #693bbf;
  box-shadow:         1px 1px 3px 2px #693bbf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #693bbf


Comments

No comments written yet.

Please login to write comment.