Color Hex Logo

#6707be Color Hex

#6707BE
(103,7,190)
0 Favorites   0 Comments

Color spaces of #6707be

RGB 1037190
HSL0.750.930.39
HSV271°96°75°
CMYK 0.460.960.00   0.25
XYZ14.96386.753249.2300
Yxy6.75320.21090.0952
Hunter Lab25.986957.3068-94.1290
CIE-Lab31.238366.3704-72.0587

#6707be color RGB value is (103,7,190).

#6707be hex color red value is 103, green value is 7 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #6707be hue: 0.75 , saturation: 0.93 and the lightness value of 6707be is 0.39.

The process color (four color CMYK) of #6707be color hex is 0.46, 0.96, 0.00, 0.25. Web safe color of #6707be is #6600cc. Color #6707be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00000111 10111110
Octal 147 7 276
Decimal 103 7 190
Hex 67 7 BE

RGB Percentages of Color #6707be

%34.33
%2.33
%63.33

CMYK Percentages of Color #6707be

%46
%96
%0
%25

Triadic Colors of #6707be

#6707be #be6707 #07be67

Analogous Colors of #6707be

#6707be #be07ba #0c07be

Monochromatic Colors of #6707be

#6707be

Complementary Color

#6707be #5ebe07

#6707be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6707be Color Preview on White Background

Lorem ipsum dolor sit amet.

#6707be Color CSS Codes

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

#6707be Text Font Color

<p style="color:#6707be">Text here</p>

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


#6707be Background Color

<div style="background-color:#6707be">
Div content here</div>

This div background color is #6707be


#6707be Border Color

<div style="border:3px solid #6707be">
Div here</div>

This div border color is #6707be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,7,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6707be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6707be;
  -webkit-box-shadow: 1px 1px 3px 2px #6707be;
  box-shadow:         1px 1px 3px 2px #6707be; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6707be


Comments

No comments written yet.

Please login to write comment.