Color Hex Logo

#698bfb Color Hex

#698BFB
(105,139,251)
0 Favorites   0 Comments

Color spaces of #698bfb

RGB 105139251
HSL0.630.950.70
HSV226°58°98°
CMYK 0.580.450.00   0.02
XYZ32.470928.433595.0436
Yxy28.43350.20820.1823
Hunter Lab53.323115.3816-68.3530
CIE-Lab60.278420.7473-59.6253

#698bfb color RGB value is (105,139,251).

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

The process color (four color CMYK) of #698bfb color hex is 0.58, 0.45, 0.00, 0.02. Web safe color of #698bfb is #6699ff. Color #698bfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10001011 11111011
Octal 151 213 373
Decimal 105 139 251
Hex 69 8B FB

RGB Percentages of Color #698bfb

%21.21
%28.08
%50.71

CMYK Percentages of Color #698bfb

%58
%45
%0
%2

Triadic Colors of #698bfb

#698bfb #fb698b #8bfb69

Analogous Colors of #698bfb

#698bfb #9069fb #69d4fb

Monochromatic Colors of #698bfb

#698bfb

Complementary Color

#698bfb #fbd969

#698bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#698bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#698bfb Color CSS Codes

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

#698bfb Text Font Color

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

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


#698bfb Background Color

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

This div background color is #698bfb


#698bfb Border Color

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

This div border color is #698bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #698bfb


Comments

No comments written yet.

Please login to write comment.