Color Hex Logo

#61c3ff Color Hex

#61C3FF
(97,195,255)
1 Favorites   0 Comments

Color spaces of #61c3ff

RGB 97195255
HSL0.561.000.69
HSV203°62°100°
CMYK 0.620.240.00   0.00
XYZ42.494948.7916101.7857
Yxy48.79160.22010.2527
Hunter Lab69.8510-13.6461-37.5007
CIE-Lab75.3215-11.2991-38.1056

#61c3ff color RGB value is (97,195,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 11000011 11111111
Octal 141 303 377
Decimal 97 195 255
Hex 61 C3 FF

RGB Percentages of Color #61c3ff

%17.73
%35.65
%46.62

CMYK Percentages of Color #61c3ff

%62
%24
%0
%0

Triadic Colors of #61c3ff

#61c3ff #ff61c3 #c3ff61

Analogous Colors of #61c3ff

#61c3ff #6174ff #61ffec

Monochromatic Colors of #61c3ff

#61c3ff

Complementary Color

#61c3ff #ff9d61

#61c3ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61c3ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#61c3ff Color CSS Codes

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

#61c3ff Text Font Color

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

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


#61c3ff Background Color

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

This div background color is #61c3ff


#61c3ff Border Color

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

This div border color is #61c3ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61c3ff

Related Colors


Comments

No comments written yet.

Please login to write comment.