Color Hex Logo

#693cce Color Hex

#693CCE
(105,60,206)
0 Favorites   0 Comments

Color spaces of #693cce

RGB 10560206
HSL0.720.600.52
HSV258°71°81°
CMYK 0.490.710.00   0.19
XYZ18.582110.691259.4767
Yxy10.69120.20940.1205
Hunter Lab32.697444.2220-84.9606
CIE-Lab39.055452.8864-68.5672

#693cce color RGB value is (105,60,206).

#693cce hex color red value is 105, green value is 60 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #693cce hue: 0.72 , saturation: 0.60 and the lightness value of 693cce is 0.52.

The process color (four color CMYK) of #693cce color hex is 0.49, 0.71, 0.00, 0.19. Web safe color of #693cce is #6633cc. Color #693cce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 00111100 11001110
Octal 151 74 316
Decimal 105 60 206
Hex 69 3C CE

RGB Percentages of Color #693cce

%28.30
%16.17
%55.53

CMYK Percentages of Color #693cce

%49
%71
%0
%19

Triadic Colors of #693cce

#693cce #ce693c #3cce69

Analogous Colors of #693cce

#693cce #b23cce #3c58ce

Monochromatic Colors of #693cce

#693cce

Complementary Color

#693cce #a1ce3c

#693cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#693cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#693cce Color CSS Codes

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

#693cce Text Font Color

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

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


#693cce Background Color

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

This div background color is #693cce


#693cce Border Color

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

This div border color is #693cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #693cce


Comments

No comments written yet.

Please login to write comment.