Color Hex Logo

#61c0ff Color Hex

#61C0FF
(97,192,255)
0 Favorites   0 Comments

Color spaces of #61c0ff

RGB 97192255
HSL0.571.000.69
HSV204°62°100°
CMYK 0.620.250.00   0.00
XYZ41.829447.4607101.5639
Yxy47.46070.21920.2487
Hunter Lab68.8917-12.1796-39.1843
CIE-Lab74.4835-9.6934-39.4083

#61c0ff color RGB value is (97,192,255).

#61c0ff hex color red value is 97, green value is 192 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #61c0ff hue: 0.57 , saturation: 1.00 and the lightness value of 61c0ff is 0.69.

The process color (four color CMYK) of #61c0ff color hex is 0.62, 0.25, 0.00, 0.00. Web safe color of #61c0ff is #66ccff. Color #61c0ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 11000000 11111111
Octal 141 300 377
Decimal 97 192 255
Hex 61 C0 FF

RGB Percentages of Color #61c0ff

%17.83
%35.29
%46.88

CMYK Percentages of Color #61c0ff

%62
%25
%0
%0

Triadic Colors of #61c0ff

#61c0ff #ff61c0 #c0ff61

Analogous Colors of #61c0ff

#61c0ff #6171ff #61ffef

Monochromatic Colors of #61c0ff

#61c0ff

Complementary Color

#61c0ff #ffa061

#61c0ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61c0ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#61c0ff Color CSS Codes

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

#61c0ff Text Font Color

<p style="color:#61c0ff">Text here</p>

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


#61c0ff Background Color

<div style="background-color:#61c0ff">
Div content here</div>

This div background color is #61c0ff


#61c0ff Border Color

<div style="border:3px solid #61c0ff">
Div here</div>

This div border color is #61c0ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,192,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #61c0ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #61c0ff;
  -webkit-box-shadow: 1px 1px 3px 2px #61c0ff;
  box-shadow:         1px 1px 3px 2px #61c0ff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,192,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61c0ff


Comments

No comments written yet.

Please login to write comment.