Color Hex Logo

#0698ca Color Hex

#0698CA
(6,152,202)
0 Favorites   0 Comments

Color spaces of #0698ca

RGB 6152202
HSL0.540.940.41
HSV195°97°79°
CMYK 0.970.250.00   0.21
XYZ21.964026.759559.8846
Yxy26.75950.20220.2464
Hunter Lab51.7296-14.7370-32.4262
CIE-Lab58.7511-15.3753-34.9822

#0698ca color RGB value is (6,152,202).

#0698ca hex color red value is 6, green value is 152 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #0698ca hue: 0.54 , saturation: 0.94 and the lightness value of 0698ca is 0.41.

The process color (four color CMYK) of #0698ca color hex is 0.97, 0.25, 0.00, 0.21. Web safe color of #0698ca is #0099cc. Color #0698ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10011000 11001010
Octal 6 230 312
Decimal 6 152 202
Hex 6 98 CA

RGB Percentages of Color #0698ca

%1.67
%42.22
%56.11

CMYK Percentages of Color #0698ca

%97
%25
%0
%21

Triadic Colors of #0698ca

#0698ca #ca0698 #98ca06

Analogous Colors of #0698ca

#0698ca #0636ca #06ca9a

Monochromatic Colors of #0698ca

#0698ca

Complementary Color

#0698ca #ca3806

#0698ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0698ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#0698ca Color CSS Codes

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

#0698ca Text Font Color

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

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


#0698ca Background Color

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

This div background color is #0698ca


#0698ca Border Color

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

This div border color is #0698ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0698ca


Comments

No comments written yet.

Please login to write comment.