Color Hex Logo

#6763ce Color Hex

#6763CE
(103,99,206)
0 Favorites   0 Comments

Color spaces of #6763ce

RGB 10399206
HSL0.670.520.60
HSV242°52°81°
CMYK 0.500.520.00   0.19
XYZ21.195916.263560.4145
Yxy16.26350.21660.1662
Hunter Lab40.328023.2433-60.5914
CIE-Lab47.318330.2846-55.1757

#6763ce color RGB value is (103,99,206).

#6763ce hex color red value is 103, green value is 99 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #6763ce hue: 0.67 , saturation: 0.52 and the lightness value of 6763ce is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 01100011 11001110
Octal 147 143 316
Decimal 103 99 206
Hex 67 63 CE

RGB Percentages of Color #6763ce

%25.25
%24.26
%50.49

CMYK Percentages of Color #6763ce

%50
%52
%0
%19

Triadic Colors of #6763ce

#6763ce #ce6763 #63ce67

Analogous Colors of #6763ce

#6763ce #9d63ce #6395ce

Monochromatic Colors of #6763ce

#6763ce

Complementary Color

#6763ce #cace63

#6763ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6763ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#6763ce Color CSS Codes

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

#6763ce Text Font Color

<p style="color:#6763ce">Text here</p>

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


#6763ce Background Color

<div style="background-color:#6763ce">
Div content here</div>

This div background color is #6763ce


#6763ce Border Color

<div style="border:3px solid #6763ce">
Div here</div>

This div border color is #6763ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,99,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6763ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6763ce;
  -webkit-box-shadow: 1px 1px 3px 2px #6763ce;
  box-shadow:         1px 1px 3px 2px #6763ce; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6763ce


Comments

No comments written yet.

Please login to write comment.