Color Hex Logo

#6969ee Color Hex

#6969EE
(105,105,238)
0 Favorites   0 Comments

Color spaces of #6969ee

RGB 105105238
HSL0.670.800.67
HSV240°56°93°
CMYK 0.560.560.00   0.07
XYZ26.309919.279583.2235
Yxy19.27950.20420.1497
Hunter Lab43.908430.1173-81.6416
CIE-Lab51.012637.0119-67.3238

#6969ee color RGB value is (105,105,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 01101001 11101110
Octal 151 151 356
Decimal 105 105 238
Hex 69 69 EE

RGB Percentages of Color #6969ee

%23.44
%23.44
%53.13

CMYK Percentages of Color #6969ee

%56
%56
%0
%7

Triadic Colors of #6969ee

#6969ee #ee6969 #69ee69

Analogous Colors of #6969ee

#6969ee #ac69ee #69acee

Monochromatic Colors of #6969ee

#6969ee

Complementary Color

#6969ee #eeee69

#6969ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6969ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#6969ee Color CSS Codes

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

#6969ee Text Font Color

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

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


#6969ee Background Color

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

This div background color is #6969ee


#6969ee Border Color

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

This div border color is #6969ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6969ee

#6969ee Color Palettes


Comments

No comments written yet.

Please login to write comment.