Color Hex Logo

#6969fe Color Hex

#6969FE
(105,105,254)
0 Favorites   0 Comments

Color spaces of #6969fe

RGB 105105254
HSL0.670.990.70
HSV240°59°100°
CMYK 0.590.590.00   0.00
XYZ28.766720.262296.1608
Yxy20.26220.19810.1396
Hunter Lab45.013635.2998-95.1496
CIE-Lab52.132442.0279-74.4161

#6969fe color RGB value is (105,105,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 01101001 11111110
Octal 151 151 376
Decimal 105 105 254
Hex 69 69 FE

RGB Percentages of Color #6969fe

%22.63
%22.63
%54.74

CMYK Percentages of Color #6969fe

%59
%59
%0
%0

Triadic Colors of #6969fe

#6969fe #fe6969 #69fe69

Analogous Colors of #6969fe

#6969fe #b469fe #69b4fe

Monochromatic Colors of #6969fe

#6969fe

Complementary Color

#6969fe #fefe69

#6969fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6969fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6969fe Color CSS Codes

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

#6969fe Text Font Color

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

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


#6969fe Background Color

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

This div background color is #6969fe


#6969fe Border Color

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

This div border color is #6969fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6969fe


Comments

No comments written yet.

Please login to write comment.