Color Hex Logo

#693dc9 Color Hex

#693DC9
(105,61,201)
0 Favorites   0 Comments

Color spaces of #693dc9

RGB 10561201
HSL0.720.560.51
HSV259°70°79°
CMYK 0.480.700.00   0.21
XYZ18.037110.557856.3455
Yxy10.55780.21240.1243
Hunter Lab32.492842.2250-80.0695
CIE-Lab38.825551.0122-66.0428

#693dc9 color RGB value is (105,61,201).

#693dc9 hex color red value is 105, green value is 61 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #693dc9 hue: 0.72 , saturation: 0.56 and the lightness value of 693dc9 is 0.51.

The process color (four color CMYK) of #693dc9 color hex is 0.48, 0.70, 0.00, 0.21. Web safe color of #693dc9 is #6633cc. Color #693dc9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 00111101 11001001
Octal 151 75 311
Decimal 105 61 201
Hex 69 3D C9

RGB Percentages of Color #693dc9

%28.61
%16.62
%54.77

CMYK Percentages of Color #693dc9

%48
%70
%0
%21

Triadic Colors of #693dc9

#693dc9 #c9693d #3dc969

Analogous Colors of #693dc9

#693dc9 #af3dc9 #3d57c9

Monochromatic Colors of #693dc9

#693dc9

Complementary Color

#693dc9 #9dc93d

#693dc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#693dc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#693dc9 Color CSS Codes

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

#693dc9 Text Font Color

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

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


#693dc9 Background Color

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

This div background color is #693dc9


#693dc9 Border Color

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

This div border color is #693dc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #693dc9


Comments

No comments written yet.

Please login to write comment.