Color Hex Logo

#6969ff Color Hex

#6969FF
(105,105,255)
1 Favorites   0 Comments

Color spaces of #6969ff

RGB 105105255
HSL0.671.000.71
HSV240°59°100°
CMYK 0.590.590.00   0.00
XYZ28.927320.326497.0065
Yxy20.32640.19780.1390
Hunter Lab45.084835.6307-96.0117
CIE-Lab52.204342.3417-74.8531

#6969ff color RGB value is (105,105,255).

#6969ff hex color red value is 105, green value is 105 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #6969ff hue: 0.67 , saturation: 1.00 and the lightness value of 6969ff is 0.71.

The process color (four color CMYK) of #6969ff color hex is 0.59, 0.59, 0.00, 0.00. Web safe color of #6969ff is #6666ff. Color #6969ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01101001 11111111
Octal 151 151 377
Decimal 105 105 255
Hex 69 69 FF

RGB Percentages of Color #6969ff

%22.58
%22.58
%54.84

CMYK Percentages of Color #6969ff

%59
%59
%0
%0

Triadic Colors of #6969ff

#6969ff #ff6969 #69ff69

Analogous Colors of #6969ff

#6969ff #b469ff #69b4ff

Monochromatic Colors of #6969ff

#6969ff

Complementary Color

#6969ff #ffff69

#6969ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6969ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#6969ff Color CSS Codes

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

#6969ff Text Font Color

<p style="color:#6969ff">Text here</p>

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


#6969ff Background Color

<div style="background-color:#6969ff">
Div content here</div>

This div background color is #6969ff


#6969ff Border Color

<div style="border:3px solid #6969ff">
Div here</div>

This div border color is #6969ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,105,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6969ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6969ff;
  -webkit-box-shadow: 1px 1px 3px 2px #6969ff;
  box-shadow:         1px 1px 3px 2px #6969ff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6969ff


Comments

No comments written yet.

Please login to write comment.