Color Hex Logo

#648698 Color Hex

#648698
(100,134,152)
0 Favorites   0 Comments

Color spaces of #648698

RGB 100134152
HSL0.560.210.49
HSV201°34°60°
CMYK 0.340.120.00   0.40
XYZ19.448122.026532.9323
Yxy22.02650.26140.2960
Hunter Lab46.9324-8.1639-8.7509
CIE-Lab54.0551-7.3276-13.4663

#648698 color RGB value is (100,134,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 10000110 10011000
Octal 144 206 230
Decimal 100 134 152
Hex 64 86 98

RGB Percentages of Color #648698

%25.91
%34.72
%39.38

CMYK Percentages of Color #648698

%34
%12
%0
%40

Triadic Colors of #648698

#648698 #986486 #869864

Analogous Colors of #648698

#648698 #646c98 #649890

Monochromatic Colors of #648698

#648698

Complementary Color

#648698 #987664

#648698 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#648698 Color Preview on White Background

Lorem ipsum dolor sit amet.

#648698 Color CSS Codes

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

#648698 Text Font Color

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

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


#648698 Background Color

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

This div background color is #648698


#648698 Border Color

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

This div border color is #648698


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #648698


Comments

No comments written yet.

Please login to write comment.