Color Hex Logo

#698abc Color Hex

#698ABC
(105,138,188)
0 Favorites   0 Comments

Color spaces of #698abc

RGB 105138188
HSL0.600.380.57
HSV216°44°74°
CMYK 0.440.270.00   0.26
XYZ23.991324.811151.1015
Yxy24.81110.24010.2483
Hunter Lab49.8107-1.1944-25.9589
CIE-Lab56.89091.8064-29.7511

#698abc color RGB value is (105,138,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 10001010 10111100
Octal 151 212 274
Decimal 105 138 188
Hex 69 8A BC

RGB Percentages of Color #698abc

%24.36
%32.02
%43.62

CMYK Percentages of Color #698abc

%44
%27
%0
%26

Triadic Colors of #698abc

#698abc #bc698a #8abc69

Analogous Colors of #698abc

#698abc #7269bc #69b4bc

Monochromatic Colors of #698abc

#698abc

Complementary Color

#698abc #bc9b69

#698abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#698abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#698abc Color CSS Codes

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

#698abc Text Font Color

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

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


#698abc Background Color

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

This div background color is #698abc


#698abc Border Color

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

This div border color is #698abc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,138,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 #698abc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #698abc


Comments

No comments written yet.

Please login to write comment.