Color Hex Logo

#6b84de Color Hex

#6B84DE
(107,132,222)
0 Favorites   0 Comments

Color spaces of #6b84de

RGB 107132222
HSL0.630.640.65
HSV227°52°87°
CMYK 0.520.410.00   0.13
XYZ27.499524.902372.4645
Yxy24.90230.22020.1994
Hunter Lab49.902211.0368-51.1653
CIE-Lab56.980116.1290-48.7887

#6b84de color RGB value is (107,132,222).

#6b84de hex color red value is 107, green value is 132 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #6b84de hue: 0.63 , saturation: 0.64 and the lightness value of 6b84de is 0.65.

The process color (four color CMYK) of #6b84de color hex is 0.52, 0.41, 0.00, 0.13. Web safe color of #6b84de is #6699cc. Color #6b84de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 10000100 11011110
Octal 153 204 336
Decimal 107 132 222
Hex 6B 84 DE

RGB Percentages of Color #6b84de

%23.21
%28.63
%48.16

CMYK Percentages of Color #6b84de

%52
%41
%0
%13

Triadic Colors of #6b84de

#6b84de #de6b84 #84de6b

Analogous Colors of #6b84de

#6b84de #8c6bde #6bbede

Monochromatic Colors of #6b84de

#6b84de

Complementary Color

#6b84de #dec56b

#6b84de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b84de Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b84de Color CSS Codes

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

#6b84de Text Font Color

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

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


#6b84de Background Color

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

This div background color is #6b84de


#6b84de Border Color

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

This div border color is #6b84de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b84de


Comments

No comments written yet.

Please login to write comment.