Color Hex Logo

#6376cf Color Hex

#6376CF
(99,118,207)
0 Favorites   0 Comments

Color spaces of #6376cf

RGB 99118207
HSL0.640.530.60
HSV229°52°81°
CMYK 0.520.430.00   0.19
XYZ22.886520.114561.7077
Yxy20.11450.21860.1921
Hunter Lab44.849212.6023-50.1823
CIE-Lab51.966418.1057-48.3261

#6376cf color RGB value is (99,118,207).

#6376cf hex color red value is 99, green value is 118 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #6376cf hue: 0.64 , saturation: 0.53 and the lightness value of 6376cf is 0.60.

The process color (four color CMYK) of #6376cf color hex is 0.52, 0.43, 0.00, 0.19. Web safe color of #6376cf is #6666cc. Color #6376cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01110110 11001111
Octal 143 166 317
Decimal 99 118 207
Hex 63 76 CF

RGB Percentages of Color #6376cf

%23.35
%27.83
%48.82

CMYK Percentages of Color #6376cf

%52
%43
%0
%19

Triadic Colors of #6376cf

#6376cf #cf6376 #76cf63

Analogous Colors of #6376cf

#6376cf #8663cf #63accf

Monochromatic Colors of #6376cf

#6376cf

Complementary Color

#6376cf #cfbc63

#6376cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6376cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6376cf Color CSS Codes

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

#6376cf Text Font Color

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

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


#6376cf Background Color

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

This div background color is #6376cf


#6376cf Border Color

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

This div border color is #6376cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6376cf


Comments

No comments written yet.

Please login to write comment.