Color Hex Logo

#698ccd Color Hex

#698CCD
(105,140,205)
0 Favorites   0 Comments

Color spaces of #698ccd

RGB 105140205
HSL0.610.500.61
HSV219°49°80°
CMYK 0.490.320.00   0.20
XYZ26.223226.167261.4263
Yxy26.16720.23040.2299
Hunter Lab51.15391.9858-35.3885
CIE-Lab58.19545.6932-37.3345

#698ccd color RGB value is (105,140,205).

#698ccd hex color red value is 105, green value is 140 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #698ccd hue: 0.61 , saturation: 0.50 and the lightness value of 698ccd is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 10001100 11001101
Octal 151 214 315
Decimal 105 140 205
Hex 69 8C CD

RGB Percentages of Color #698ccd

%23.33
%31.11
%45.56

CMYK Percentages of Color #698ccd

%49
%32
%0
%20

Triadic Colors of #698ccd

#698ccd #cd698c #8ccd69

Analogous Colors of #698ccd

#698ccd #7869cd #69becd

Monochromatic Colors of #698ccd

#698ccd

Complementary Color

#698ccd #cdaa69

#698ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#698ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#698ccd Color CSS Codes

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

#698ccd Text Font Color

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

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


#698ccd Background Color

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

This div background color is #698ccd


#698ccd Border Color

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

This div border color is #698ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #698ccd


Comments

No comments written yet.

Please login to write comment.