Color Hex Logo

#6294cd Color Hex

#6294CD
(98,148,205)
0 Favorites   0 Comments

Color spaces of #6294cd

RGB 98148205
HSL0.590.520.59
HSV212°52°80°
CMYK 0.520.280.00   0.20
XYZ26.646428.184361.7933
Yxy28.18430.22850.2417
Hunter Lab53.0889-3.3127-31.8489
CIE-Lab60.0549-0.5800-34.4570

#6294cd color RGB value is (98,148,205).

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

The process color (four color CMYK) of #6294cd color hex is 0.52, 0.28, 0.00, 0.20. Web safe color of #6294cd is #6699cc. Color #6294cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10010100 11001101
Octal 142 224 315
Decimal 98 148 205
Hex 62 94 CD

RGB Percentages of Color #6294cd

%21.73
%32.82
%45.45

CMYK Percentages of Color #6294cd

%52
%28
%0
%20

Triadic Colors of #6294cd

#6294cd #cd6294 #94cd62

Analogous Colors of #6294cd

#6294cd #6662cd #62cacd

Monochromatic Colors of #6294cd

#6294cd

Complementary Color

#6294cd #cd9b62

#6294cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6294cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6294cd Color CSS Codes

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

#6294cd Text Font Color

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

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


#6294cd Background Color

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

This div background color is #6294cd


#6294cd Border Color

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

This div border color is #6294cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6294cd


Comments

No comments written yet.

Please login to write comment.