Color Hex Logo

#639898 Color Hex

#639898
(99,152,152)
0 Favorites   0 Comments

Color spaces of #639898

RGB 99152152
HSL0.500.210.49
HSV180°35°60°
CMYK 0.350.000.00   0.40
XYZ22.041327.376133.8282
Yxy27.37610.26480.3289
Hunter Lab52.3222-16.3687-1.7076
CIE-Lab59.3208-17.4717-5.5939

#639898 color RGB value is (99,152,152).

#639898 hex color red value is 99, green value is 152 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #639898 hue: 0.50 , saturation: 0.21 and the lightness value of 639898 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 10011000 10011000
Octal 143 230 230
Decimal 99 152 152
Hex 63 98 98

RGB Percentages of Color #639898

%24.57
%37.72
%37.72

CMYK Percentages of Color #639898

%35
%0
%0
%40

Triadic Colors of #639898

#639898 #986398 #989863

Analogous Colors of #639898

#639898 #637e98 #63987e

Monochromatic Colors of #639898

#639898

Complementary Color

#639898 #986363

#639898 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#639898 Color Preview on White Background

Lorem ipsum dolor sit amet.

#639898 Color CSS Codes

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

#639898 Text Font Color

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

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


#639898 Background Color

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

This div background color is #639898


#639898 Border Color

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

This div border color is #639898


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #639898


Comments

No comments written yet.

Please login to write comment.