Color Hex Logo

#693cbc Color Hex

#693CBC
(105,60,188)
0 Favorites   0 Comments

Color spaces of #693cbc

RGB 10560188
HSL0.730.520.49
HSV261°68°74°
CMYK 0.440.680.00   0.26
XYZ16.51879.865848.6106
Yxy9.86580.22030.1316
Hunter Lab31.409938.9073-69.7716
CIE-Lab37.600547.9923-60.4429

#693cbc color RGB value is (105,60,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 00111100 10111100
Octal 151 74 274
Decimal 105 60 188
Hex 69 3C BC

RGB Percentages of Color #693cbc

%29.75
%17.00
%53.26

CMYK Percentages of Color #693cbc

%44
%68
%0
%26

Triadic Colors of #693cbc

#693cbc #bc693c #3cbc69

Analogous Colors of #693cbc

#693cbc #a93cbc #3c4fbc

Monochromatic Colors of #693cbc

#693cbc

Complementary Color

#693cbc #8fbc3c

#693cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#693cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#693cbc Color CSS Codes

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

#693cbc Text Font Color

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

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


#693cbc Background Color

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

This div background color is #693cbc


#693cbc Border Color

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

This div border color is #693cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #693cbc


Comments

No comments written yet.

Please login to write comment.