Color Hex Logo

#6384bc Color Hex

#6384BC
(99,132,188)
0 Favorites   0 Comments

Color spaces of #6384bc

RGB 99132188
HSL0.600.400.56
HSV218°47°74°
CMYK 0.470.300.00   0.26
XYZ22.474022.786050.7906
Yxy22.78600.23400.2372
Hunter Lab47.73470.5040-29.6714
CIE-Lab54.85123.7910-32.9520

#6384bc color RGB value is (99,132,188).

#6384bc hex color red value is 99, green value is 132 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #6384bc hue: 0.60 , saturation: 0.40 and the lightness value of 6384bc is 0.56.

The process color (four color CMYK) of #6384bc color hex is 0.47, 0.30, 0.00, 0.26. Web safe color of #6384bc is #6699cc. Color #6384bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10000100 10111100
Octal 143 204 274
Decimal 99 132 188
Hex 63 84 BC

RGB Percentages of Color #6384bc

%23.63
%31.50
%44.87

CMYK Percentages of Color #6384bc

%47
%30
%0
%26

Triadic Colors of #6384bc

#6384bc #bc6384 #84bc63

Analogous Colors of #6384bc

#6384bc #6f63bc #63b1bc

Monochromatic Colors of #6384bc

#6384bc

Complementary Color

#6384bc #bc9b63

#6384bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6384bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6384bc Color CSS Codes

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

#6384bc Text Font Color

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

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


#6384bc Background Color

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

This div background color is #6384bc


#6384bc Border Color

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

This div border color is #6384bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6384bc


Comments

No comments written yet.

Please login to write comment.