Color Hex Logo

#6061bf Color Hex

#6061BF
(96,97,191)
0 Favorites   0 Comments

Color spaces of #6061bf

RGB 9697191
HSL0.660.430.56
HSV239°50°75°
CMYK 0.500.490.00   0.25
XYZ18.502514.797851.1713
Yxy14.79780.21900.1752
Hunter Lab38.467918.5370-51.9420
CIE-Lab45.356025.3138-49.7096

#6061bf color RGB value is (96,97,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 01100001 10111111
Octal 140 141 277
Decimal 96 97 191
Hex 60 61 BF

RGB Percentages of Color #6061bf

%25.00
%25.26
%49.74

CMYK Percentages of Color #6061bf

%50
%49
%0
%25

Triadic Colors of #6061bf

#6061bf #bf6061 #61bf60

Analogous Colors of #6061bf

#6061bf #8f60bf #6091bf

Monochromatic Colors of #6061bf

#6061bf

Complementary Color

#6061bf #bfbe60

#6061bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6061bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6061bf Color CSS Codes

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

#6061bf Text Font Color

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

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


#6061bf Background Color

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

This div background color is #6061bf


#6061bf Border Color

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

This div border color is #6061bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6061bf


Comments

No comments written yet.

Please login to write comment.