Color Hex Logo

#6970dd Color Hex

#6970DD
(105,112,221)
0 Favorites   0 Comments

Color spaces of #6970dd

RGB 105112221
HSL0.660.630.64
HSV236°52°87°
CMYK 0.520.490.00   0.13
XYZ24.671019.812170.9304
Yxy19.81210.21380.1717
Hunter Lab44.510821.0433-63.3243
CIE-Lab51.624127.4645-56.7821

#6970dd color RGB value is (105,112,221).

#6970dd hex color red value is 105, green value is 112 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #6970dd hue: 0.66 , saturation: 0.63 and the lightness value of 6970dd is 0.64.

The process color (four color CMYK) of #6970dd color hex is 0.52, 0.49, 0.00, 0.13. Web safe color of #6970dd is #6666cc. Color #6970dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01110000 11011101
Octal 151 160 335
Decimal 105 112 221
Hex 69 70 DD

RGB Percentages of Color #6970dd

%23.97
%25.57
%50.46

CMYK Percentages of Color #6970dd

%52
%49
%0
%13

Triadic Colors of #6970dd

#6970dd #dd6970 #70dd69

Analogous Colors of #6970dd

#6970dd #9c69dd #69aadd

Monochromatic Colors of #6970dd

#6970dd

Complementary Color

#6970dd #ddd669

#6970dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6970dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6970dd Color CSS Codes

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

#6970dd Text Font Color

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

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


#6970dd Background Color

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

This div background color is #6970dd


#6970dd Border Color

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

This div border color is #6970dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6970dd


Comments

No comments written yet.

Please login to write comment.