Color Hex Logo

#635bbd Color Hex

#635BBD
(99,91,189)
0 Favorites   0 Comments

Color spaces of #635bbd

RGB 9991189
HSL0.680.430.55
HSV245°52°74°
CMYK 0.480.520.00   0.26
XYZ18.072013.808949.8570
Yxy13.80890.22110.1689
Hunter Lab37.160321.7785-53.5355
CIE-Lab43.957629.0762-50.7778

#635bbd color RGB value is (99,91,189).

#635bbd hex color red value is 99, green value is 91 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #635bbd hue: 0.68 , saturation: 0.43 and the lightness value of 635bbd is 0.55.

The process color (four color CMYK) of #635bbd color hex is 0.48, 0.52, 0.00, 0.26. Web safe color of #635bbd is #6666cc. Color #635bbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01011011 10111101
Octal 143 133 275
Decimal 99 91 189
Hex 63 5B BD

RGB Percentages of Color #635bbd

%26.12
%24.01
%49.87

CMYK Percentages of Color #635bbd

%48
%52
%0
%26

Triadic Colors of #635bbd

#635bbd #bd635b #5bbd63

Analogous Colors of #635bbd

#635bbd #945bbd #5b84bd

Monochromatic Colors of #635bbd

#635bbd

Complementary Color

#635bbd #b5bd5b

#635bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#635bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#635bbd Color CSS Codes

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

#635bbd Text Font Color

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

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


#635bbd Background Color

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

This div background color is #635bbd


#635bbd Border Color

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

This div border color is #635bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #635bbd


Comments

No comments written yet.

Please login to write comment.