Color Hex Logo

#6469de Color Hex

#6469DE
(100,105,222)
0 Favorites   0 Comments

Color spaces of #6469de

RGB 100105222
HSL0.660.650.63
HSV238°55°87°
CMYK 0.550.530.00   0.13
XYZ23.491918.086471.3601
Yxy18.08640.20800.1601
Hunter Lab42.528124.1766-69.7161
CIE-Lab49.600731.0216-60.6201

#6469de color RGB value is (100,105,222).

#6469de hex color red value is 100, green value is 105 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #6469de hue: 0.66 , saturation: 0.65 and the lightness value of 6469de is 0.63.

The process color (four color CMYK) of #6469de color hex is 0.55, 0.53, 0.00, 0.13. Web safe color of #6469de is #6666cc. Color #6469de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01101001 11011110
Octal 144 151 336
Decimal 100 105 222
Hex 64 69 DE

RGB Percentages of Color #6469de

%23.42
%24.59
%51.99

CMYK Percentages of Color #6469de

%55
%53
%0
%13

Triadic Colors of #6469de

#6469de #de6469 #69de64

Analogous Colors of #6469de

#6469de #9c64de #64a6de

Monochromatic Colors of #6469de

#6469de

Complementary Color

#6469de #ded964

#6469de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6469de Color Preview on White Background

Lorem ipsum dolor sit amet.

#6469de Color CSS Codes

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

#6469de Text Font Color

<p style="color:#6469de">Text here</p>

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


#6469de Background Color

<div style="background-color:#6469de">
Div content here</div>

This div background color is #6469de


#6469de Border Color

<div style="border:3px solid #6469de">
Div here</div>

This div border color is #6469de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,105,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6469de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6469de;
  -webkit-box-shadow: 1px 1px 3px 2px #6469de;
  box-shadow:         1px 1px 3px 2px #6469de; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6469de


Comments

No comments written yet.

Please login to write comment.