Color Hex Logo

#698fcf Color Hex

#698FCF
(105,143,207)
0 Favorites   0 Comments

Color spaces of #698fcf

RGB 105143207
HSL0.600.520.61
HSV218°49°81°
CMYK 0.490.310.00   0.19
XYZ26.910627.153262.8542
Yxy27.15320.23020.2322
Hunter Lab52.10870.9928-35.0402
CIE-Lab59.11594.5455-37.0182

#698fcf color RGB value is (105,143,207).

#698fcf hex color red value is 105, green value is 143 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #698fcf hue: 0.60 , saturation: 0.52 and the lightness value of 698fcf is 0.61.

The process color (four color CMYK) of #698fcf color hex is 0.49, 0.31, 0.00, 0.19. Web safe color of #698fcf is #6699cc. Color #698fcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10001111 11001111
Octal 151 217 317
Decimal 105 143 207
Hex 69 8F CF

RGB Percentages of Color #698fcf

%23.08
%31.43
%45.49

CMYK Percentages of Color #698fcf

%49
%31
%0
%19

Triadic Colors of #698fcf

#698fcf #cf698f #8fcf69

Analogous Colors of #698fcf

#698fcf #7669cf #69c2cf

Monochromatic Colors of #698fcf

#698fcf

Complementary Color

#698fcf #cfa969

#698fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#698fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#698fcf Color CSS Codes

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

#698fcf Text Font Color

<p style="color:#698fcf">Text here</p>

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


#698fcf Background Color

<div style="background-color:#698fcf">
Div content here</div>

This div background color is #698fcf


#698fcf Border Color

<div style="border:3px solid #698fcf">
Div here</div>

This div border color is #698fcf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,143,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #698fcf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #698fcf;
  -webkit-box-shadow: 1px 1px 3px 2px #698fcf;
  box-shadow:         1px 1px 3px 2px #698fcf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #698fcf


Comments

No comments written yet.

Please login to write comment.