Color Hex Logo

#6468ab Color Hex

#6468AB
(100,104,171)
0 Favorites   0 Comments

Color spaces of #6468ab

RGB 100104171
HSL0.660.300.53
HSV237°42°67°
CMYK 0.420.390.00   0.33
XYZ17.556515.550240.6042
Yxy15.55020.23820.2110
Hunter Lab39.433710.4619-33.4462
CIE-Lab46.378715.8801-36.4077

#6468ab color RGB value is (100,104,171).

#6468ab hex color red value is 100, green value is 104 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #6468ab hue: 0.66 , saturation: 0.30 and the lightness value of 6468ab is 0.53.

The process color (four color CMYK) of #6468ab color hex is 0.42, 0.39, 0.00, 0.33. Web safe color of #6468ab is #666699. Color #6468ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01101000 10101011
Octal 144 150 253
Decimal 100 104 171
Hex 64 68 AB

RGB Percentages of Color #6468ab

%26.67
%27.73
%45.60

CMYK Percentages of Color #6468ab

%42
%39
%0
%33

Triadic Colors of #6468ab

#6468ab #ab6468 #68ab64

Analogous Colors of #6468ab

#6468ab #8464ab #648cab

Monochromatic Colors of #6468ab

#6468ab

Complementary Color

#6468ab #aba764

#6468ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6468ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#6468ab Color CSS Codes

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

#6468ab Text Font Color

<p style="color:#6468ab">Text here</p>

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


#6468ab Background Color

<div style="background-color:#6468ab">
Div content here</div>

This div background color is #6468ab


#6468ab Border Color

<div style="border:3px solid #6468ab">
Div here</div>

This div border color is #6468ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,104,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6468ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6468ab;
  -webkit-box-shadow: 1px 1px 3px 2px #6468ab;
  box-shadow:         1px 1px 3px 2px #6468ab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6468ab


Comments

No comments written yet.

Please login to write comment.