Color Hex Logo

#6b80ce Color Hex

#6B80CE
(107,128,206)
0 Favorites   0 Comments

Color spaces of #6b80ce

RGB 107128206
HSL0.630.500.61
HSV227°48°81°
CMYK 0.480.380.00   0.19
XYZ24.923223.020461.5223
Yxy23.02040.22770.2103
Hunter Lab47.97968.7583-42.4395
CIE-Lab55.093313.5940-42.7689

#6b80ce color RGB value is (107,128,206).

#6b80ce hex color red value is 107, green value is 128 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #6b80ce hue: 0.63 , saturation: 0.50 and the lightness value of 6b80ce is 0.61.

The process color (four color CMYK) of #6b80ce color hex is 0.48, 0.38, 0.00, 0.19. Web safe color of #6b80ce is #6699cc. Color #6b80ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 10000000 11001110
Octal 153 200 316
Decimal 107 128 206
Hex 6B 80 CE

RGB Percentages of Color #6b80ce

%24.26
%29.02
%46.71

CMYK Percentages of Color #6b80ce

%48
%38
%0
%19

Triadic Colors of #6b80ce

#6b80ce #ce6b80 #80ce6b

Analogous Colors of #6b80ce

#6b80ce #886bce #6bb2ce

Monochromatic Colors of #6b80ce

#6b80ce

Complementary Color

#6b80ce #ceb96b

#6b80ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b80ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b80ce Color CSS Codes

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

#6b80ce Text Font Color

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

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


#6b80ce Background Color

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

This div background color is #6b80ce


#6b80ce Border Color

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

This div border color is #6b80ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b80ce


Comments

No comments written yet.

Please login to write comment.