Color Hex Logo

#6982cc Color Hex

#6982CC
(105,130,204)
0 Favorites   0 Comments

Color spaces of #6982cc

RGB 105130204
HSL0.620.490.61
HSV225°49°80°
CMYK 0.490.360.00   0.20
XYZ24.707423.328260.3273
Yxy23.32820.22800.2153
Hunter Lab48.29936.7876-40.2456
CIE-Lab55.408811.3079-41.1475

#6982cc color RGB value is (105,130,204).

#6982cc hex color red value is 105, green value is 130 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #6982cc hue: 0.62 , saturation: 0.49 and the lightness value of 6982cc is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 10000010 11001100
Octal 151 202 314
Decimal 105 130 204
Hex 69 82 CC

RGB Percentages of Color #6982cc

%23.92
%29.61
%46.47

CMYK Percentages of Color #6982cc

%49
%36
%0
%20

Triadic Colors of #6982cc

#6982cc #cc6982 #82cc69

Analogous Colors of #6982cc

#6982cc #8269cc #69b4cc

Monochromatic Colors of #6982cc

#6982cc

Complementary Color

#6982cc #ccb369

#6982cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6982cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6982cc Color CSS Codes

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

#6982cc Text Font Color

<p style="color:#6982cc">Text here</p>

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


#6982cc Background Color

<div style="background-color:#6982cc">
Div content here</div>

This div background color is #6982cc


#6982cc Border Color

<div style="border:3px solid #6982cc">
Div here</div>

This div border color is #6982cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,130,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6982cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6982cc;
  -webkit-box-shadow: 1px 1px 3px 2px #6982cc;
  box-shadow:         1px 1px 3px 2px #6982cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,130,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6982cc


Comments

No comments written yet.

Please login to write comment.