Color Hex Logo

#698bdd Color Hex

#698BDD
(105,139,221)
0 Favorites   0 Comments

Color spaces of #698bdd

RGB 105139221
HSL0.620.630.64
HSV222°52°87°
CMYK 0.520.370.00   0.13
XYZ28.109526.689072.0766
Yxy26.68900.22160.2104
Hunter Lab51.66146.7162-46.5568
CIE-Lab58.685411.2062-45.5364

#698bdd color RGB value is (105,139,221).

#698bdd hex color red value is 105, green value is 139 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #698bdd hue: 0.62 , saturation: 0.63 and the lightness value of 698bdd is 0.64.

The process color (four color CMYK) of #698bdd color hex is 0.52, 0.37, 0.00, 0.13. Web safe color of #698bdd is #6699cc. Color #698bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10001011 11011101
Octal 151 213 335
Decimal 105 139 221
Hex 69 8B DD

RGB Percentages of Color #698bdd

%22.58
%29.89
%47.53

CMYK Percentages of Color #698bdd

%52
%37
%0
%13

Triadic Colors of #698bdd

#698bdd #dd698b #8bdd69

Analogous Colors of #698bdd

#698bdd #8169dd #69c5dd

Monochromatic Colors of #698bdd

#698bdd

Complementary Color

#698bdd #ddbb69

#698bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#698bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#698bdd Color CSS Codes

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

#698bdd Text Font Color

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

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


#698bdd Background Color

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

This div background color is #698bdd


#698bdd Border Color

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

This div border color is #698bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #698bdd


Comments

No comments written yet.

Please login to write comment.