Color Hex Logo

#648898 Color Hex

#648898
(100,136,152)
0 Favorites   0 Comments

Color spaces of #648898

RGB 100136152
HSL0.550.210.49
HSV198°34°60°
CMYK 0.340.110.00   0.40
XYZ19.727222.584633.0253
Yxy22.58460.26190.2998
Hunter Lab47.5233-9.0692-7.9361
CIE-Lab54.6419-8.4540-12.5809

#648898 color RGB value is (100,136,152).

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

The process color (four color CMYK) of #648898 color hex is 0.34, 0.11, 0.00, 0.40. Web safe color of #648898 is #669999. Color #648898 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10001000 10011000
Octal 144 210 230
Decimal 100 136 152
Hex 64 88 98

RGB Percentages of Color #648898

%25.77
%35.05
%39.18

CMYK Percentages of Color #648898

%34
%11
%0
%40

Triadic Colors of #648898

#648898 #986488 #889864

Analogous Colors of #648898

#648898 #646e98 #64988e

Monochromatic Colors of #648898

#648898

Complementary Color

#648898 #987464

#648898 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#648898 Color Preview on White Background

Lorem ipsum dolor sit amet.

#648898 Color CSS Codes

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

#648898 Text Font Color

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

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


#648898 Background Color

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

This div background color is #648898


#648898 Border Color

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

This div border color is #648898


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(100,136,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 #648898">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #648898


Comments

No comments written yet.

Please login to write comment.