Color Hex Logo

#6484cf Color Hex

#6484CF
(100,132,207)
0 Favorites   0 Comments

Color spaces of #6484cf

RGB 100132207
HSL0.620.530.60
HSV222°52°81°
CMYK 0.520.360.00   0.19
XYZ24.769323.716862.3038
Yxy23.71680.22360.2141
Hunter Lab48.69995.5622-41.7622
CIE-Lab55.80319.8745-42.2423

#6484cf color RGB value is (100,132,207).

#6484cf hex color red value is 100, green value is 132 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #6484cf hue: 0.62 , saturation: 0.53 and the lightness value of 6484cf is 0.60.

The process color (four color CMYK) of #6484cf color hex is 0.52, 0.36, 0.00, 0.19. Web safe color of #6484cf is #6699cc. Color #6484cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10000100 11001111
Octal 144 204 317
Decimal 100 132 207
Hex 64 84 CF

RGB Percentages of Color #6484cf

%22.78
%30.07
%47.15

CMYK Percentages of Color #6484cf

%52
%36
%0
%19

Triadic Colors of #6484cf

#6484cf #cf6484 #84cf64

Analogous Colors of #6484cf

#6484cf #7a64cf #64bacf

Monochromatic Colors of #6484cf

#6484cf

Complementary Color

#6484cf #cfaf64

#6484cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6484cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6484cf Color CSS Codes

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

#6484cf Text Font Color

<p style="color:#6484cf">Text here</p>

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


#6484cf Background Color

<div style="background-color:#6484cf">
Div content here</div>

This div background color is #6484cf


#6484cf Border Color

<div style="border:3px solid #6484cf">
Div here</div>

This div border color is #6484cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,132,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6484cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6484cf;
  -webkit-box-shadow: 1px 1px 3px 2px #6484cf;
  box-shadow:         1px 1px 3px 2px #6484cf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6484cf


Comments

No comments written yet.

Please login to write comment.