Color Hex Logo

#619999 Color Hex

#619999
(97,153,153)
0 Favorites   0 Comments

Color spaces of #619999

RGB 97153153
HSL0.500.220.49
HSV180°37°60°
CMYK 0.370.000.00   0.40
XYZ22.070827.623834.3057
Yxy27.62380.26270.3289
Hunter Lab52.5583-17.0197-1.9087
CIE-Lab59.5473-18.3110-5.8378

#619999 color RGB value is (97,153,153).

#619999 hex color red value is 97, green value is 153 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #619999 hue: 0.50 , saturation: 0.22 and the lightness value of 619999 is 0.49.

The process color (four color CMYK) of #619999 color hex is 0.37, 0.00, 0.00, 0.40. Web safe color of #619999 is #669999. Color #619999 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10011001 10011001
Octal 141 231 231
Decimal 97 153 153
Hex 61 99 99

RGB Percentages of Color #619999

%24.07
%37.97
%37.97

CMYK Percentages of Color #619999

%37
%0
%0
%40

Triadic Colors of #619999

#619999 #996199 #999961

Analogous Colors of #619999

#619999 #617d99 #61997d

Monochromatic Colors of #619999

#619999

Complementary Color

#619999 #996161

#619999 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#619999 Color Preview on White Background

Lorem ipsum dolor sit amet.

#619999 Color CSS Codes

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

#619999 Text Font Color

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

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


#619999 Background Color

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

This div background color is #619999


#619999 Border Color

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

This div border color is #619999


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #619999


Comments

No comments written yet.

Please login to write comment.