Color Hex Logo

#634a6b Color Hex

#634A6B
(99,74,107)
1 Favorites   0 Comments

Color spaces of #634a6b

RGB 9974107
HSL0.790.180.35
HSV285°31°42°
CMYK 0.070.310.00   0.58
XYZ10.24828.611715.0320
Yxy8.61170.30240.2541
Hunter Lab29.345710.9814-9.8286
CIE-Lab35.225717.1793-15.0470

#634a6b color RGB value is (99,74,107).

#634a6b hex color red value is 99, green value is 74 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #634a6b hue: 0.79 , saturation: 0.18 and the lightness value of 634a6b is 0.35.

The process color (four color CMYK) of #634a6b color hex is 0.07, 0.31, 0.00, 0.58. Web safe color of #634a6b is #663366. Color #634a6b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01001010 01101011
Octal 143 112 153
Decimal 99 74 107
Hex 63 4A 6B

RGB Percentages of Color #634a6b

%35.36
%26.43
%38.21

CMYK Percentages of Color #634a6b

%7
%31
%0
%58

Triadic Colors of #634a6b

#634a6b #6b634a #4a6b63

Analogous Colors of #634a6b

#634a6b #6b4a63 #534a6b

Monochromatic Colors of #634a6b

#634a6b

Complementary Color

#634a6b #526b4a

#634a6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#634a6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#634a6b Color CSS Codes

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

#634a6b Text Font Color

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

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


#634a6b Background Color

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

This div background color is #634a6b


#634a6b Border Color

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

This div border color is #634a6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #634a6b


Comments

No comments written yet.

Please login to write comment.