Color Hex Logo

#6985ff Color Hex

#6985FF
(105,133,255)
0 Favorites   0 Comments

Color spaces of #6985ff

RGB 105133255
HSL0.641.000.71
HSV229°59°100°
CMYK 0.590.480.00   0.00
XYZ32.263226.998398.1185
Yxy26.99830.20500.1715
Hunter Lab51.959919.9053-75.5884
CIE-Lab58.972825.6281-63.9158

#6985ff color RGB value is (105,133,255).

#6985ff hex color red value is 105, green value is 133 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #6985ff hue: 0.64 , saturation: 1.00 and the lightness value of 6985ff is 0.71.

The process color (four color CMYK) of #6985ff color hex is 0.59, 0.48, 0.00, 0.00. Web safe color of #6985ff is #6699ff. Color #6985ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10000101 11111111
Octal 151 205 377
Decimal 105 133 255
Hex 69 85 FF

RGB Percentages of Color #6985ff

%21.30
%26.98
%51.72

CMYK Percentages of Color #6985ff

%59
%48
%0
%0

Triadic Colors of #6985ff

#6985ff #ff6985 #85ff69

Analogous Colors of #6985ff

#6985ff #9869ff #69d0ff

Monochromatic Colors of #6985ff

#6985ff

Complementary Color

#6985ff #ffe369

#6985ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6985ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#6985ff Color CSS Codes

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

#6985ff Text Font Color

<p style="color:#6985ff">Text here</p>

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


#6985ff Background Color

<div style="background-color:#6985ff">
Div content here</div>

This div background color is #6985ff


#6985ff Border Color

<div style="border:3px solid #6985ff">
Div here</div>

This div border color is #6985ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,133,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6985ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6985ff;
  -webkit-box-shadow: 1px 1px 3px 2px #6985ff;
  box-shadow:         1px 1px 3px 2px #6985ff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6985ff

Related Colors


Comments

No comments written yet.

Please login to write comment.