Color Hex Logo

#693bbd Color Hex

#693BBD
(105,59,189)
0 Favorites   0 Comments

Color spaces of #693bbd

RGB 10559189
HSL0.730.520.49
HSV261°69°74°
CMYK 0.440.690.00   0.26
XYZ16.57509.805349.1631
Yxy9.80530.21940.1298
Hunter Lab31.313439.6862-71.1679
CIE-Lab37.490748.7822-61.2092

#693bbd color RGB value is (105,59,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 00111011 10111101
Octal 151 73 275
Decimal 105 59 189
Hex 69 3B BD

RGB Percentages of Color #693bbd

%29.75
%16.71
%53.54

CMYK Percentages of Color #693bbd

%44
%69
%0
%26

Triadic Colors of #693bbd

#693bbd #bd693b #3bbd69

Analogous Colors of #693bbd

#693bbd #aa3bbd #3b4ebd

Monochromatic Colors of #693bbd

#693bbd

Complementary Color

#693bbd #8fbd3b

#693bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#693bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#693bbd Color CSS Codes

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

#693bbd Text Font Color

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

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


#693bbd Background Color

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

This div background color is #693bbd


#693bbd Border Color

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

This div border color is #693bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #693bbd


Comments

No comments written yet.

Please login to write comment.