Color Hex Logo

#698abb Color Hex

#698ABB
(105,138,187)
0 Favorites   0 Comments

Color spaces of #698abb

RGB 105138187
HSL0.600.380.57
HSV216°44°73°
CMYK 0.440.260.00   0.27
XYZ23.883824.768150.5356
Yxy24.76810.24080.2497
Hunter Lab49.7676-1.4298-25.3677
CIE-Lab56.84881.5153-29.2479

#698abb color RGB value is (105,138,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 10001010 10111011
Octal 151 212 273
Decimal 105 138 187
Hex 69 8A BB

RGB Percentages of Color #698abb

%24.42
%32.09
%43.49

CMYK Percentages of Color #698abb

%44
%26
%0
%27

Triadic Colors of #698abb

#698abb #bb698a #8abb69

Analogous Colors of #698abb

#698abb #7169bb #69b3bb

Monochromatic Colors of #698abb

#698abb

Complementary Color

#698abb #bb9a69

#698abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#698abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#698abb Color CSS Codes

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

#698abb Text Font Color

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

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


#698abb Background Color

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

This div background color is #698abb


#698abb Border Color

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

This div border color is #698abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #698abb


Comments

No comments written yet.

Please login to write comment.