Color Hex Logo

#6182bb Color Hex

#6182BB
(97,130,187)
0 Favorites   0 Comments

Color spaces of #6182bb

RGB 97130187
HSL0.610.400.56
HSV218°48°73°
CMYK 0.480.300.00   0.27
XYZ21.882022.094550.1251
Yxy22.09450.23250.2348
Hunter Lab47.00480.8382-30.3225
CIE-Lab54.12714.1731-33.5200

#6182bb color RGB value is (97,130,187).

#6182bb hex color red value is 97, green value is 130 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #6182bb hue: 0.61 , saturation: 0.40 and the lightness value of 6182bb is 0.56.

The process color (four color CMYK) of #6182bb color hex is 0.48, 0.30, 0.00, 0.27. Web safe color of #6182bb is #6699cc. Color #6182bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10000010 10111011
Octal 141 202 273
Decimal 97 130 187
Hex 61 82 BB

RGB Percentages of Color #6182bb

%23.43
%31.40
%45.17

CMYK Percentages of Color #6182bb

%48
%30
%0
%27

Triadic Colors of #6182bb

#6182bb #bb6182 #82bb61

Analogous Colors of #6182bb

#6182bb #6d61bb #61afbb

Monochromatic Colors of #6182bb

#6182bb

Complementary Color

#6182bb #bb9a61

#6182bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6182bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6182bb Color CSS Codes

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

#6182bb Text Font Color

<p style="color:#6182bb">Text here</p>

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


#6182bb Background Color

<div style="background-color:#6182bb">
Div content here</div>

This div background color is #6182bb


#6182bb Border Color

<div style="border:3px solid #6182bb">
Div here</div>

This div border color is #6182bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,130,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6182bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6182bb;
  -webkit-box-shadow: 1px 1px 3px 2px #6182bb;
  box-shadow:         1px 1px 3px 2px #6182bb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,130,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 #6182bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6182bb


Comments

No comments written yet.

Please login to write comment.