Color Hex Logo

#6965cf Color Hex

#6965CF
(105,101,207)
0 Favorites   0 Comments

Color spaces of #6965cf

RGB 105101207
HSL0.670.520.60
HSV242°51°81°
CMYK 0.490.510.00   0.19
XYZ21.741916.815661.1313
Yxy16.81560.21810.1687
Hunter Lab41.006822.8791-59.6823
CIE-Lab48.026829.8120-54.6015

#6965cf color RGB value is (105,101,207).

#6965cf hex color red value is 105, green value is 101 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #6965cf hue: 0.67 , saturation: 0.52 and the lightness value of 6965cf is 0.60.

The process color (four color CMYK) of #6965cf color hex is 0.49, 0.51, 0.00, 0.19. Web safe color of #6965cf is #6666cc. Color #6965cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01100101 11001111
Octal 151 145 317
Decimal 105 101 207
Hex 69 65 CF

RGB Percentages of Color #6965cf

%25.42
%24.46
%50.12

CMYK Percentages of Color #6965cf

%49
%51
%0
%19

Triadic Colors of #6965cf

#6965cf #cf6965 #65cf69

Analogous Colors of #6965cf

#6965cf #9e65cf #6596cf

Monochromatic Colors of #6965cf

#6965cf

Complementary Color

#6965cf #cbcf65

#6965cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6965cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6965cf Color CSS Codes

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

#6965cf Text Font Color

<p style="color:#6965cf">Text here</p>

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


#6965cf Background Color

<div style="background-color:#6965cf">
Div content here</div>

This div background color is #6965cf


#6965cf Border Color

<div style="border:3px solid #6965cf">
Div here</div>

This div border color is #6965cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,101,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6965cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6965cf;
  -webkit-box-shadow: 1px 1px 3px 2px #6965cf;
  box-shadow:         1px 1px 3px 2px #6965cf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6965cf


Comments

No comments written yet.

Please login to write comment.