Color Hex Logo

#698ff1 Color Hex

#698FF1
(105,143,241)
0 Favorites   0 Comments

Color spaces of #698ff1

RGB 105143241
HSL0.620.830.68
HSV223°56°95°
CMYK 0.560.410.00   0.05
XYZ31.525328.999187.1549
Yxy28.99910.21350.1964
Hunter Lab53.850810.2584-58.2624
CIE-Lab60.780815.1550-53.3173

#698ff1 color RGB value is (105,143,241).

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

The process color (four color CMYK) of #698ff1 color hex is 0.56, 0.41, 0.00, 0.05. Web safe color of #698ff1 is #6699ff. Color #698ff1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10001111 11110001
Octal 151 217 361
Decimal 105 143 241
Hex 69 8F F1

RGB Percentages of Color #698ff1

%21.47
%29.24
%49.28

CMYK Percentages of Color #698ff1

%56
%41
%0
%5

Triadic Colors of #698ff1

#698ff1 #f1698f #8ff169

Analogous Colors of #698ff1

#698ff1 #8769f1 #69d3f1

Monochromatic Colors of #698ff1

#698ff1

Complementary Color

#698ff1 #f1cb69

#698ff1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#698ff1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#698ff1 Color CSS Codes

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

#698ff1 Text Font Color

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

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


#698ff1 Background Color

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

This div background color is #698ff1


#698ff1 Border Color

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

This div border color is #698ff1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #698ff1


Comments

No comments written yet.

Please login to write comment.