Color Hex Logo

#6294cf Color Hex

#6294CF
(98,148,207)
0 Favorites   0 Comments

Color spaces of #6294cf

RGB 98148207
HSL0.590.530.60
HSV212°53°81°
CMYK 0.530.290.00   0.19
XYZ26.889428.281563.0731
Yxy28.28150.22740.2392
Hunter Lab53.1804-2.8113-33.0930
CIE-Lab60.14220.0353-35.4417

#6294cf color RGB value is (98,148,207).

#6294cf hex color red value is 98, green value is 148 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #6294cf hue: 0.59 , saturation: 0.53 and the lightness value of 6294cf is 0.60.

The process color (four color CMYK) of #6294cf color hex is 0.53, 0.29, 0.00, 0.19. Web safe color of #6294cf is #6699cc. Color #6294cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10010100 11001111
Octal 142 224 317
Decimal 98 148 207
Hex 62 94 CF

RGB Percentages of Color #6294cf

%21.63
%32.67
%45.70

CMYK Percentages of Color #6294cf

%53
%29
%0
%19

Triadic Colors of #6294cf

#6294cf #cf6294 #94cf62

Analogous Colors of #6294cf

#6294cf #6762cf #62cbcf

Monochromatic Colors of #6294cf

#6294cf

Complementary Color

#6294cf #cf9d62

#6294cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6294cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6294cf Color CSS Codes

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

#6294cf Text Font Color

<p style="color:#6294cf">Text here</p>

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


#6294cf Background Color

<div style="background-color:#6294cf">
Div content here</div>

This div background color is #6294cf


#6294cf Border Color

<div style="border:3px solid #6294cf">
Div here</div>

This div border color is #6294cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,148,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6294cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6294cf;
  -webkit-box-shadow: 1px 1px 3px 2px #6294cf;
  box-shadow:         1px 1px 3px 2px #6294cf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6294cf


Comments

No comments written yet.

Please login to write comment.