Color Hex Logo

#6772bf Color Hex

#6772BF
(103,114,191)
0 Favorites   0 Comments

Color spaces of #6772bf

RGB 103114191
HSL0.650.410.58
HSV233°46°75°
CMYK 0.460.400.00   0.25
XYZ21.014818.679851.7882
Yxy18.67980.22970.2042
Hunter Lab43.220111.1563-40.7897
CIE-Lab50.310516.5214-41.7898

#6772bf color RGB value is (103,114,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 01110010 10111111
Octal 147 162 277
Decimal 103 114 191
Hex 67 72 BF

RGB Percentages of Color #6772bf

%25.25
%27.94
%46.81

CMYK Percentages of Color #6772bf

%46
%40
%0
%25

Triadic Colors of #6772bf

#6772bf #bf6772 #72bf67

Analogous Colors of #6772bf

#6772bf #8867bf #679ebf

Monochromatic Colors of #6772bf

#6772bf

Complementary Color

#6772bf #bfb467

#6772bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6772bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6772bf Color CSS Codes

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

#6772bf Text Font Color

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

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


#6772bf Background Color

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

This div background color is #6772bf


#6772bf Border Color

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

This div border color is #6772bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6772bf


Comments

No comments written yet.

Please login to write comment.