Color Hex Logo

#690ccc Color Hex

#690CCC
(105,12,204)
0 Favorites   0 Comments

Color spaces of #690ccc

RGB 10512204
HSL0.750.890.42
HSV269°94°80°
CMYK 0.490.940.00   0.20
XYZ16.85637.625857.7103
Yxy7.62580.20510.0928
Hunter Lab27.614960.6317-104.5755
CIE-Lab33.191168.8864-77.0434

#690ccc color RGB value is (105,12,204).

#690ccc hex color red value is 105, green value is 12 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #690ccc hue: 0.75 , saturation: 0.89 and the lightness value of 690ccc is 0.42.

The process color (four color CMYK) of #690ccc color hex is 0.49, 0.94, 0.00, 0.20. Web safe color of #690ccc is #6600cc. Color #690ccc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 00001100 11001100
Octal 151 14 314
Decimal 105 12 204
Hex 69 C CC

RGB Percentages of Color #690ccc

%32.71
%3.74
%63.55

CMYK Percentages of Color #690ccc

%49
%94
%0
%20

Triadic Colors of #690ccc

#690ccc #cc690c #0ccc69

Analogous Colors of #690ccc

#690ccc #c90ccc #0c0fcc

Monochromatic Colors of #690ccc

#690ccc

Complementary Color

#690ccc #6fcc0c

#690ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#690ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#690ccc Color CSS Codes

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

#690ccc Text Font Color

<p style="color:#690ccc">Text here</p>

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


#690ccc Background Color

<div style="background-color:#690ccc">
Div content here</div>

This div background color is #690ccc


#690ccc Border Color

<div style="border:3px solid #690ccc">
Div here</div>

This div border color is #690ccc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,12,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #690ccc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #690ccc;
  -webkit-box-shadow: 1px 1px 3px 2px #690ccc;
  box-shadow:         1px 1px 3px 2px #690ccc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #690ccc


Comments

No comments written yet.

Please login to write comment.