Color Hex Logo

#6764bf Color Hex

#6764BF
(103,100,191)
0 Favorites   0 Comments

Color spaces of #6764bf

RGB 103100191
HSL0.670.420.57
HSV242°48°75°
CMYK 0.460.480.00   0.25
XYZ19.554715.759551.3015
Yxy15.75950.22580.1819
Hunter Lab39.698218.4543-48.8309
CIE-Lab46.657425.0965-47.5977

#6764bf color RGB value is (103,100,191).

#6764bf hex color red value is 103, green value is 100 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #6764bf hue: 0.67 , saturation: 0.42 and the lightness value of 6764bf is 0.57.

The process color (four color CMYK) of #6764bf color hex is 0.46, 0.48, 0.00, 0.25. Web safe color of #6764bf is #6666cc. Color #6764bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01100100 10111111
Octal 147 144 277
Decimal 103 100 191
Hex 67 64 BF

RGB Percentages of Color #6764bf

%26.14
%25.38
%48.48

CMYK Percentages of Color #6764bf

%46
%48
%0
%25

Triadic Colors of #6764bf

#6764bf #bf6764 #64bf67

Analogous Colors of #6764bf

#6764bf #9564bf #648fbf

Monochromatic Colors of #6764bf

#6764bf

Complementary Color

#6764bf #bcbf64

#6764bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6764bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6764bf Color CSS Codes

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

#6764bf Text Font Color

<p style="color:#6764bf">Text here</p>

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


#6764bf Background Color

<div style="background-color:#6764bf">
Div content here</div>

This div background color is #6764bf


#6764bf Border Color

<div style="border:3px solid #6764bf">
Div here</div>

This div border color is #6764bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6764bf


Comments

No comments written yet.

Please login to write comment.