Color Hex Logo

#6b6583 Color Hex

#6B6583
(107,101,131)
0 Favorites   0 Comments

Color spaces of #6b6583

RGB 107101131
HSL0.700.130.45
HSV252°23°51°
CMYK 0.180.230.00   0.49
XYZ14.813814.071923.4081
Yxy14.07190.28330.2691
Hunter Lab37.51254.8432-10.7386
CIE-Lab44.33599.0103-15.7842

#6b6583 color RGB value is (107,101,131).

#6b6583 hex color red value is 107, green value is 101 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #6b6583 hue: 0.70 , saturation: 0.13 and the lightness value of 6b6583 is 0.45.

The process color (four color CMYK) of #6b6583 color hex is 0.18, 0.23, 0.00, 0.49. Web safe color of #6b6583 is #666699. Color #6b6583 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 01100101 10000011
Octal 153 145 203
Decimal 107 101 131
Hex 6B 65 83

RGB Percentages of Color #6b6583

%31.56
%29.79
%38.64

CMYK Percentages of Color #6b6583

%18
%23
%0
%49

Triadic Colors of #6b6583

#6b6583 #836b65 #65836b

Analogous Colors of #6b6583

#6b6583 #7a6583 #656e83

Monochromatic Colors of #6b6583

#6b6583

Complementary Color

#6b6583 #7d8365

#6b6583 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b6583 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b6583 Color CSS Codes

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

#6b6583 Text Font Color

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

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


#6b6583 Background Color

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

This div background color is #6b6583


#6b6583 Border Color

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

This div border color is #6b6583


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b6583


Comments

No comments written yet.

Please login to write comment.