Color Hex Logo

#6970bd Color Hex

#6970BD
(105,112,189)
0 Favorites   0 Comments

Color spaces of #6970bd

RGB 105112189
HSL0.650.390.58
HSV235°44°74°
CMYK 0.440.410.00   0.26
XYZ20.805218.265750.5732
Yxy18.26570.23210.2038
Hunter Lab42.738412.1023-40.2422
CIE-Lab49.816817.6407-41.4104

#6970bd color RGB value is (105,112,189).

#6970bd hex color red value is 105, green value is 112 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #6970bd hue: 0.65 , saturation: 0.39 and the lightness value of 6970bd is 0.58.

The process color (four color CMYK) of #6970bd color hex is 0.44, 0.41, 0.00, 0.26. Web safe color of #6970bd is #6666cc. Color #6970bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01110000 10111101
Octal 151 160 275
Decimal 105 112 189
Hex 69 70 BD

RGB Percentages of Color #6970bd

%25.86
%27.59
%46.55

CMYK Percentages of Color #6970bd

%44
%41
%0
%26

Triadic Colors of #6970bd

#6970bd #bd6970 #70bd69

Analogous Colors of #6970bd

#6970bd #8c69bd #699abd

Monochromatic Colors of #6970bd

#6970bd

Complementary Color

#6970bd #bdb669

#6970bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6970bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6970bd Color CSS Codes

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

#6970bd Text Font Color

<p style="color:#6970bd">Text here</p>

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


#6970bd Background Color

<div style="background-color:#6970bd">
Div content here</div>

This div background color is #6970bd


#6970bd Border Color

<div style="border:3px solid #6970bd">
Div here</div>

This div border color is #6970bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,112,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6970bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6970bd;
  -webkit-box-shadow: 1px 1px 3px 2px #6970bd;
  box-shadow:         1px 1px 3px 2px #6970bd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6970bd


Comments

No comments written yet.

Please login to write comment.