Color Hex Logo

#6984cf Color Hex

#6984CF
(105,132,207)
0 Favorites   0 Comments

Color spaces of #6984cf

RGB 105132207
HSL0.620.520.61
HSV224°49°81°
CMYK 0.490.360.00   0.19
XYZ25.339424.010862.3305
Yxy24.01080.22690.2150
Hunter Lab49.00086.5548-41.1181
CIE-Lab56.098611.0326-41.7566

#6984cf color RGB value is (105,132,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 10000100 11001111
Octal 151 204 317
Decimal 105 132 207
Hex 69 84 CF

RGB Percentages of Color #6984cf

%23.65
%29.73
%46.62

CMYK Percentages of Color #6984cf

%49
%36
%0
%19

Triadic Colors of #6984cf

#6984cf #cf6984 #84cf69

Analogous Colors of #6984cf

#6984cf #8169cf #69b7cf

Monochromatic Colors of #6984cf

#6984cf

Complementary Color

#6984cf #cfb469

#6984cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6984cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6984cf Color CSS Codes

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

#6984cf Text Font Color

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

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


#6984cf Background Color

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

This div background color is #6984cf


#6984cf Border Color

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

This div border color is #6984cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6984cf


Comments

No comments written yet.

Please login to write comment.