Color Hex Logo

#6a88bb Color Hex

#6A88BB
(106,136,187)
0 Favorites   0 Comments

Color spaces of #6a88bb

RGB 106136187
HSL0.600.370.57
HSV218°43°73°
CMYK 0.430.270.00   0.27
XYZ23.717724.260350.4464
Yxy24.26030.24100.2465
Hunter Lab49.2547-0.2425-26.2461
CIE-Lab56.34752.9429-30.0211

#6a88bb color RGB value is (106,136,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 10001000 10111011
Octal 152 210 273
Decimal 106 136 187
Hex 6A 88 BB

RGB Percentages of Color #6a88bb

%24.71
%31.70
%43.59

CMYK Percentages of Color #6a88bb

%43
%27
%0
%27

Triadic Colors of #6a88bb

#6a88bb #bb6a88 #88bb6a

Analogous Colors of #6a88bb

#6a88bb #756abb #6ab1bb

Monochromatic Colors of #6a88bb

#6a88bb

Complementary Color

#6a88bb #bb9d6a

#6a88bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a88bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a88bb Color CSS Codes

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

#6a88bb Text Font Color

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

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


#6a88bb Background Color

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

This div background color is #6a88bb


#6a88bb Border Color

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

This div border color is #6a88bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,136,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 #6a88bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a88bb


Comments

No comments written yet.

Please login to write comment.