Color Hex Logo

#6a72bb Color Hex

#6A72BB
(106,114,187)
0 Favorites   0 Comments

Color spaces of #6a72bb

RGB 106114187
HSL0.650.370.57
HSV234°43°73°
CMYK 0.430.390.00   0.27
XYZ20.930818.686749.5174
Yxy18.68670.23480.2096
Hunter Lab43.228110.7794-37.6565
CIE-Lab50.318616.0828-39.4598

#6a72bb color RGB value is (106,114,187).

#6a72bb hex color red value is 106, green value is 114 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #6a72bb hue: 0.65 , saturation: 0.37 and the lightness value of 6a72bb is 0.57.

The process color (four color CMYK) of #6a72bb color hex is 0.43, 0.39, 0.00, 0.27. Web safe color of #6a72bb is #6666cc. Color #6a72bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 01110010 10111011
Octal 152 162 273
Decimal 106 114 187
Hex 6A 72 BB

RGB Percentages of Color #6a72bb

%26.04
%28.01
%45.95

CMYK Percentages of Color #6a72bb

%43
%39
%0
%27

Triadic Colors of #6a72bb

#6a72bb #bb6a72 #72bb6a

Analogous Colors of #6a72bb

#6a72bb #8b6abb #6a9bbb

Monochromatic Colors of #6a72bb

#6a72bb

Complementary Color

#6a72bb #bbb36a

#6a72bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a72bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a72bb Color CSS Codes

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

#6a72bb Text Font Color

<p style="color:#6a72bb">Text here</p>

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


#6a72bb Background Color

<div style="background-color:#6a72bb">
Div content here</div>

This div background color is #6a72bb


#6a72bb Border Color

<div style="border:3px solid #6a72bb">
Div here</div>

This div border color is #6a72bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(106,114,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6a72bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6a72bb;
  -webkit-box-shadow: 1px 1px 3px 2px #6a72bb;
  box-shadow:         1px 1px 3px 2px #6a72bb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,114,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a72bb


Comments

No comments written yet.

Please login to write comment.