Color Hex Logo

#6768bf Color Hex

#6768BF
(103,104,191)
0 Favorites   0 Comments

Color spaces of #6768bf

RGB 103104191
HSL0.660.410.58
HSV239°46°75°
CMYK 0.460.460.00   0.25
XYZ19.947816.545851.4325
Yxy16.54580.22690.1882
Hunter Lab40.676516.3526-46.4943
CIE-Lab47.682622.6423-45.9624

#6768bf color RGB value is (103,104,191).

#6768bf hex color red value is 103, green value is 104 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #6768bf hue: 0.66 , saturation: 0.41 and the lightness value of 6768bf is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 01101000 10111111
Octal 147 150 277
Decimal 103 104 191
Hex 67 68 BF

RGB Percentages of Color #6768bf

%25.88
%26.13
%47.99

CMYK Percentages of Color #6768bf

%46
%46
%0
%25

Triadic Colors of #6768bf

#6768bf #bf6768 #68bf67

Analogous Colors of #6768bf

#6768bf #9267bf #6794bf

Monochromatic Colors of #6768bf

#6768bf

Complementary Color

#6768bf #bfbe67

#6768bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6768bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6768bf Color CSS Codes

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

#6768bf Text Font Color

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

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


#6768bf Background Color

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

This div background color is #6768bf


#6768bf Border Color

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

This div border color is #6768bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,104,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 #6768bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6768bf


Comments

No comments written yet.

Please login to write comment.