color codes Logo

#698fdc color codes

#698FDC
(105,143,220)
0 Favorites   0 Comments

Color spaces of #698fdc

RGB 105143220
HSL0.610.620.64
HSV220°52°86°
CMYK 0.520.350.00   0.14
XYZ28.566427.815571.5735
Yxy27.81550.22330.2174
Hunter Lab52.74044.3873-43.5436
CIE-Lab59.72178.5344-43.3432

#698fdc color RGB value is (105,143,220).

#698fdc hex color red value is 105, green value is 143 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #698fdc hue: 0.61 , saturation: 0.62 and the lightness value of 698fdc is 0.64.

The process color (four color CMYK) of #698fdc color code is 0.52, 0.35, 0.00, 0.14. Web safe color of #698fdc is #6699cc. Color #698fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10001111 11011100
Octal 151 217 334
Decimal 105 143 220
Hex 69 8F DC

RGB Percentages of Color #698fdc

%22.44
%30.56
%47.01

CMYK Percentages of Color #698fdc

%52
%35
%0
%14

Triadic Colors of #698fdc

#698fdc #dc698f #8fdc69

Analogous Colors of #698fdc

#698fdc #7d69dc #69c9dc

Monochromatic Colors of #698fdc

#698fdc

Complementary Color

#698fdc #dcb669

#698fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#698fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#698fdc Color CSS Codes

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

#698fdc Text Font Color

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

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


#698fdc Background Color

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

This div background color is #698fdc


#698fdc Border Color

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

This div border color is #698fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #698fdc


Comments

No comments written yet.

Please login to write comment.