Color Hex Logo

#690bbc Color Hex

#690BBC
(105,11,188)
0 Favorites   0 Comments

Color spaces of #690bbc

RGB 10511188
HSL0.760.890.39
HSV272°94°74°
CMYK 0.440.940.00   0.26
XYZ15.02256.873448.1119
Yxy6.87340.21460.0982
Hunter Lab26.217256.4009-90.4528
CIE-Lab31.516965.5220-70.4073

#690bbc color RGB value is (105,11,188).

#690bbc hex color red value is 105, green value is 11 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #690bbc hue: 0.76 , saturation: 0.89 and the lightness value of 690bbc is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 00001011 10111100
Octal 151 13 274
Decimal 105 11 188
Hex 69 B BC

RGB Percentages of Color #690bbc

%34.54
%3.62
%61.84

CMYK Percentages of Color #690bbc

%44
%94
%0
%26

Triadic Colors of #690bbc

#690bbc #bc690b #0bbc69

Analogous Colors of #690bbc

#690bbc #bc0bb7 #110bbc

Monochromatic Colors of #690bbc

#690bbc

Complementary Color

#690bbc #5ebc0b

#690bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#690bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#690bbc Color CSS Codes

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

#690bbc Text Font Color

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

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


#690bbc Background Color

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

This div background color is #690bbc


#690bbc Border Color

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

This div border color is #690bbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,11,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 #690bbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #690bbc


Comments

No comments written yet.

Please login to write comment.