Color Hex Logo

#6b287f Color Hex

#6B287F
(107,40,127)
0 Favorites   0 Comments

Color spaces of #6b287f

RGB 10740127
HSL0.800.520.33
HSV286°69°50°
CMYK 0.160.690.00   0.50
XYZ10.65306.175720.7092
Yxy6.17570.28380.1645
Hunter Lab24.851033.0294-32.0128
CIE-Lab29.851543.4369-35.9633

#6b287f color RGB value is (107,40,127).

#6b287f hex color red value is 107, green value is 40 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #6b287f hue: 0.80 , saturation: 0.52 and the lightness value of 6b287f is 0.33.

The process color (four color CMYK) of #6b287f color hex is 0.16, 0.69, 0.00, 0.50. Web safe color of #6b287f is #663366. Color #6b287f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 00101000 01111111
Octal 153 50 177
Decimal 107 40 127
Hex 6B 28 7F

RGB Percentages of Color #6b287f

%39.05
%14.60
%46.35

CMYK Percentages of Color #6b287f

%16
%69
%0
%50

Triadic Colors of #6b287f

#6b287f #7f6b28 #287f6b

Analogous Colors of #6b287f

#6b287f #7f2868 #40287f

Monochromatic Colors of #6b287f

#6b287f

Complementary Color

#6b287f #3c7f28

#6b287f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b287f Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b287f Color CSS Codes

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

#6b287f Text Font Color

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

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


#6b287f Background Color

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

This div background color is #6b287f


#6b287f Border Color

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

This div border color is #6b287f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b287f


Comments

No comments written yet.

Please login to write comment.