Color Hex Logo

#6960dd Color Hex

#6960DD
(105,96,221)
0 Favorites   0 Comments

Color spaces of #6960dd

RGB 10596221
HSL0.680.650.62
HSV244°57°87°
CMYK 0.520.570.00   0.13
XYZ23.059716.589570.3933
Yxy16.58950.20960.1508
Hunter Lab40.730229.7812-73.9587
CIE-Lab47.738637.1118-63.0426

#6960dd color RGB value is (105,96,221).

#6960dd hex color red value is 105, green value is 96 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #6960dd hue: 0.68 , saturation: 0.65 and the lightness value of 6960dd is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 01100000 11011101
Octal 151 140 335
Decimal 105 96 221
Hex 69 60 DD

RGB Percentages of Color #6960dd

%24.88
%22.75
%52.37

CMYK Percentages of Color #6960dd

%52
%57
%0
%13

Triadic Colors of #6960dd

#6960dd #dd6960 #60dd69

Analogous Colors of #6960dd

#6960dd #a860dd #6096dd

Monochromatic Colors of #6960dd

#6960dd

Complementary Color

#6960dd #d4dd60

#6960dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6960dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6960dd Color CSS Codes

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

#6960dd Text Font Color

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

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


#6960dd Background Color

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

This div background color is #6960dd


#6960dd Border Color

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

This div border color is #6960dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6960dd


Comments

No comments written yet.

Please login to write comment.