Color Hex Logo

#6761cb Color Hex

#6761CB
(103,97,203)
0 Favorites   0 Comments

Color spaces of #6761cb

RGB 10397203
HSL0.680.500.59
HSV243°52°80°
CMYK 0.490.520.00   0.20
XYZ20.647715.744758.4507
Yxy15.74470.21770.1660
Hunter Lab39.679623.4451-59.5624
CIE-Lab46.637730.5812-54.5487

#6761cb color RGB value is (103,97,203).

#6761cb hex color red value is 103, green value is 97 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #6761cb hue: 0.68 , saturation: 0.50 and the lightness value of 6761cb is 0.59.

The process color (four color CMYK) of #6761cb color hex is 0.49, 0.52, 0.00, 0.20. Web safe color of #6761cb is #6666cc. Color #6761cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01100001 11001011
Octal 147 141 313
Decimal 103 97 203
Hex 67 61 CB

RGB Percentages of Color #6761cb

%25.56
%24.07
%50.37

CMYK Percentages of Color #6761cb

%49
%52
%0
%20

Triadic Colors of #6761cb

#6761cb #cb6761 #61cb67

Analogous Colors of #6761cb

#6761cb #9c61cb #6190cb

Monochromatic Colors of #6761cb

#6761cb

Complementary Color

#6761cb #c5cb61

#6761cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6761cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6761cb Color CSS Codes

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

#6761cb Text Font Color

<p style="color:#6761cb">Text here</p>

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


#6761cb Background Color

<div style="background-color:#6761cb">
Div content here</div>

This div background color is #6761cb


#6761cb Border Color

<div style="border:3px solid #6761cb">
Div here</div>

This div border color is #6761cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,97,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6761cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6761cb;
  -webkit-box-shadow: 1px 1px 3px 2px #6761cb;
  box-shadow:         1px 1px 3px 2px #6761cb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6761cb


Comments

No comments written yet.

Please login to write comment.