Color Hex Logo

#6b07dc Color Hex

#6B07DC
(107,7,220)
0 Favorites   0 Comments

Color spaces of #6b07dc

RGB 1077220
HSL0.740.940.45
HSV268°97°86°
CMYK 0.510.970.00   0.14
XYZ19.05778.445168.3358
Yxy8.44510.19890.0881
Hunter Lab29.060566.2036-119.0784
CIE-Lab34.893273.2821-83.4882

#6b07dc color RGB value is (107,7,220).

#6b07dc hex color red value is 107, green value is 7 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #6b07dc hue: 0.74 , saturation: 0.94 and the lightness value of 6b07dc is 0.45.

The process color (four color CMYK) of #6b07dc color hex is 0.51, 0.97, 0.00, 0.14. Web safe color of #6b07dc is #6600cc. Color #6b07dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 00000111 11011100
Octal 153 7 334
Decimal 107 7 220
Hex 6B 7 DC

RGB Percentages of Color #6b07dc

%32.04
%2.10
%65.87

CMYK Percentages of Color #6b07dc

%51
%97
%0
%14

Triadic Colors of #6b07dc

#6b07dc #dc6b07 #07dc6b

Analogous Colors of #6b07dc

#6b07dc #d607dc #070edc

Monochromatic Colors of #6b07dc

#6b07dc

Complementary Color

#6b07dc #78dc07

#6b07dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b07dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b07dc Color CSS Codes

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

#6b07dc Text Font Color

<p style="color:#6b07dc">Text here</p>

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


#6b07dc Background Color

<div style="background-color:#6b07dc">
Div content here</div>

This div background color is #6b07dc


#6b07dc Border Color

<div style="border:3px solid #6b07dc">
Div here</div>

This div border color is #6b07dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(107,7,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6b07dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6b07dc;
  -webkit-box-shadow: 1px 1px 3px 2px #6b07dc;
  box-shadow:         1px 1px 3px 2px #6b07dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b07dc


Comments

No comments written yet.

Please login to write comment.