Color Hex Logo

#61afff Color Hex

#61AFFF
(97,175,255)
0 Favorites   0 Comments

Color spaces of #61afff

RGB 97175255
HSL0.581.000.69
HSV210°62°100°
CMYK 0.620.310.00   0.00
XYZ38.309740.4213100.3907
Yxy40.42130.21390.2257
Hunter Lab63.5777-3.7033-49.1158
CIE-Lab69.7686-0.3517-46.7822

#61afff color RGB value is (97,175,255).

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

The process color (four color CMYK) of #61afff color hex is 0.62, 0.31, 0.00, 0.00. Web safe color of #61afff is #6699ff. Color #61afff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10101111 11111111
Octal 141 257 377
Decimal 97 175 255
Hex 61 AF FF

RGB Percentages of Color #61afff

%18.41
%33.21
%48.39

CMYK Percentages of Color #61afff

%62
%31
%0
%0

Triadic Colors of #61afff

#61afff #ff61af #afff61

Analogous Colors of #61afff

#61afff #6261ff #61feff

Monochromatic Colors of #61afff

#61afff

Complementary Color

#61afff #ffb161

#61afff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61afff Color Preview on White Background

Lorem ipsum dolor sit amet.

#61afff Color CSS Codes

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

#61afff Text Font Color

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

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


#61afff Background Color

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

This div background color is #61afff


#61afff Border Color

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

This div border color is #61afff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61afff


Comments

No comments written yet.

Please login to write comment.