Color Hex Logo

#6376b0 Color Hex

#6376B0
(99,118,176)
0 Favorites   0 Comments

Color spaces of #6376b0

RGB 99118176
HSL0.630.330.54
HSV225°44°69°
CMYK 0.440.330.00   0.31
XYZ19.460518.744143.6666
Yxy18.74410.23770.2289
Hunter Lab43.29454.4690-29.4935
CIE-Lab50.38658.5481-33.0296

#6376b0 color RGB value is (99,118,176).

#6376b0 hex color red value is 99, green value is 118 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #6376b0 hue: 0.63 , saturation: 0.33 and the lightness value of 6376b0 is 0.54.

The process color (four color CMYK) of #6376b0 color hex is 0.44, 0.33, 0.00, 0.31. Web safe color of #6376b0 is #666699. Color #6376b0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01110110 10110000
Octal 143 166 260
Decimal 99 118 176
Hex 63 76 B0

RGB Percentages of Color #6376b0

%25.19
%30.03
%44.78

CMYK Percentages of Color #6376b0

%44
%33
%0
%31

Triadic Colors of #6376b0

#6376b0 #b06376 #76b063

Analogous Colors of #6376b0

#6376b0 #7763b0 #639db0

Monochromatic Colors of #6376b0

#6376b0

Complementary Color

#6376b0 #b09d63

#6376b0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6376b0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6376b0 Color CSS Codes

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

#6376b0 Text Font Color

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

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


#6376b0 Background Color

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

This div background color is #6376b0


#6376b0 Border Color

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

This div border color is #6376b0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,118,176, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6376b0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6376b0;
  -webkit-box-shadow: 1px 1px 3px 2px #6376b0;
  box-shadow:         1px 1px 3px 2px #6376b0; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6376b0


Comments

No comments written yet.

Please login to write comment.