Color Hex Logo

#6a92bb Color Hex

#6A92BB
(106,146,187)
0 Favorites   0 Comments

Color spaces of #6a92bb

RGB 106146187
HSL0.580.370.57
HSV210°43°73°
CMYK 0.430.220.00   0.27
XYZ25.192427.209850.9379
Yxy27.20980.24380.2633
Hunter Lab52.1630-5.0778-21.3834
CIE-Lab59.1680-2.8212-25.6590

#6a92bb color RGB value is (106,146,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 10010010 10111011
Octal 152 222 273
Decimal 106 146 187
Hex 6A 92 BB

RGB Percentages of Color #6a92bb

%24.15
%33.26
%42.60

CMYK Percentages of Color #6a92bb

%43
%22
%0
%27

Triadic Colors of #6a92bb

#6a92bb #bb6a92 #92bb6a

Analogous Colors of #6a92bb

#6a92bb #6b6abb #6abbbb

Monochromatic Colors of #6a92bb

#6a92bb

Complementary Color

#6a92bb #bb936a

#6a92bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a92bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a92bb Color CSS Codes

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

#6a92bb Text Font Color

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

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


#6a92bb Background Color

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

This div background color is #6a92bb


#6a92bb Border Color

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

This div border color is #6a92bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a92bb

#6a92bb Color Palettes


Comments

No comments written yet.

Please login to write comment.