Color Hex Logo

#6761df Color Hex

#6761DF
(103,97,223)
0 Favorites   0 Comments

Color spaces of #6761df

RGB 10397223
HSL0.670.660.63
HSV243°57°87°
CMYK 0.540.570.00   0.13
XYZ23.187516.760771.8251
Yxy16.76070.20750.1500
Hunter Lab40.939829.4541-75.3609
CIE-Lab47.957136.7450-63.8305

#6761df color RGB value is (103,97,223).

#6761df hex color red value is 103, green value is 97 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #6761df hue: 0.67 , saturation: 0.66 and the lightness value of 6761df is 0.63.

The process color (four color CMYK) of #6761df color hex is 0.54, 0.57, 0.00, 0.13. Web safe color of #6761df is #6666cc. Color #6761df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01100001 11011111
Octal 147 141 337
Decimal 103 97 223
Hex 67 61 DF

RGB Percentages of Color #6761df

%24.35
%22.93
%52.72

CMYK Percentages of Color #6761df

%54
%57
%0
%13

Triadic Colors of #6761df

#6761df #df6761 #61df67

Analogous Colors of #6761df

#6761df #a661df #619adf

Monochromatic Colors of #6761df

#6761df

Complementary Color

#6761df #d9df61

#6761df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6761df Color Preview on White Background

Lorem ipsum dolor sit amet.

#6761df Color CSS Codes

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

#6761df Text Font Color

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

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


#6761df Background Color

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

This div background color is #6761df


#6761df Border Color

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

This div border color is #6761df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6761df


Comments

No comments written yet.

Please login to write comment.