Color Hex Logo

#6906dd Color Hex

#6906DD
(105,6,221)
0 Favorites   0 Comments

Color spaces of #6906dd

RGB 1056221
HSL0.740.950.45
HSV268°97°87°
CMYK 0.520.970.00   0.13
XYZ18.94208.354069.0207
Yxy8.35400.19670.0867
Hunter Lab28.903366.4006-121.3515
CIE-Lab34.709573.4803-84.3750

#6906dd color RGB value is (105,6,221).

#6906dd hex color red value is 105, green value is 6 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #6906dd hue: 0.74 , saturation: 0.95 and the lightness value of 6906dd is 0.45.

The process color (four color CMYK) of #6906dd color hex is 0.52, 0.97, 0.00, 0.13. Web safe color of #6906dd is #6600cc. Color #6906dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 00000110 11011101
Octal 151 6 335
Decimal 105 6 221
Hex 69 6 DD

RGB Percentages of Color #6906dd

%31.63
%1.81
%66.57

CMYK Percentages of Color #6906dd

%52
%97
%0
%13

Triadic Colors of #6906dd

#6906dd #dd6906 #06dd69

Analogous Colors of #6906dd

#6906dd #d506dd #060fdd

Monochromatic Colors of #6906dd

#6906dd

Complementary Color

#6906dd #7add06

#6906dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6906dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6906dd Color CSS Codes

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

#6906dd Text Font Color

<p style="color:#6906dd">Text here</p>

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


#6906dd Background Color

<div style="background-color:#6906dd">
Div content here</div>

This div background color is #6906dd


#6906dd Border Color

<div style="border:3px solid #6906dd">
Div here</div>

This div border color is #6906dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,6,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6906dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6906dd;
  -webkit-box-shadow: 1px 1px 3px 2px #6906dd;
  box-shadow:         1px 1px 3px 2px #6906dd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6906dd


Comments

No comments written yet.

Please login to write comment.