Color Hex Logo

#6884ca Color Hex

#6884CA
(104,132,202)
0 Favorites   0 Comments

Color spaces of #6884ca

RGB 104132202
HSL0.620.480.60
HSV223°49°79°
CMYK 0.490.350.00   0.21
XYZ24.620923.709959.1559
Yxy23.70990.22910.2206
Hunter Lab48.69285.0438-37.9452
CIE-Lab55.79629.2654-39.4094

#6884ca color RGB value is (104,132,202).

#6884ca hex color red value is 104, green value is 132 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #6884ca hue: 0.62 , saturation: 0.48 and the lightness value of 6884ca is 0.60.

The process color (four color CMYK) of #6884ca color hex is 0.49, 0.35, 0.00, 0.21. Web safe color of #6884ca is #6699cc. Color #6884ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10000100 11001010
Octal 150 204 312
Decimal 104 132 202
Hex 68 84 CA

RGB Percentages of Color #6884ca

%23.74
%30.14
%46.12

CMYK Percentages of Color #6884ca

%49
%35
%0
%21

Triadic Colors of #6884ca

#6884ca #ca6884 #84ca68

Analogous Colors of #6884ca

#6884ca #7d68ca #68b5ca

Monochromatic Colors of #6884ca

#6884ca

Complementary Color

#6884ca #caae68

#6884ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6884ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#6884ca Color CSS Codes

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

#6884ca Text Font Color

<p style="color:#6884ca">Text here</p>

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


#6884ca Background Color

<div style="background-color:#6884ca">
Div content here</div>

This div background color is #6884ca


#6884ca Border Color

<div style="border:3px solid #6884ca">
Div here</div>

This div border color is #6884ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,132,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6884ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6884ca;
  -webkit-box-shadow: 1px 1px 3px 2px #6884ca;
  box-shadow:         1px 1px 3px 2px #6884ca; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6884ca


Comments

No comments written yet.

Please login to write comment.