Color Hex Logo

#6469ce Color Hex

#6469CE
(100,105,206)
0 Favorites   0 Comments

Color spaces of #6469ce

RGB 100105206
HSL0.660.520.60
HSV237°51°81°
CMYK 0.510.490.00   0.19
XYZ21.447717.268760.5953
Yxy17.26870.21600.1739
Hunter Lab41.555619.4051-57.3662
CIE-Lab48.596825.9697-53.1351

#6469ce color RGB value is (100,105,206).

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

The process color (four color CMYK) of #6469ce color hex is 0.51, 0.49, 0.00, 0.19. Web safe color of #6469ce is #6666cc. Color #6469ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01101001 11001110
Octal 144 151 316
Decimal 100 105 206
Hex 64 69 CE

RGB Percentages of Color #6469ce

%24.33
%25.55
%50.12

CMYK Percentages of Color #6469ce

%51
%49
%0
%19

Triadic Colors of #6469ce

#6469ce #ce6469 #69ce64

Analogous Colors of #6469ce

#6469ce #9464ce #649ece

Monochromatic Colors of #6469ce

#6469ce

Complementary Color

#6469ce #cec964

#6469ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6469ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#6469ce Color CSS Codes

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

#6469ce Text Font Color

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

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


#6469ce Background Color

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

This div background color is #6469ce


#6469ce Border Color

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

This div border color is #6469ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6469ce


Comments

No comments written yet.

Please login to write comment.