Color Hex Logo

#6081be Color Hex

#6081BE
(96,129,190)
0 Favorites   0 Comments

Color spaces of #6081be

RGB 96129190
HSL0.610.420.56
HSV219°49°75°
CMYK 0.490.320.00   0.25
XYZ21.968421.905051.7854
Yxy21.90500.22970.2290
Hunter Lab46.80281.8799-32.8401
CIE-Lab53.92615.4426-35.5532

#6081be color RGB value is (96,129,190).

#6081be hex color red value is 96, green value is 129 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #6081be hue: 0.61 , saturation: 0.42 and the lightness value of 6081be is 0.56.

The process color (four color CMYK) of #6081be color hex is 0.49, 0.32, 0.00, 0.25. Web safe color of #6081be is #6699cc. Color #6081be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10000001 10111110
Octal 140 201 276
Decimal 96 129 190
Hex 60 81 BE

RGB Percentages of Color #6081be

%23.13
%31.08
%45.78

CMYK Percentages of Color #6081be

%49
%32
%0
%25

Triadic Colors of #6081be

#6081be #be6081 #81be60

Analogous Colors of #6081be

#6081be #6e60be #60b0be

Monochromatic Colors of #6081be

#6081be

Complementary Color

#6081be #be9d60

#6081be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6081be Color Preview on White Background

Lorem ipsum dolor sit amet.

#6081be Color CSS Codes

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

#6081be Text Font Color

<p style="color:#6081be">Text here</p>

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


#6081be Background Color

<div style="background-color:#6081be">
Div content here</div>

This div background color is #6081be


#6081be Border Color

<div style="border:3px solid #6081be">
Div here</div>

This div border color is #6081be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,129,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6081be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6081be;
  -webkit-box-shadow: 1px 1px 3px 2px #6081be;
  box-shadow:         1px 1px 3px 2px #6081be; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,129,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6081be


Comments

No comments written yet.

Please login to write comment.