Color Hex Logo

#6467ff Color Hex

#6467FF
(100,103,255)
0 Favorites   0 Comments

Color spaces of #6467ff

RGB 100103255
HSL0.661.000.70
HSV239°61°100°
CMYK 0.610.600.00   0.00
XYZ28.155819.629896.9127
Yxy19.62980.19460.1357
Hunter Lab44.305535.9006-98.6754
CIE-Lab51.416042.7222-76.1500

#6467ff color RGB value is (100,103,255).

#6467ff hex color red value is 100, green value is 103 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #6467ff hue: 0.66 , saturation: 1.00 and the lightness value of 6467ff is 0.70.

The process color (four color CMYK) of #6467ff color hex is 0.61, 0.60, 0.00, 0.00. Web safe color of #6467ff is #6666ff. Color #6467ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01100111 11111111
Octal 144 147 377
Decimal 100 103 255
Hex 64 67 FF

RGB Percentages of Color #6467ff

%21.83
%22.49
%55.68

CMYK Percentages of Color #6467ff

%61
%60
%0
%0

Triadic Colors of #6467ff

#6467ff #ff6467 #67ff64

Analogous Colors of #6467ff

#6467ff #af64ff #64b5ff

Monochromatic Colors of #6467ff

#6467ff

Complementary Color

#6467ff #fffc64

#6467ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6467ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#6467ff Color CSS Codes

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

#6467ff Text Font Color

<p style="color:#6467ff">Text here</p>

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


#6467ff Background Color

<div style="background-color:#6467ff">
Div content here</div>

This div background color is #6467ff


#6467ff Border Color

<div style="border:3px solid #6467ff">
Div here</div>

This div border color is #6467ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,103,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6467ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6467ff;
  -webkit-box-shadow: 1px 1px 3px 2px #6467ff;
  box-shadow:         1px 1px 3px 2px #6467ff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6467ff


Comments

No comments written yet.

Please login to write comment.