Color Hex Logo

#698bbc Color Hex

#698BBC
(105,139,188)
0 Favorites   0 Comments

Color spaces of #698bbc

RGB 105139188
HSL0.600.380.57
HSV215°44°74°
CMYK 0.440.260.00   0.26
XYZ24.135425.099351.1495
Yxy25.09930.24040.2500
Hunter Lab50.0992-1.6808-25.4635
CIE-Lab57.17201.2259-29.3151

#698bbc color RGB value is (105,139,188).

#698bbc hex color red value is 105, green value is 139 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #698bbc hue: 0.60 , saturation: 0.38 and the lightness value of 698bbc is 0.57.

The process color (four color CMYK) of #698bbc color hex is 0.44, 0.26, 0.00, 0.26. Web safe color of #698bbc is #6699cc. Color #698bbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10001011 10111100
Octal 151 213 274
Decimal 105 139 188
Hex 69 8B BC

RGB Percentages of Color #698bbc

%24.31
%32.18
%43.52

CMYK Percentages of Color #698bbc

%44
%26
%0
%26

Triadic Colors of #698bbc

#698bbc #bc698b #8bbc69

Analogous Colors of #698bbc

#698bbc #7169bc #69b5bc

Monochromatic Colors of #698bbc

#698bbc

Complementary Color

#698bbc #bc9a69

#698bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#698bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#698bbc Color CSS Codes

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

#698bbc Text Font Color

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

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


#698bbc Background Color

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

This div background color is #698bbc


#698bbc Border Color

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

This div border color is #698bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #698bbc


Comments

No comments written yet.

Please login to write comment.