Color Hex Logo

#6870be Color Hex

#6870BE
(104,112,190)
0 Favorites   0 Comments

Color spaces of #6870be

RGB 104112190
HSL0.650.400.58
HSV234°45°75°
CMYK 0.450.410.00   0.25
XYZ20.797418.249151.1415
Yxy18.24910.23060.2023
Hunter Lab42.719012.1432-41.0764
CIE-Lab49.796917.6890-42.0228

#6870be color RGB value is (104,112,190).

#6870be hex color red value is 104, green value is 112 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #6870be hue: 0.65 , saturation: 0.40 and the lightness value of 6870be is 0.58.

The process color (four color CMYK) of #6870be color hex is 0.45, 0.41, 0.00, 0.25. Web safe color of #6870be is #6666cc. Color #6870be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01110000 10111110
Octal 150 160 276
Decimal 104 112 190
Hex 68 70 BE

RGB Percentages of Color #6870be

%25.62
%27.59
%46.80

CMYK Percentages of Color #6870be

%45
%41
%0
%25

Triadic Colors of #6870be

#6870be #be6870 #70be68

Analogous Colors of #6870be

#6870be #8b68be #689bbe

Monochromatic Colors of #6870be

#6870be

Complementary Color

#6870be #beb668

#6870be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6870be Color Preview on White Background

Lorem ipsum dolor sit amet.

#6870be Color CSS Codes

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

#6870be Text Font Color

<p style="color:#6870be">Text here</p>

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


#6870be Background Color

<div style="background-color:#6870be">
Div content here</div>

This div background color is #6870be


#6870be Border Color

<div style="border:3px solid #6870be">
Div here</div>

This div border color is #6870be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,112,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6870be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6870be;
  -webkit-box-shadow: 1px 1px 3px 2px #6870be;
  box-shadow:         1px 1px 3px 2px #6870be; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,112,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6870be


Comments

No comments written yet.

Please login to write comment.