Color Hex Logo

#6962dc Color Hex

#6962DC
(105,98,220)
0 Favorites   0 Comments

Color spaces of #6962dc

RGB 10598220
HSL0.680.640.62
HSV243°55°86°
CMYK 0.520.550.00   0.14
XYZ23.111616.905969.7552
Yxy16.90590.21050.1540
Hunter Lab41.116828.3798-71.8046
CIE-Lab48.141335.6100-61.8242

#6962dc color RGB value is (105,98,220).

#6962dc hex color red value is 105, green value is 98 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #6962dc hue: 0.68 , saturation: 0.64 and the lightness value of 6962dc is 0.62.

The process color (four color CMYK) of #6962dc color hex is 0.52, 0.55, 0.00, 0.14. Web safe color of #6962dc is #6666cc. Color #6962dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01100010 11011100
Octal 151 142 334
Decimal 105 98 220
Hex 69 62 DC

RGB Percentages of Color #6962dc

%24.82
%23.17
%52.01

CMYK Percentages of Color #6962dc

%52
%55
%0
%14

Triadic Colors of #6962dc

#6962dc #dc6962 #62dc69

Analogous Colors of #6962dc

#6962dc #a662dc #6298dc

Monochromatic Colors of #6962dc

#6962dc

Complementary Color

#6962dc #d5dc62

#6962dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6962dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6962dc Color CSS Codes

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

#6962dc Text Font Color

<p style="color:#6962dc">Text here</p>

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


#6962dc Background Color

<div style="background-color:#6962dc">
Div content here</div>

This div background color is #6962dc


#6962dc Border Color

<div style="border:3px solid #6962dc">
Div here</div>

This div border color is #6962dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,98,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6962dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6962dc;
  -webkit-box-shadow: 1px 1px 3px 2px #6962dc;
  box-shadow:         1px 1px 3px 2px #6962dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6962dc


Comments

No comments written yet.

Please login to write comment.