Color Hex Logo

#6960da Color Hex

#6960DA
(105,96,218)
0 Favorites   0 Comments

Color spaces of #6960da

RGB 10596218
HSL0.680.620.62
HSV244°56°85°
CMYK 0.520.560.00   0.15
XYZ22.663516.431068.3067
Yxy16.43100.21100.1530
Hunter Lab40.535228.8641-71.5363
CIE-Lab47.534936.1933-61.6678

#6960da color RGB value is (105,96,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 01100000 11011010
Octal 151 140 332
Decimal 105 96 218
Hex 69 60 DA

RGB Percentages of Color #6960da

%25.06
%22.91
%52.03

CMYK Percentages of Color #6960da

%52
%56
%0
%15

Triadic Colors of #6960da

#6960da #da6960 #60da69

Analogous Colors of #6960da

#6960da #a660da #6094da

Monochromatic Colors of #6960da

#6960da

Complementary Color

#6960da #d1da60

#6960da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6960da Color Preview on White Background

Lorem ipsum dolor sit amet.

#6960da Color CSS Codes

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

#6960da Text Font Color

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

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


#6960da Background Color

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

This div background color is #6960da


#6960da Border Color

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

This div border color is #6960da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6960da


Comments

No comments written yet.

Please login to write comment.