Color Hex Logo

#698ccb Color Hex

#698CCB
(105,140,203)
0 Favorites   0 Comments

Color spaces of #698ccb

RGB 105140203
HSL0.610.490.60
HSV219°48°80°
CMYK 0.480.310.00   0.20
XYZ25.983326.071260.1627
Yxy26.07120.23150.2323
Hunter Lab51.06001.4798-34.1180
CIE-Lab58.10465.0892-36.3501

#698ccb color RGB value is (105,140,203).

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

The process color (four color CMYK) of #698ccb color hex is 0.48, 0.31, 0.00, 0.20. Web safe color of #698ccb is #6699cc. Color #698ccb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10001100 11001011
Octal 151 214 313
Decimal 105 140 203
Hex 69 8C CB

RGB Percentages of Color #698ccb

%23.44
%31.25
%45.31

CMYK Percentages of Color #698ccb

%48
%31
%0
%20

Triadic Colors of #698ccb

#698ccb #cb698c #8ccb69

Analogous Colors of #698ccb

#698ccb #7769cb #69bdcb

Monochromatic Colors of #698ccb

#698ccb

Complementary Color

#698ccb #cba869

#698ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#698ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#698ccb Color CSS Codes

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

#698ccb Text Font Color

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

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


#698ccb Background Color

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

This div background color is #698ccb


#698ccb Border Color

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

This div border color is #698ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #698ccb


Comments

No comments written yet.

Please login to write comment.