Color Hex Logo

#698fcc Color Hex

#698FCC
(105,143,204)
0 Favorites   0 Comments

Color spaces of #698fcc

RGB 105143204
HSL0.600.490.61
HSV217°49°80°
CMYK 0.490.300.00   0.20
XYZ26.547227.007860.9406
Yxy27.00780.23190.2359
Hunter Lab51.96900.2369-33.1471
CIE-Lab58.98153.6398-35.5423

#698fcc color RGB value is (105,143,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 10001111 11001100
Octal 151 217 314
Decimal 105 143 204
Hex 69 8F CC

RGB Percentages of Color #698fcc

%23.23
%31.64
%45.13

CMYK Percentages of Color #698fcc

%49
%30
%0
%20

Triadic Colors of #698fcc

#698fcc #cc698f #8fcc69

Analogous Colors of #698fcc

#698fcc #7569cc #69c1cc

Monochromatic Colors of #698fcc

#698fcc

Complementary Color

#698fcc #cca669

#698fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#698fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#698fcc Color CSS Codes

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

#698fcc Text Font Color

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

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


#698fcc Background Color

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

This div background color is #698fcc


#698fcc Border Color

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

This div border color is #698fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #698fcc


Comments

No comments written yet.

Please login to write comment.