Color Hex Logo

#6684ca Color Hex

#6684CA
(102,132,202)
0 Favorites   0 Comments

Color spaces of #6684ca

RGB 102132202
HSL0.620.490.60
HSV222°50°79°
CMYK 0.500.350.00   0.21
XYZ24.391423.591659.1452
Yxy23.59160.22770.2202
Hunter Lab48.57124.6393-38.1977
CIE-Lab55.67668.7875-39.6058

#6684ca color RGB value is (102,132,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 10000100 11001010
Octal 146 204 312
Decimal 102 132 202
Hex 66 84 CA

RGB Percentages of Color #6684ca

%23.39
%30.28
%46.33

CMYK Percentages of Color #6684ca

%50
%35
%0
%21

Triadic Colors of #6684ca

#6684ca #ca6684 #84ca66

Analogous Colors of #6684ca

#6684ca #7a66ca #66b6ca

Monochromatic Colors of #6684ca

#6684ca

Complementary Color

#6684ca #caac66

#6684ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6684ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#6684ca Color CSS Codes

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

#6684ca Text Font Color

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

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


#6684ca Background Color

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

This div background color is #6684ca


#6684ca Border Color

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

This div border color is #6684ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,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 #6684ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6684ca


Comments

No comments written yet.

Please login to write comment.