Color Hex Logo

#6298bf Color Hex

#6298BF
(98,152,191)
0 Favorites   0 Comments

Color spaces of #6298bf

RGB 98152191
HSL0.570.420.57
HSV205°49°75°
CMYK 0.490.200.00   0.25
XYZ25.669228.814753.4991
Yxy28.81470.23770.2668
Hunter Lab53.6793-8.5810-21.5154
CIE-Lab60.6177-7.0564-25.7193

#6298bf color RGB value is (98,152,191).

#6298bf hex color red value is 98, green value is 152 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #6298bf hue: 0.57 , saturation: 0.42 and the lightness value of 6298bf is 0.57.

The process color (four color CMYK) of #6298bf color hex is 0.49, 0.20, 0.00, 0.25. Web safe color of #6298bf is #6699cc. Color #6298bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10011000 10111111
Octal 142 230 277
Decimal 98 152 191
Hex 62 98 BF

RGB Percentages of Color #6298bf

%22.22
%34.47
%43.31

CMYK Percentages of Color #6298bf

%49
%20
%0
%25

Triadic Colors of #6298bf

#6298bf #bf6298 #98bf62

Analogous Colors of #6298bf

#6298bf #626abf #62bfb8

Monochromatic Colors of #6298bf

#6298bf

Complementary Color

#6298bf #bf8962

#6298bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6298bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6298bf Color CSS Codes

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

#6298bf Text Font Color

<p style="color:#6298bf">Text here</p>

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


#6298bf Background Color

<div style="background-color:#6298bf">
Div content here</div>

This div background color is #6298bf


#6298bf Border Color

<div style="border:3px solid #6298bf">
Div here</div>

This div border color is #6298bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,152,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6298bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6298bf;
  -webkit-box-shadow: 1px 1px 3px 2px #6298bf;
  box-shadow:         1px 1px 3px 2px #6298bf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6298bf


Comments

No comments written yet.

Please login to write comment.