Color Hex Logo

#698cbc Color Hex

#698CBC
(105,140,188)
0 Favorites   0 Comments

Color spaces of #698cbc

RGB 105140188
HSL0.600.380.57
HSV215°44°74°
CMYK 0.440.260.00   0.26
XYZ24.280925.390351.1980
Yxy25.39030.24070.2517
Hunter Lab50.3888-2.1664-24.9700
CIE-Lab57.45370.6467-28.8785

#698cbc color RGB value is (105,140,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 10001100 10111100
Octal 151 214 274
Decimal 105 140 188
Hex 69 8C BC

RGB Percentages of Color #698cbc

%24.25
%32.33
%43.42

CMYK Percentages of Color #698cbc

%44
%26
%0
%26

Triadic Colors of #698cbc

#698cbc #bc698c #8cbc69

Analogous Colors of #698cbc

#698cbc #7069bc #69b6bc

Monochromatic Colors of #698cbc

#698cbc

Complementary Color

#698cbc #bc9969

#698cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#698cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#698cbc Color CSS Codes

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

#698cbc Text Font Color

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

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


#698cbc Background Color

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

This div background color is #698cbc


#698cbc Border Color

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

This div border color is #698cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #698cbc


Comments

No comments written yet.

Please login to write comment.