Color Hex Logo

#6298ad Color Hex

#6298AD
(98,152,173)
0 Favorites   0 Comments

Color spaces of #6298ad

RGB 98152173
HSL0.550.310.53
HSV197°43°68°
CMYK 0.430.120.00   0.32
XYZ23.808128.070343.6984
Yxy28.07030.24910.2937
Hunter Lab52.9814-12.5055-11.8147
CIE-Lab59.9522-12.1952-16.5728

#6298ad color RGB value is (98,152,173).

#6298ad hex color red value is 98, green value is 152 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #6298ad hue: 0.55 , saturation: 0.31 and the lightness value of 6298ad is 0.53.

The process color (four color CMYK) of #6298ad color hex is 0.43, 0.12, 0.00, 0.32. Web safe color of #6298ad is #669999. Color #6298ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10011000 10101101
Octal 142 230 255
Decimal 98 152 173
Hex 62 98 AD

RGB Percentages of Color #6298ad

%23.17
%35.93
%40.90

CMYK Percentages of Color #6298ad

%43
%12
%0
%32

Triadic Colors of #6298ad

#6298ad #ad6298 #98ad62

Analogous Colors of #6298ad

#6298ad #6273ad #62ad9d

Monochromatic Colors of #6298ad

#6298ad

Complementary Color

#6298ad #ad7762

#6298ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6298ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#6298ad Color CSS Codes

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

#6298ad Text Font Color

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

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


#6298ad Background Color

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

This div background color is #6298ad


#6298ad Border Color

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

This div border color is #6298ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6298ad


Comments

No comments written yet.

Please login to write comment.