Color Hex Logo

#6080bf Color Hex

#6080BF
(96,128,191)
0 Favorites   0 Comments

Color spaces of #6080bf

RGB 96128191
HSL0.610.430.56
HSV220°50°75°
CMYK 0.500.330.00   0.25
XYZ21.947021.686752.3194
Yxy21.68670.22870.2260
Hunter Lab46.56902.6277-34.0129
CIE-Lab53.69306.3475-36.4898

#6080bf color RGB value is (96,128,191).

#6080bf hex color red value is 96, green value is 128 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #6080bf hue: 0.61 , saturation: 0.43 and the lightness value of 6080bf is 0.56.

The process color (four color CMYK) of #6080bf color hex is 0.50, 0.33, 0.00, 0.25. Web safe color of #6080bf is #6699cc. Color #6080bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10000000 10111111
Octal 140 200 277
Decimal 96 128 191
Hex 60 80 BF

RGB Percentages of Color #6080bf

%23.13
%30.84
%46.02

CMYK Percentages of Color #6080bf

%50
%33
%0
%25

Triadic Colors of #6080bf

#6080bf #bf6080 #80bf60

Analogous Colors of #6080bf

#6080bf #7060bf #60b0bf

Monochromatic Colors of #6080bf

#6080bf

Complementary Color

#6080bf #bf9f60

#6080bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6080bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6080bf Color CSS Codes

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

#6080bf Text Font Color

<p style="color:#6080bf">Text here</p>

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


#6080bf Background Color

<div style="background-color:#6080bf">
Div content here</div>

This div background color is #6080bf


#6080bf Border Color

<div style="border:3px solid #6080bf">
Div here</div>

This div border color is #6080bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,128,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6080bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6080bf;
  -webkit-box-shadow: 1px 1px 3px 2px #6080bf;
  box-shadow:         1px 1px 3px 2px #6080bf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6080bf


Comments

No comments written yet.

Please login to write comment.