Color Hex Logo

#6955dc Color Hex

#6955DC
(105,85,220)
0 Favorites   0 Comments

Color spaces of #6955dc

RGB 10585220
HSL0.690.660.60
HSV249°61°86°
CMYK 0.520.610.00   0.14
XYZ21.992514.667669.3821
Yxy14.66760.20740.1383
Hunter Lab38.298335.4802-80.6023
CIE-Lab45.175543.2726-66.6296

#6955dc color RGB value is (105,85,220).

#6955dc hex color red value is 105, green value is 85 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #6955dc hue: 0.69 , saturation: 0.66 and the lightness value of 6955dc is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 01010101 11011100
Octal 151 125 334
Decimal 105 85 220
Hex 69 55 DC

RGB Percentages of Color #6955dc

%25.61
%20.73
%53.66

CMYK Percentages of Color #6955dc

%52
%61
%0
%14

Triadic Colors of #6955dc

#6955dc #dc6955 #55dc69

Analogous Colors of #6955dc

#6955dc #ad55dc #5585dc

Monochromatic Colors of #6955dc

#6955dc

Complementary Color

#6955dc #c8dc55

#6955dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6955dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6955dc Color CSS Codes

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

#6955dc Text Font Color

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

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


#6955dc Background Color

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

This div background color is #6955dc


#6955dc Border Color

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

This div border color is #6955dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6955dc


Comments

No comments written yet.

Please login to write comment.