Color Hex Logo

#6198dc Color Hex

#6198DC
(97,152,220)
0 Favorites   0 Comments

Color spaces of #6198dc

RGB 97152220
HSL0.590.640.62
HSV213°56°86°
CMYK 0.560.310.00   0.14
XYZ29.076330.165272.0001
Yxy30.16520.22150.2298
Hunter Lab54.9229-1.6166-39.2791
CIE-Lab61.79651.5723-40.1107

#6198dc color RGB value is (97,152,220).

#6198dc hex color red value is 97, green value is 152 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #6198dc hue: 0.59 , saturation: 0.64 and the lightness value of 6198dc is 0.62.

The process color (four color CMYK) of #6198dc color hex is 0.56, 0.31, 0.00, 0.14. Web safe color of #6198dc is #6699cc. Color #6198dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10011000 11011100
Octal 141 230 334
Decimal 97 152 220
Hex 61 98 DC

RGB Percentages of Color #6198dc

%20.68
%32.41
%46.91

CMYK Percentages of Color #6198dc

%56
%31
%0
%14

Triadic Colors of #6198dc

#6198dc #dc6198 #98dc61

Analogous Colors of #6198dc

#6198dc #6861dc #61d6dc

Monochromatic Colors of #6198dc

#6198dc

Complementary Color

#6198dc #dca561

#6198dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6198dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6198dc Color CSS Codes

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

#6198dc Text Font Color

<p style="color:#6198dc">Text here</p>

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


#6198dc Background Color

<div style="background-color:#6198dc">
Div content here</div>

This div background color is #6198dc


#6198dc Border Color

<div style="border:3px solid #6198dc">
Div here</div>

This div border color is #6198dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,152,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6198dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6198dc;
  -webkit-box-shadow: 1px 1px 3px 2px #6198dc;
  box-shadow:         1px 1px 3px 2px #6198dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6198dc


Comments

No comments written yet.

Please login to write comment.