Color Hex Logo

#0698ff Color Hex

#0698FF
(6,152,255)
0 Favorites   0 Comments

Color spaces of #0698ff

RGB 6152255
HSL0.571.000.51
HSV205°98°100°
CMYK 0.980.400.00   0.00
XYZ29.353329.715298.7963
Yxy29.71520.18590.1882
Hunter Lab54.51170.7229-69.2984
CIE-Lab61.40774.3145-60.1614

#0698ff color RGB value is (6,152,255).

#0698ff hex color red value is 6, green value is 152 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #0698ff hue: 0.57 , saturation: 1.00 and the lightness value of 0698ff is 0.51.

The process color (four color CMYK) of #0698ff color hex is 0.98, 0.40, 0.00, 0.00. Web safe color of #0698ff is #0099ff. Color #0698ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10011000 11111111
Octal 6 230 377
Decimal 6 152 255
Hex 6 98 FF

RGB Percentages of Color #0698ff

%1.45
%36.80
%61.74

CMYK Percentages of Color #0698ff

%98
%40
%0
%0

Triadic Colors of #0698ff

#0698ff #ff0698 #98ff06

Analogous Colors of #0698ff

#0698ff #061cff #06ffea

Monochromatic Colors of #0698ff

#0698ff

Complementary Color

#0698ff #ff6d06

#0698ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0698ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#0698ff Color CSS Codes

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

#0698ff Text Font Color

<p style="color:#0698ff">Text here</p>

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


#0698ff Background Color

<div style="background-color:#0698ff">
Div content here</div>

This div background color is #0698ff


#0698ff Border Color

<div style="border:3px solid #0698ff">
Div here</div>

This div border color is #0698ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,152,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0698ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0698ff;
  -webkit-box-shadow: 1px 1px 3px 2px #0698ff;
  box-shadow:         1px 1px 3px 2px #0698ff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,152,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0698ff


Comments

No comments written yet.

Please login to write comment.